Graphical Representation Of Data?

Aug 15, 2009

I am totally new to the graphical representation of the data. I want to make a progress report of students, based on marks achieved each year.For example, in year 2005 marks were 750. in 2006 780 in 2007 800

View 15 Replies


ADVERTISEMENT

Decoding File To Graphical Representation?

Aug 2, 2011

I have a file from the client which is a text file. I have to decode the file to a graphical representation. Is there any way I can do it?

View 16 Replies

Graphical Representation Of Array Sorting ?

Dec 30, 2009

I want program to do Graphical Representation of array Sorting in vb.net with bars/shapes.

View 1 Replies

Graphical Interface - Need To Filter Data Received From Serial Port?

Jun 4, 2010

I'm doing a project and want to do a graphical interface using V. Studio 2010. I want to use VB.NET as a programming language.
- Do I have to add any software to define VB.net?
- What is the function that reads the data from the serial port?
- If I want to receive more than one type of data, and I want to put/read them in separate text boxes, what is the function to filter the incoming data?

View 4 Replies

An Object Representation Of System ?

Nov 6, 2009

is there an object representation of System that i can Extend upon such that the extended method becomes global.

<Runtime.CompilerServices.Extension()> Public sub globalprocedure(ByVal asystem As ?)

View 3 Replies

C# - Stackoverflow .net Language Representation?

Jun 27, 2012

[URL]notice that the tag topic count for C# is in excess of 8900 while the vb.net tag topic count is sitting at 1019. Does this mean that there is a shift towards c# as a .net language of choice. the only reason I decided to build some applications for work using c# was that I like curly braces - after all vb has the same language support as c#, doesn't it so there should be no advantage to choosing one over the other; other than curly braces;)

View 7 Replies

Enums - .NET Enumeration Representation?

Apr 16, 2010

Is it guaranteed that the numeric values for an Enum with only uninitialized values start at zero and increment by one in the order defined?

View 2 Replies

Making Graphical Interface?

Jul 24, 2010

want to make my program look nicer , but i dont exactly know how should i make it's visual for example making a menu or else

View 2 Replies

Converting String To Its Single Representation?

Feb 15, 2010

I am trying to convert a string to a single. Ive tried csng() directcast() and single.parse. The first two methods crash. Single.parse says input string was in incorrect format. The number is 777.7932 so should convert fine. Ive tried it this way:

'x = single.parse(pts(0), globalization.NumberStyles.AllowDecimalPoint)

how can i convert a string representation of a single data type that is read from a text file into its single data type. I checked control panel and globalization settings are set to english.

View 6 Replies

Graphical User Interface (GUI) In VB And Engine In C++?

Oct 8, 2010

What is the best way to write a GUI for C++?

View 1 Replies

Graphical User Interface Like JQuery UI?

Sep 17, 2011

i want the user interface to be kinda similar to the jQuery UI. This means themed buttons and windows(preferabely the ones form jQuery UI) Also, i'm looking for nice sliding and morphing windows.

View 3 Replies

Sql Command Object In Graphical Mode

Mar 6, 2010

How do I access SqlCommand object graphically. I couldn't find SqlCommand tool in the ToolBox under Data group to drag it into my form

View 2 Replies

VS 2005 - How To Remove Graphical Object

Apr 7, 2010

I am writing a app and I have a treeview. This treeview gets populated with parent and children. I also have a panel and a picturebox with a image in the picturebox. On top of the picturebox I and writing some Graphical objects.

See code
Dim theG As Graphics = Graphics.FromImage(PictureBox1.Image)
Dim ComputerName As String = ""
Dim UserName As String = ""
Dim NodeIP As String = ""
[Code] .....

When Afterselect on the treeview item this code runs. However when I select another child/node the code runs again whcih is great it write over the top on the previous text. What is the command or how do I clear/delete/remove the theG.drawStrings from the first AfterSelect from the treeview so the new drwstrings are clear.

View 2 Replies

Casting An Integer To A Single, Preserving Bit Representation?

Jun 24, 2011

Is there a fast way in VB.NET to take a 32-bit int and cast to a 32-bit float while preserving the underlying bit structure? BitConverter will do this, but I'd like to cast it directly without involving byte arrays.

View 1 Replies

Converting Voltage Level Into Graphical Display?

Nov 25, 2009

I need some guidance on the codes on how to :

1) convert voltage level into graphical display,and

2) Voltage indication with moving needle .

[ Info : I've already input the codes to display the voltage in numeric, but not in graphical display ] =)

View 6 Replies

Determine Local Representation Of A Specific GMT Datetime?

Nov 12, 2010

I want to get the date value for

Nov 1, 2010 00:00:00 GMT

expressed in my local time.What is the best way? Currently, I am doing this:

Dim NovGmt As Date = New Date(2010, 11, 1, 0, 0, 0)
Dim Nov1AsLocal As Date = GetGmtExpressedAsLocal(NovGmt)
Private Function GetGmtExpressedAsLocal(ByVal gmtDate As Date) As Date

[code].....

tell me difference between the Date and DateTime datatypes? Is DateTime newer than Date or is it just a synonym for Date? If the latter, why have both?

View 1 Replies

Handling Integer Representation Of True And False

Aug 6, 2009

While testing some code i found something strange how vb.net (2005) is handling integer representation of true and false (or yes and no). Or at least i dont understand the reason for this.Im used to C or Java where 0 is false and everything else is true. To get to the point, here is the code: [code] And the out put is:X: 1 Y: 2x is truey is truex and y is false.If x and y or both individually true, why does it return false when you evaluate x And y.However, change the values of x and y to 4 and 5 you get this:X: 4 Y: 5x is truey is truex and y is trueJust another example, which seems to work how it should to me:X: 4 Y: 0x is truey is falsex and y is false.

View 7 Replies

HangMan Game - Project That Has A Graphical Interface ?

Apr 20, 2009

I am working on this hangman project that has a graphical interface where the user has 2 options either guess the entire phrase or use a combo box to guess letters. I have the guess text box working but I can't for the life of me figure out why it is not working correctly with the combo box. The following is my entire code for the project. I have it setup to show me which phrase it randomly selected but when ever I pick a letter in that phrase it doesn't fill it in or anything. I'm thinking it is an issue with my loops.

I highlighted the section where the problem is occurring.

Public Class frmHang
Dim strWord(10) As String 'array of answer cchoices
Dim strAnswer As String 'the correct answer

[CODE]...

View 6 Replies

Hashtable - Get String Representation Of Object Reference

Jun 3, 2011

I want to make a hashtable of object references and I want a different object's reference to be the key. How can I do this in vb.net? In java (assuming I am using the default toString method and that add() takes a string as a key and an object ref as the value) this would be something like: hashtable.add(obj1.toString(), obj2)

I do not want to use a vb.net gethashcode() function because I want deep clones of objects to have different identifiers. A related question is what is the default toString in vb.net? How can I get a string that represents an object reference in vb.net?

View 3 Replies

Make High Graphical Application Smooth?

Jun 22, 2010

I have used flash(.swf) animation & high quality graphical image there in my vb.net application. But problem is that sometimes when I click on menu it shows small line under it & take time to load it. It shows line under menu when load another forms though there is no line under that menu. I have 25 forms & every form has high quality image(image size is 1280*1024). Is there any way to get rid of this problem? Is there any way to make my application smooth though its high graphical & animated?

View 1 Replies

Multiplying The String Representation Of REAL Numbers?

Jan 12, 2012

<edit> Now showing the difference as a DECIMAL. Result looks like zero every time. </edit>Disclaimer: This code is provided "as-is" and should be treated as Freeware.( However any donations would be welcome as I have a "so-so" part-time job ).Please note all real numbers to be used should be in this format
"0.000000000000"Do not use numbers in string format in scientific notation like "1.2345E -06"I was feeling bored and decided to add to the code from JohnWein in this thread where I have used a routine that will multiply the contents of two long strings together.>>[url]I have now added a bit of code so you can multiply two really long numbers with or without a decimal point as a full-stop ( period or dot, call it what you like ).

[code]...

View 5 Replies

Progress Bar / Updating Form From Another One (Graphical Glitches)

Aug 20, 2009

My form has FOUR comboboxes populated from text files. The text files are loaded into an array into their own background process once completed are added to the combox. Due to the sheer amount of items the loading causes a lag and as the combobox are on the main GUI thread a glitch appear for several seconds. I then had an idea of loading the initial form, showing another form which is made the topmost form with a progress bar (values derived from the count of items in the arrays populated from the text files).

When I added the progress bar any other label or image on the SAME form did not show until the progress bar had completed, how can I resolve this? When I use it in conjunction with the other form i.e. using the form with the progress bar to populate the other in the background graphical glitches appear (mad transparency effect). I have the code from the form with the progress bar below:-

'Load City information
'*********************
'Set form title
Me.Text = " Application loading city lookup information ...."
'Declare string array to store list of towns
Dim citylookup() As String
[Code] .....

Why I experience the glitch (assume it's because of refreshing the item, some kind of repaint needed)? Any alternative solution to prevent the user from using the form until all the comboboxes are populated?

View 3 Replies

VB 2008 Replacing Characters With No Visual Representation?

Jun 22, 2012

my OCR copy text to a TextBox with “” at end, “” acts like enter key. Is it possible to replace it to something or remove it? For example, I want to copy number “1000” to my text box with OCR but I get “1000”(it’s a little different boxes, I couldn’t copy exact ones here). And I can’t do

TextBox2.Text = TextBox2.Text.Replace("", "")
, because  is an "enter key" and what I get looks like that:

View 10 Replies

VS 2008 Convert Binary Representation To Integer

Apr 6, 2010

I am using this to convert a number to binary representation:

[Code]...

View 1 Replies

VS 2010 Direct2D - Graphical Simulator Application Using GDI ?

Apr 17, 2012

I've been working on a graphical simulator application using GDI. GDI is terrible for rendering what simple graphics I need, too much flickering and definitely not efficient. From what I have been reading GDI and GDI+ are pretty much out of date and what I should be using is Direct2D. But my problem starts when I cannot find ANY reference material to even begin coding. I found some examples for C++, but my little knowledge of C++ prevents me from implementing and translating it to VB2010. I have found someone on VBForums through a Google search that says he is starting a tutorial for Direct2D for VB2010 but I have yet to see anything happen.

All I am rendering are small circular shapes used for simulating cell growth, I have no problem rendering 10-20 moving shapes at a time with a small amount bearable flickering, but any more the lag worsens exponentially and the application will use a ridiculous amount cpu. Overall I want to be able to display and render over 100 shapes at a time. So my question is... Where can I find some reference material regarding Direct3D for VB2010?

View 2 Replies

Direct Access To Full String Representation Of Object

Jan 23, 2012

I am trying to log the contents of an object to a text file. If I do a debug.print of the object itself in the immediate window, it prints all of the values of the object's properties:

?mDb.DatabaseOptions
{Microsoft.SqlServer.Management.Smo.DatabaseOptions}
AnsiNullDefault: False
...
UserData: Nothing


However, I can't seem to access this as a string in code due to a type mismatch. I assumed I could get this information using the .ToString method, but all that returns is the object description with none of the properties or values:

?mDb.DatabaseOptions.ToString
"Microsoft.SqlServer.Management.Smo.DatabaseOptions"

View 2 Replies

Join Elements Of An ArrayList Converting It To A String Representation?

Jan 14, 2011

I 've an ArrayList and to join all its elements with a separator in one string I m using...

Dim s As String = String.Join(",", TryCast(myArrayList.ToArray(GetType(String)), String()))

however, I would know if there is a smarter/shorter method to get the same result,or same code that looks better...

View 2 Replies

Launch Legacy GUI Application Without GUI From VB (hide Graphical Interface)

Aug 20, 2010

I have a legacy application that has an interactive graphical user interface, but also periodically checks for files in a directory and reacts to the files. I want to launch the application from a VB program, but not see the GUI (i.e., just let the file interface do it's thing). I really don't want to see the application running on the desktop at all (e.g., no windows, nothing on taskbar), the only evidence would be if I checked task manager I'd see it running.

Obviously this app would be ideally a service, but that's not where we are and I can't change it so I'm trying to simply not see the GUI.

I've seen the ProcessStartInfo.CreateNoWindow and WindowStyle = hidden flags but they don't hide the GUI of the legacy app.

again launch the legacy app (actually an unmanaged C++/MFC app) from a VB managed admin app.

View 4 Replies

Remotely Control A Graphical Program Through A Command Prompt

Jun 30, 2011

I have created a VB.NET program using windows forms. The program runs on a remote PC and displays information on a screen. The computer does not even have a mouse or keyboard connected to it. The program shows the information based on the file that is loaded.I want to be able to change this file remotely to another file that is already on the remote PC. I can't use a graphical remote desktop client as we have very limited bandwidth.So, my idea is to change the file using the command prompt.I'm not sure how to do this. Should I use something like this and load DosModule first:[code]How would I then read commands that is send to the program? I also only want one instance of the program running.

View 1 Replies

Retrieving An Instance Of An Object By Using A String Representation Of The Objects Name?

Aug 7, 2009

I want to retrieve an object by using a string representation of the objects name. For example lets say i want to change the font of 3 labels on a form programatically. Instead of changing the font property for each individual label like so:

Label1.Font = FontDialog1.Font
Label2.Font = FontDialog1.Font
Label3.Font = FontDialog1.Font

I want iterate through the labels in a For..next loop like so:

[Code]..

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved