Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Code Snippets

MSHflex Grid right click row returnVersion: VB6
Author: Eddie MacDonaldSubmitted: 3/19/2004Views: 10669
This code snippet demonstrates a question asked by another person on this posted. He wanted to find out what row the user right clicked on an MSHFlex Grid. The code is VERY simple, so simple it may be oblivious to some. You can do it with only a couple l ...more>>

Save Image to DBVersion: VB6
Author: ChanduSubmitted: 3/4/2004Views: 15840
Saving image to DB Using Binary Stream file.

Get Image from DBVersion: VB6
Author: ChanduSubmitted: 3/4/2004Views: 12732
Reading Image from DB which is stored in Binary format.

Reset ControlsVersion: VB5
Author: NBS SolutionsSubmitted: 3/1/2004Views: 28256
Routine to reset your controls. This can be handy to use after you have updated a record and need to reset the controls for the next entry.

Positioning controls at runtimeVersion: VB6
Author: DanTheManSubmitted: 2/21/2004Views: 7941
This allows you to drag a control and have it automatically reappear in the dragged spot, basically in dumb terms it lets you position a control when the program is running.

Delete a DirectoryVersion: VB6
Author: Daniel M. IonescuSubmitted: 2/9/2004Views: 16947
A very simple procedure to delete a directory and the entire subdirectory structure.

View and Print Text FilesVersion: VB5
Author: Saiful Bahari SSubmitted: 2/9/2004Views: 28580
Open .txt files and print without fuss. You need a form, three buttons, a common dialog control, and a rich text box.

Search and Replace StringVersion: VB3, VB4, V
Author: James TracySubmitted: 1/30/2004Views: 39339
Bulletproof search and replace of string.

Populate a ListView with table namesVersion: VB6
Author: Daniel M. IonescuSubmitted: 1/21/2004Views: 19360
This procedure populates a ListView with the names of the tables which exist in a MSAccess database.

Export data to a *.csv fileVersion: VB6
Author: Daniel M. IonescuSubmitted: 1/21/2004Views: 44918
You can export from a user defined data structure. A new file is created each time the export procedure is called.

<< Previous  Page 30 of  67  Next >>

Go to page: 30  31  32  33  34  35  ...