Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDeployment project MsiLoadr.bin issue Pin
Mondis10-Jul-06 6:13
Mondis10-Jul-06 6:13 
Questionhow to use intellisence for functions Pin
<b<font color="#6EA3C4">MILAN@Cybage10-Jul-06 3:06
<b<font color="#6EA3C4">MILAN@Cybage10-Jul-06 3:06 
QuestionRestart Thread in 2003 Pin
Rizwan Bashir10-Jul-06 2:09
Rizwan Bashir10-Jul-06 2:09 
AnswerRe: Restart Thread in 2003 Pin
Dave Kreskowiak10-Jul-06 2:22
mveDave Kreskowiak10-Jul-06 2:22 
QuestionHow do I make a form opening only the first time [modified] Pin
Bruno Gonçalves10-Jul-06 1:56
Bruno Gonçalves10-Jul-06 1:56 
AnswerRe: How do I make a form opening only the first time Pin
Dave Sexton10-Jul-06 2:14
Dave Sexton10-Jul-06 2:14 
GeneralRe: How do I make a form opening only the first time Pin
Bruno Gonçalves10-Jul-06 6:25
Bruno Gonçalves10-Jul-06 6:25 
AnswerRe: How do I make a form opening only the first time Pin
Rizwan Bashir10-Jul-06 2:17
Rizwan Bashir10-Jul-06 2:17 
Do one thing. make registration form as first load form of the project. When you will come second time. on the load of Registration you will have the code that if it is already a registered version then
also define one object in global say
dim frmReg as object

me.hide
frmreg=me
dim frm as new frmLogon
frm.show()

on closing the main application ... you need to close
frmreg.dispose()
and your problem is solved.

Rizwan Bashir
GeneralRe: How do I make a form opening only the first time Pin
Steven J Jowett10-Jul-06 21:33
Steven J Jowett10-Jul-06 21:33 
GeneralRe: How do I make a form opening only the first time Pin
Bruno Gonçalves12-Jul-06 0:21
Bruno Gonçalves12-Jul-06 0:21 
GeneralRe: How do I make a form opening only the first time Pin
Steven J Jowett12-Jul-06 0:30
Steven J Jowett12-Jul-06 0:30 
GeneralRe: How do I make a form opening only the first time Pin
Bruno Gonçalves12-Jul-06 1:15
Bruno Gonçalves12-Jul-06 1:15 
QuestionHow to get the row index of the Datagridview when mouse drag over it? Pin
rushing10-Jul-06 0:43
rushing10-Jul-06 0:43 
AnswerRe: How to get the row index of the Datagridview when mouse drag over it? Pin
<b<font color="#6EA3C4">MILAN@Cybage11-Jul-06 1:14
<b<font color="#6EA3C4">MILAN@Cybage11-Jul-06 1:14 
QuestionDragging a label... Pin
nmpsantos9-Jul-06 23:53
nmpsantos9-Jul-06 23:53 
AnswerRe: Dragging a label... Pin
Rizwan Bashir10-Jul-06 2:40
Rizwan Bashir10-Jul-06 2:40 
AnswerRe: Dragging a label... Pin
Dave Kreskowiak10-Jul-06 5:31
mveDave Kreskowiak10-Jul-06 5:31 
AnswerRe: Dragging a label... Pin
Dave Kreskowiak12-Jul-06 4:10
mveDave Kreskowiak12-Jul-06 4:10 
Questionour team creating the hotel management project we want concepts of what accounts maintain hotel management Pin
vidyashankar9-Jul-06 23:41
vidyashankar9-Jul-06 23:41 
AnswerRe: our team creating the hotel management project we want concepts of what accounts maintain hotel management Pin
Dave Kreskowiak10-Jul-06 5:14
mveDave Kreskowiak10-Jul-06 5:14 
Questionabout date format [modified] Pin
charan049-Jul-06 23:36
charan049-Jul-06 23:36 
AnswerRe: about date format Pin
Rizwan Bashir10-Jul-06 2:41
Rizwan Bashir10-Jul-06 2:41 
GeneralRe: about date format Pin
charan0410-Jul-06 16:37
charan0410-Jul-06 16:37 
QuestionExporting Emails from Outlook Pin
smarttom999-Jul-06 23:02
smarttom999-Jul-06 23:02 
QuestionVB.NET - How to Drag from Treeview and Drop into DataGrid ? Pin
jo_eylee9-Jul-06 22:00
jo_eylee9-Jul-06 22:00 

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.