Click here to Skip to main content
15,886,101 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do you format the date time to just date? Pin
Fernando Soto11-Feb-09 6:29
Fernando Soto11-Feb-09 6:29 
AnswerRe: How do you format the date time to just date? Pin
EliottA11-Feb-09 7:02
EliottA11-Feb-09 7:02 
GeneralRe: How do you format the date time to just date? Pin
Luc Pattyn11-Feb-09 11:57
sitebuilderLuc Pattyn11-Feb-09 11:57 
GeneralRe: How do you format the date time to just date? Pin
EliottA11-Feb-09 13:01
EliottA11-Feb-09 13:01 
Question2/6/2009 12:00:00 AM Pin
Muhammad Fahim Baloch11-Feb-09 5:40
Muhammad Fahim Baloch11-Feb-09 5:40 
AnswerRe: 2/6/2009 12:00:00 AM Pin
vaghelabhavesh11-Feb-09 5:48
vaghelabhavesh11-Feb-09 5:48 
GeneralRe: 2/6/2009 12:00:00 AM Pin
Jay Royall11-Feb-09 6:15
Jay Royall11-Feb-09 6:15 
QuestionHow to bring the form to front vb.net 2009 Pin
Pankaj Garg11-Feb-09 0:31
Pankaj Garg11-Feb-09 0:31 
I am using VB.net 2009. How should I bring my form to front. Right now I am able to restrict the user to open the duplicate instance only. But the already opened instance remains minimized. So sometimes , it leads to the confusion that the form is not getting opened and Actually it is already opened in minimized window state. If i changes the window state to maximized. Then it changes the window state also, Because sometimes, the window is in normal mode and is minimized also / the window state us in maximized and minimized mode . How should I resolve this issue?

Dim objInv As frmWaste = Nothing

 For i As Integer = 0 To My.Application.OpenForms.Count - 1
                Select Case Filename
                    Case "frmAdd"
                        If (My.Application.OpenForms(i).Name = Filename) Then
                            objInv  = My.Application.OpenForms(i)
                            If (objInv .UserID = id) Then
                                objInv .Focus()
                                Return True
                            End If
                        End If
		End Select
Next


If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

AnswerRe: How to bring the form to front vb.net 2009 Pin
Steven J Jowett11-Feb-09 0:53
Steven J Jowett11-Feb-09 0:53 
AnswerRe: How to bring the form to front vb.net 2009 Pin
Dave Kreskowiak11-Feb-09 1:35
mveDave Kreskowiak11-Feb-09 1:35 
GeneralRe: How to bring the form to front vb.net 2009 Pin
Pankaj Garg11-Feb-09 1:47
Pankaj Garg11-Feb-09 1:47 
Questionhow to use crystal report in vb.net Pin
NaliniNagarajan10-Feb-09 23:50
NaliniNagarajan10-Feb-09 23:50 
AnswerRe: how to use crystal report in vb.net Pin
Rupesh Kumar Swami11-Feb-09 0:13
Rupesh Kumar Swami11-Feb-09 0:13 
AnswerRe: how to use crystal report in vb.net Pin
Steven J Jowett11-Feb-09 0:44
Steven J Jowett11-Feb-09 0:44 
QuestionTERMINAL SERVICE CONTROL IN VB.6 Pin
bono from indo10-Feb-09 21:33
bono from indo10-Feb-09 21:33 
AnswerRe: TERMINAL SERVICE CONTROL IN VB.6 Pin
Steven J Jowett10-Feb-09 23:57
Steven J Jowett10-Feb-09 23:57 
AnswerRe: TERMINAL SERVICE CONTROL IN VB.6 Pin
Smithers-Jones11-Feb-09 1:13
Smithers-Jones11-Feb-09 1:13 
QuestionSynchronizaiton (Multithreading) Pin
Muhammad Fahim Baloch10-Feb-09 20:26
Muhammad Fahim Baloch10-Feb-09 20:26 
AnswerRe: Synchronizaiton (Multithreading) Pin
Dave Kreskowiak11-Feb-09 1:33
mveDave Kreskowiak11-Feb-09 1:33 
AnswerRe: Synchronizaiton (Multithreading) Pin
Ashfield11-Feb-09 1:33
Ashfield11-Feb-09 1:33 
QuestionSmall Issue, Needs Urgent help Pin
shawndeprey10-Feb-09 10:16
shawndeprey10-Feb-09 10:16 
AnswerRe: Small Issue, Needs Urgent help Pin
Christian Graus10-Feb-09 12:49
protectorChristian Graus10-Feb-09 12:49 
GeneralRe: Small Issue, Needs Urgent help Pin
shawndeprey10-Feb-09 14:52
shawndeprey10-Feb-09 14:52 
AnswerRe: Small Issue, Needs Urgent help Pin
Fernando Soto10-Feb-09 17:37
Fernando Soto10-Feb-09 17:37 
GeneralRe: Small Issue, Needs Urgent help Pin
shawndeprey11-Feb-09 13:38
shawndeprey11-Feb-09 13:38 

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.