Click here to Skip to main content
15,890,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMy.Settings question Pin
sa_runner9-Jan-07 19:06
sa_runner9-Jan-07 19:06 
AnswerRe: My.Settings question Pin
Johan Hakkesteegt11-Jan-07 3:37
Johan Hakkesteegt11-Jan-07 3:37 
Questiondatabase tables search in vb.net Pin
amaneet9-Jan-07 18:42
amaneet9-Jan-07 18:42 
AnswerRe: database tables search in vb.net Pin
testy_proconsul10-Jan-07 0:00
testy_proconsul10-Jan-07 0:00 
GeneralRe: database tables search in vb.net Pin
amaneet10-Jan-07 0:35
amaneet10-Jan-07 0:35 
GeneralRe: database tables search in vb.net Pin
testy_proconsul10-Jan-07 1:25
testy_proconsul10-Jan-07 1:25 
QuestionStrange FileWatch problem? Pin
rudemusik9-Jan-07 18:00
rudemusik9-Jan-07 18:00 
AnswerRe: Strange FileWatch problem? Pin
Johan Hakkesteegt11-Jan-07 3:28
Johan Hakkesteegt11-Jan-07 3:28 
Hi Rudy,

I have had problems myself with hiding and showing forms, and I found that me.hide() sometimes seems to act a little like me.close(), and therefore doesn't always nicely handle subsequent code.
rudemusik wrote:
Public Sub NKWatch_Created(ByVal sender As Object, ByVal e As System.IO.FileSystemEventArgs)
Dim frmFour As New frm4th

Me.Hide()
frmFour.Show()
frmFour.GetUID(Me)
Application.DoEvents()
End Sub


Just a wild guess, but you could try to move Me.Hide() after Application.DoEvents()

If it doesn't help, it shouldn't hurt either.

Johan

My advice is free, and you may get what you paid for.

GeneralRe: Strange FileWatch problem? Pin
rudemusik11-Jan-07 7:05
rudemusik11-Jan-07 7:05 
QuestionHow to redirect IP..? Pin
stupix9-Jan-07 16:45
stupix9-Jan-07 16:45 
AnswerRe: How to redirect IP..? Pin
Dave Kreskowiak9-Jan-07 17:25
mveDave Kreskowiak9-Jan-07 17:25 
GeneralRe: How to redirect IP..? Pin
stupix9-Jan-07 18:07
stupix9-Jan-07 18:07 
QuestionHiding a column in a datagridview Pin
steve_rm9-Jan-07 16:02
steve_rm9-Jan-07 16:02 
AnswerRe: Hiding a column in a datagridview Pin
Dave Kreskowiak9-Jan-07 17:27
mveDave Kreskowiak9-Jan-07 17:27 
GeneralRe: Hiding a column in a datagridview Pin
priya_p23310-Jan-07 0:18
priya_p23310-Jan-07 0:18 
AnswerRe: Hiding a column in a datagridview Pin
amaneet9-Jan-07 23:16
amaneet9-Jan-07 23:16 
QuestionGlobal Variables Pin
jacob.vankley9-Jan-07 14:02
jacob.vankley9-Jan-07 14:02 
AnswerRe: Global Variables Pin
Christian Graus9-Jan-07 14:08
protectorChristian Graus9-Jan-07 14:08 
GeneralRe: Global Variables Pin
jacob.vankley9-Jan-07 15:38
jacob.vankley9-Jan-07 15:38 
GeneralRe: Global Variables Pin
Christian Graus9-Jan-07 16:09
protectorChristian Graus9-Jan-07 16:09 
GeneralRe: Global Variables Pin
Colin Angus Mackay9-Jan-07 22:59
Colin Angus Mackay9-Jan-07 22:59 
GeneralRe: Global Variables Pin
Christian Graus9-Jan-07 23:02
protectorChristian Graus9-Jan-07 23:02 
GeneralRe: Global Variables Pin
Colin Angus Mackay10-Jan-07 2:43
Colin Angus Mackay10-Jan-07 2:43 
AnswerRe: Global Variables Pin
Colin Angus Mackay9-Jan-07 22:57
Colin Angus Mackay9-Jan-07 22:57 
GeneralRe: Global Variables Pin
jacob.vankley10-Jan-07 12:37
jacob.vankley10-Jan-07 12:37 

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.