Click here to Skip to main content
15,894,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Import Data into Access Pin
Suresh Prasad2-Dec-04 13:07
Suresh Prasad2-Dec-04 13:07 
GeneralChanging cursor with no forms displayed Pin
Daire Cunningham30-Nov-04 4:25
Daire Cunningham30-Nov-04 4:25 
GeneralRe: Changing cursor with no forms displayed Pin
Dave Kreskowiak30-Nov-04 5:46
mveDave Kreskowiak30-Nov-04 5:46 
GeneralRe: Changing cursor with no forms displayed Pin
Anonymous30-Nov-04 20:59
Anonymous30-Nov-04 20:59 
GeneralRe: Changing cursor with no forms displayed Pin
Daire Cunningham30-Nov-04 23:02
Daire Cunningham30-Nov-04 23:02 
GeneralRe: Changing cursor with no forms displayed Pin
Dave Kreskowiak1-Dec-04 0:54
mveDave Kreskowiak1-Dec-04 0:54 
GeneralRe: Changing cursor with no forms displayed Pin
Anonymous1-Dec-04 13:49
Anonymous1-Dec-04 13:49 
GeneralRe: Changing cursor with no forms displayed Pin
Daire Cunningham2-Dec-04 22:04
Daire Cunningham2-Dec-04 22:04 
Thanks for that but I kick off my form from a Sub Main in a module. I've tried setting the cursor in Main(), and in my form's New and Load events but to no avail. I'm thinking I'll have to make some sort of splash screen or "Loading" dialog instead.


Here's my code:


Module modMain
Public Sub Main()
Dim mdiMain As mdiMain

Try
' Do some login stuff here

' Display the waiting cursor - but doesn't work
Cursor.Current = Cursors.WaitCursor

mdiMain = New mdiMain

mdiMain.User = frmLogin.User

Debug.Writeline(Cursor.Current.ToString) ' Shows
Cursors.WaitCursor

mdiMain.ShowDialog()

' ...


Daire Cunningham
Generallogin to server Pin
fo0lish30-Nov-04 3:52
fo0lish30-Nov-04 3:52 
GeneralRe: login to server Pin
Dave Kreskowiak30-Nov-04 5:52
mveDave Kreskowiak30-Nov-04 5:52 
GeneralRe: login to server Pin
fo0lish30-Nov-04 7:47
fo0lish30-Nov-04 7:47 
GeneralRe: login to server Pin
Dave Kreskowiak30-Nov-04 10:02
mveDave Kreskowiak30-Nov-04 10:02 
GeneralDataset Pin
nitin_ion29-Nov-04 22:10
nitin_ion29-Nov-04 22:10 
GeneralRe: Dataset Pin
Jim Matthews30-Nov-04 13:44
Jim Matthews30-Nov-04 13:44 
GeneralForm Design Pin
kellydanielc29-Nov-04 12:39
kellydanielc29-Nov-04 12:39 
GeneralRe: Form Design Pin
Tom John30-Nov-04 5:55
Tom John30-Nov-04 5:55 
GeneralRe: Form Design Pin
The Man from U.N.C.L.E.2-Dec-04 1:29
The Man from U.N.C.L.E.2-Dec-04 1:29 
QuestionHow to handle a propertyvaluechanged event ( or any event) correctly? Pin
David M J29-Nov-04 9:28
David M J29-Nov-04 9:28 
AnswerRe: How to handle a propertyvaluechanged event ( or any event) correctly? Pin
Tom John30-Nov-04 5:50
Tom John30-Nov-04 5:50 
GeneralEmpty Dataset via Stored Procedure Pin
NorthernExposure29-Nov-04 6:51
NorthernExposure29-Nov-04 6:51 
GeneralRe: Empty Dataset via Stored Procedure Pin
NorthernExposure30-Nov-04 21:13
NorthernExposure30-Nov-04 21:13 
GeneralRe: Empty Dataset via Stored Procedure Pin
Colin Angus Mackay1-Dec-04 0:41
Colin Angus Mackay1-Dec-04 0:41 
GeneralRe: Empty Dataset via Stored Procedure Pin
NorthernExposure1-Dec-04 6:36
NorthernExposure1-Dec-04 6:36 
GeneralRe: Empty Dataset via Stored Procedure Pin
Dave Kreskowiak1-Dec-04 0:47
mveDave Kreskowiak1-Dec-04 0:47 
GeneralTab pages Pin
Paps229-Nov-04 6:49
Paps229-Nov-04 6:49 

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.