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 >> Windows API code

Prevent windows (both NT and 9x) going into suspen...Version: VB5
Author: Merrion ComputingSubmitted: 4/18/2001Views: 10175
Prevent windows (both NT and 9x) going into suspended mode.

This little control greatly simplifies the busines...Version: VB5
Author: Merrion ComputingSubmitted: 4/5/2001Downloads: 7287
This little control greatly simplifies the business of subclassing a form to get at the extra events that the Visual basic designers left out. i.e.: * ActiveApplicationChanged - Fired when a user switches away from, or in to your application * Lost ...more>>

Like a Debug.Print - but from compiled code. Ever...Version: VB4
Author: Duncan JonesSubmitted: 3/29/2001Views: 10738
Like a Debug.Print - but from compiled code. Everyone knows how useful Debug.Print is for debugging code - but it doesn't help if you need to debug what is happening in an executable. Some people put code that writes to a text file, or something - but t ...more>>

In place conversion between every one of the Europ...Version: VB5
Author: Duncan JonesSubmitted: 3/28/2001Downloads: 6304
In place conversion between every one of the European Monetary Union member currencies and the Euro. Simply run this app, select your base currency, then right click on any numeric amount (in a textbox, an excel field - pretty much anywhere) and have it ...more>>

Returns all the icons from an executable file. ...Version: VB4
Author: Duncan JonesSubmitted: 3/27/2001Views: 8971
Returns all the icons from an executable file. (This snippet is part of the "Simply Subclassing" dll which is also downloadable from this site)

In my program i have used few API functions to set...Version: VB4
Author: Prakash.vSubmitted: 2/26/2001Downloads: 7132
In my program i have used few API functions to set 3D,Sunken,etched effects to the images of your image control.Another example shows how to change your label control to a 3D command button almost functionally.

I have used two APIFuctions 'Setwindowword' and '...Version: VB5
Author: Prakash.vSubmitted: 2/20/2001Downloads: 6343
I have used two APIFuctions 'Setwindowword' and 'Setparent' to make the child window float freely and with in the parent window. Open with vb5 and vb6.

This program shows how to filter out characters fr...Version: VB5
Author: George TsangSubmitted: 2/6/2001Downloads: 6351
This program shows how to filter out characters from TextBox control. Uses GetWindowLong and SetWindowLong APIs.

This is a program that will let you show, hide, al...Version: VB5
Author: Wesley CrossmanSubmitted: 2/3/2001Downloads: 14137
This is a program that will let you show, hide, alter text, capture a picture, change the parent, kill, close, enable, disable, get info on, minimize, maximize, restore, capture a picture of, make them stay-on-top, send a message to, edit the window style ...more>>

This program uses Sendmessage API function for add...Version: VB3
Author: Prakash.vSubmitted: 2/2/2001Downloads: 7000
This program uses Sendmessage API function for additem,removeitem,clear,selcount,listcount etc, with a horizontal scroll bar.(List/combo)

<< Previous  Page 17 of  22  Next >>

Go to page: 17  18  19  20  21  22