Showing results 1 to 12 of 12
Search took 0.01 seconds.
Posts Made By: Diguelo
Forum: VB.NET Sep 28th, 2008
Replies: 1
Views: 576
Posted By Diguelo
Re: how to clear specific column in datagridview

MSDN has a few examples in it and for once a clear explanation ie

' Declare a new DataGridTableStyle in the
' declarations area of your form.
Dim ts As DataGridTableStyle = New...
Forum: VB.NET Sep 28th, 2008
Replies: 1
Views: 259
Posted By Diguelo
Re: VB.NET Starter

use MSDN index on TextBox theres loads of examples in there.
Forum: VB.NET Sep 28th, 2008
Replies: 1
Views: 309
Posted By Diguelo
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
Posted By Diguelo
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
Posted By Diguelo
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
Posted By Diguelo
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
Posted By Diguelo
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
Posted By Diguelo
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
Posted By Diguelo
Re: Visual Basic coding for excel database - am tearing my hair out!

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: 3,618
Posted By Diguelo
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
Posted By Diguelo
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
Posted By Diguelo
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...
Showing results 1 to 12 of 12

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:54 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC