Forum: VB.NET Sep 28th, 2008 |
| Replies: 1 Views: 576 |
Forum: VB.NET Sep 28th, 2008 |
| Replies: 1 Views: 259 |
Forum: VB.NET Sep 28th, 2008 |
| Replies: 1 Views: 309 Re: Flat File Error Public NotInheritable Class OpenFileDialog _
Inherits FileDialog
or
Dim OpenFileDialog1 As OpenFileDialog
should fix error 1, Ive had this, im still making the transition from VB6 to VB.Net,... |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008 |
| Replies: 3 Views: 2,209 Re: how to select Nth word in line VBA-Word 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: 2,209 Re: how to select Nth word in line VBA-Word 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: 704 Re: Automatic Lock 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 a... |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2008 |
| Replies: 1 Views: 803 Re: Winsock sending 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... |
Forum: Novell Oct 27th, 2007 |
| Replies: 0 Views: 1,436 IPX Online Gaming. Ive recently completed an IRC type chat system for me and my friends to use. Ive also got a little narked with the pay to play idea for playing IPX games over the net. Is there a way to add an IPX... |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2007 |
| Replies: 2 Views: 1,206 |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2007 |
| Replies: 6 Views: 3,618 Re: extract columns from a text file in vb 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,019 Re: Using Shapes In Excel You may find it easier to copy the lot over to the new sheet then delete what you dont want. Works for me |
Forum: Networking Hardware Configuration Oct 27th, 2007 |
| Replies: 5 Views: 5,469 Re: need ipx connection XP does have its own IPX/SPX connection stuff, I use it all the time.
To set it running, simply go to your Control Panel, Network Connections, Local Area Connection and right click to get the... |