Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008 |
| Replies: 3 Views: 4,054 I wouldnt bother with comma seperated values type data handling as the commas may need to be sent in your datastream as part of a block.
I meant to have said if you use a notepad type program to... |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2008 |
| Replies: 3 Views: 4,054 Ive had a similar problem to sort out. First get yourself a RAW TEXT notepad type program, I use Textpad, it shows ALL characters, including the ones under CHR(32). This will give you a general text... |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2008 |
| Replies: 3 Views: 931 Best guess on this one from me is to make a screen saver and have it monitor key_down over the whole keymap. Also add a Run_Once registry to reload it after reboot.
Other than that theres already... |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2008 |
| Replies: 1 Views: 1,095 A lot of code to and from a server can best be sent as a complex string with seperator characters. Personally I use CHR(255) for the end of the string send and CHR(254) as intermediate break points.... |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2007 |
| Replies: 2 Views: 2,068 Without seeing the form, Im guessing textboxes 1 to 4 display the info?
I love a challenge, email me if you need help. diguelo@aol.com |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2007 |
| Replies: 6 Views: 4,975 Ive made a similar program up already for striping info out of registry keys and files for a game I paly.
The basic idea is:-
use FileSystemObject in your prog
create output file.
open... |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2007 |
| Replies: 1 Views: 1,679 You may find it easier to copy the lot over to the new sheet then delete what you dont want. Works for me |