Hello. I am currently writing a program that uses XML files to store data. I have a form that is set up with a DataGrid to display the information from several files via merged DataSets and that runs without a hitch. What I need to know now is how to add additional columns of information to...
Right, well I've been searching around the net for about half a day now and to be quite honest, I'm under the impression that my conception of how to use a DataGrid control is horribly flawed (or non-existent).
What I would like to do is pass the data in a Collection (containing objects from a...
Okay, here's the scenerio I'm currently stuck with. I accidently killed my Lilo and are currently unable to boot into Linux. I booted with a Knoppix CD to run through the procedure as I was taught how to do it to restore Lilo, but when I chroot, I get a segmentation error. I'm rather new to...
Could someone please tell me how to load another page programmatically? What I'm trying to accomplish is for the user to login information and be taken to the profile page (or something similar to such a thing) via a button click. I unfortunately have no idea how to send the program to another...
I added a file called Encryption.dat to my project and it is now in the solution explorer window. How can I access the data in the file through code without having to make it into an external file for the exe to work with after compiling? If I cannot do this, is there an alternative method I...
Does VB .NET have any built in support for working with binary numbers or would I have to write code for it myself?
What I'm looking to do is take a pair of hex numbers (EG, &H1F [binary 11111] and &H5 [binary 101]) and merge them into &HFD [binary 11111101] and the easiest way I know of is to...
I am writting a program that accesses an external file to collect a long (ish) series of data from and putting it into a collection. I was wondering if someone could tell me a way of embedding it it into the program without having to type each entry by hand. Thanks.
I would like to know how to set up my program to load data into the program in the event that a user double-clicks on a related data file or drags a file onto the program.
Thanks.
What are the equivalent forms of structures and pointers in VB (if any)? I know how to use them in C++ and would like to know if they exist/how to use them in VB.
Don't mean to be a pest, but I need help again.
Okay, I have this form that I want to call on this other form, get a small bit of information, and execute the result of the information.
What I want to know is how to stop the execution of the sub that I called the second form from and wait...
I feel like an idiot asking question that probably has a painfully simple answer but oh well...
Anyways, how can I get a text box to append more text to a new line? I've tried adding chr(13) and chr(10) directly to the text, but it just prints out the "|" character.
EG - I started...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.