Click here to Skip to main content
15,889,595 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Require Project in VB with SQL server 2005/2008 Pin
Dave Kreskowiak12-Aug-09 2:18
mveDave Kreskowiak12-Aug-09 2:18 
GeneralRe: Require Project in VB with SQL server 2005/2008 Pin
0x3c012-Aug-09 2:37
0x3c012-Aug-09 2:37 
QuestionCustom cursor problem Pin
The real $M@11-Aug-09 22:29
The real $M@11-Aug-09 22:29 
AnswerRe: Custom cursor problem Pin
LloydA11112-Aug-09 1:56
LloydA11112-Aug-09 1:56 
GeneralRe: Custom cursor problem Pin
Henry Minute12-Aug-09 2:20
Henry Minute12-Aug-09 2:20 
QuestionRe: Custom cursor problem Pin
The real $M@14-Aug-09 2:36
The real $M@14-Aug-09 2:36 
AnswerRe: Custom cursor problem Pin
Henry Minute14-Aug-09 3:04
Henry Minute14-Aug-09 3:04 
GeneralRe: Custom cursor problem Pin
The real $M@15-Aug-09 1:55
The real $M@15-Aug-09 1:55 
I used the following code:

Declare Function LoadCursorFromFileA Lib "user32.dll" (ByVal lpFileName$) As IntPtr
Sub LoadCur()
   Cursor = New Cursor(LoadCursorFromFileA("c:\windows\cursors\3dgarro.cur"))
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
   LoadCur()
End Sub


It works perfectly with every cursor file (even animated ones). Thanks!
Big Grin | :-D Big Grin | :-D Big Grin | :-D
GeneralRe: Custom cursor problem Pin
waterboarer25-Feb-10 9:11
waterboarer25-Feb-10 9:11 
QuestionHow to trigger a mouse click event on finding a specific text? Pin
Member 205660911-Aug-09 19:24
Member 205660911-Aug-09 19:24 
AnswerRe: How to trigger a mouse click event on finding a specific text? Pin
Johan Hakkesteegt11-Aug-09 22:10
Johan Hakkesteegt11-Aug-09 22:10 
AnswerRe: How to trigger a mouse click event on finding a specific text? Pin
Member 205660911-Aug-09 22:23
Member 205660911-Aug-09 22:23 
GeneralRe: How to trigger a mouse click event on finding a specific text? Pin
Johan Hakkesteegt11-Aug-09 23:28
Johan Hakkesteegt11-Aug-09 23:28 
QuestionRecord output sound Pin
Gagan.2011-Aug-09 17:30
Gagan.2011-Aug-09 17:30 
AnswerRe: Record output sound Pin
LloydA11111-Aug-09 17:42
LloydA11111-Aug-09 17:42 
GeneralRe: Record output sound Pin
Gagan.2011-Aug-09 23:56
Gagan.2011-Aug-09 23:56 
GeneralRe: Record output sound Pin
LloydA11112-Aug-09 1:50
LloydA11112-Aug-09 1:50 
AnswerRe: Record output sound Pin
lassadaa29-May-11 1:01
lassadaa29-May-11 1:01 
QuestionCode to Solve Texas Holdem Poker Hand Pin
teemuuu11-Aug-09 8:50
teemuuu11-Aug-09 8:50 
AnswerRe: Code to Solve Texas Holdem Poker Hand Pin
Dave Kreskowiak11-Aug-09 9:04
mveDave Kreskowiak11-Aug-09 9:04 
QuestionSending emails to myself from 'contact us' page Pin
chana gibber11-Aug-09 8:07
chana gibber11-Aug-09 8:07 
AnswerRe: Sending emails to myself from 'contact us' page Pin
nlarson1111-Aug-09 8:17
nlarson1111-Aug-09 8:17 
GeneralRe: Sending emails to myself from 'contact us' page Pin
Pandey Vijay Kumar S.24-Sep-09 17:50
Pandey Vijay Kumar S.24-Sep-09 17:50 
GeneralRe: Sending emails to myself from 'contact us' page Pin
Pandey Vijay Kumar S.24-Sep-09 17:50
Pandey Vijay Kumar S.24-Sep-09 17:50 
QuestionGet IP Address and username using FileSystemWatcher in vb.net2.0 Pin
Pandey Vijay Kumar S.11-Aug-09 2:53
Pandey Vijay Kumar S.11-Aug-09 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.