Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WoundEdGoat

    Adding Extra Values to Datasets

    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...
  2. WoundEdGoat

    DataGrid and Class Collections

    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...
  3. WoundEdGoat

    chroot Segmentation Fault

    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...
  4. WoundEdGoat

    Loading Another Page Programmatically

    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...
  5. WoundEdGoat

    Internal Solotion Explorer File Interaction

    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...
  6. WoundEdGoat

    Binary Number Operations

    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...
  7. WoundEdGoat

    Alternative to external .dat file

    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.
  8. WoundEdGoat

    Disabling close button

    Can someone tell me how to disable the close button on a form and still have the use of the minimize button?
  9. WoundEdGoat

    Converting large Integers to Bytes

    Can someone tell me how to get an integer value greater then 255 into two byte variables or an array of byte variables? Thanks.
  10. WoundEdGoat

    Random File Access

    Can someone tell me a way to find the first available record in a random access file? Thanks.
  11. WoundEdGoat

    Loading a file on startup

    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.
  12. WoundEdGoat

    Structures and Pointers

    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.
  13. WoundEdGoat

    Palette change for Image or Picture Boxes

    How can I change the palette used for an image in an image or picture box?
  14. WoundEdGoat

    Automatic Textbox Scrolling

    How do I get a textbox to scroll down automatically when text is added to it through code (not by keyboard)?
  15. WoundEdGoat

    extra-form communication problem

    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...
  16. WoundEdGoat

    Text Box linefeed

    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...
  17. WoundEdGoat

    playing .wav files from resource files (.res)

    Can someone tell me how to use the LoadResData() command to play a .wav file?
  18. WoundEdGoat

    playing .wav files from resource files (.res)

    Can someone tell me how to use the LoadResData() command to play a .wav file?

Part and Inventory Search

Back
Top