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 SkipVought 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. Pumices

    Set DataGridView MaxInputLength

    Hello, I have a datagridview that I fill using a datatable. If I create the columns in advance for some reason the datagridview won't fill so I have to leave the colums empty and let it fill them in when i bind the data source. However I wish to limit the number of characters that can be...
  2. Pumices

    Virtual DVD-Rom

    Just to clarify I basically want to be able to create and control a virtual dvd/cd drive from my program. I would prefer not to have to write it if I could purchase a module of sorts. But if I have to program it where would I start? Thanks again for any help
  3. Pumices

    Virtual DVD-Rom

    What steps would I need to take in order to write a cd/dvd emulation software. Where I can take an iso and mount it to a virtual drive created by my program. I know I am kinda reinventing the wheel here but I am just curious. Or is there a emulation software module that I would be able to...
  4. Pumices

    Remote Install

    Hello, I do manage a small private schools computer network of a around 150 computers. We recently purchased a new school management software for all the computers. My question is this. Is there a way that I can write a code that will remotely install this program from the server. If I share the...
  5. Pumices

    Accepting Characters from other languages

    I am kinda stumped on this one but how is it possible for me to be able to accept, store, and later display characters from other languages. Is there some sort of a library for each language I can add or something. Any help would be greatly appreciated
  6. Pumices

    Looking at the binary

    Thank you very much that was exactly what I needed to know. Thank you for all the help you have made my day... or night.
  7. Pumices

    Looking at the binary

    Yes, that does help and thank you but just one more thing. If I save the binary to a text file. How would I reverse that process to recreate the file and if I did would the file be unaltered. Thank you so much for your help you guys have been incredibly helpful up to this point.
  8. Pumices

    Looking at the binary

    That is close to what I needed but it is returning numbers other than 0 and 1 it is returning numbers like 80, 124, 86, etc. What I want to be able to do is take the binary from a large file and save the binary into a text file as quickly as possible. I want to then be able to reconstruct the...
  9. Pumices

    Looking at the binary

    ok, how would I look take a file... any file and look at the binary code in vb? Everything exist in binary atleast on the harddrive if nothing else and I just need to access the raw binary data. Is there anyway I can do this? Thanks
  10. Pumices

    Bandwidth speed

    I have become quite confused over the last few days trying to sort between Megabits per second and Megabytes per second. For example a typical T1 line has a bandwidth of 1.5 mbps now is that 1.5 Megabits per second or 1.5 Megabytes per second. because if it is megabits, that means that a T1 line...
  11. Pumices

    Installing Software over internet

    I am not really sure this is the right forum to ask this questing in but it seemed like the best one. I am working at a school and they use a software to keep track of grades and whatnot. Well the administration office is somewhat off site and is not networked to the school. I was trying to make...
  12. Pumices

    Displaying Search Results

    Thanks for the help everyone i was finnaly able to make it work. Thanks again
  13. Pumices

    Displaying Search Results

    Thanks, I am trying to use the datagrid and it seems to be able to do what I want but Is there a way for me to display the data not in one big cell. For instance In the database I have things like First Name, Last Name, Permit Number, Invoice Number, and Zip. Right now it has all of those things...
  14. Pumices

    Displaying Search Results

    Hey, I am writting a simple database program for a friend's business and I have set up a search form and I have essentially "split" the screen in half and on one half is where you enter in the search information and the other half is where the results are displayed. I am using a MSAcess database...
  15. Pumices

    Ipaq Programming Languages

    Wow, thanks alot Kitamora that was really helpful. Thanks for all the links too.
  16. Pumices

    Ipaq Programming Languages

    Hey, I recently bought an Ipaq 5455 and upgraded it to Pocket Pc 2003 and being that I love to program I couldn't wait to start programming on the ipaq but I had a couple questions. 1)What languages are used to program pocket pc 2003 and 2)Is there a good program that has a version on the...

Part and Inventory Search

Back
Top