Click here to Skip to main content
15,879,490 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to adjust Datagrid row height Pin
Mohammad Al Hoss12-Jul-08 1:22
Mohammad Al Hoss12-Jul-08 1:22 
AnswerRe: How to adjust Datagrid row height Pin
Vimalsoft(Pty) Ltd12-Jul-08 11:23
professionalVimalsoft(Pty) Ltd12-Jul-08 11:23 
QuestionRe: how to chat the two system,but there is located in different location Pin
Pandian60212-Jul-08 0:12
Pandian60212-Jul-08 0:12 
QuestionRe: how to chat the two system,but there is located in different location Pin
csciwizard12-Jul-08 9:40
csciwizard12-Jul-08 9:40 
AnswerRe: how to chat the two system,but there is located in different location Pin
Paul Conrad12-Jul-08 10:06
professionalPaul Conrad12-Jul-08 10:06 
Questionmy form doesnot work properly Pin
en.Mahdi11-Jul-08 22:26
en.Mahdi11-Jul-08 22:26 
AnswerRe: my form doesnot work properly Pin
Vimalsoft(Pty) Ltd12-Jul-08 11:24
professionalVimalsoft(Pty) Ltd12-Jul-08 11:24 
GeneralRe: my form doesnot work properly Pin
en.Mahdi12-Jul-08 18:29
en.Mahdi12-Jul-08 18:29 
I call the forms by these codes .

Dim frmsp As New Form1 ' may splash form with graphical objects
frmsp.MdiParent = Me
frmsp.Show()


Dim frmUser As New FrmUserInfo ' my form that its loading takes several seconds
frmUser.MdiParent = Me
frmUser.Show()

frmsp.Close() 'after showing the form I close the splash .
GeneralRe: my form doesnot work properly Pin
Vimalsoft(Pty) Ltd13-Jul-08 15:08
professionalVimalsoft(Pty) Ltd13-Jul-08 15:08 
GeneralRe: my form doesnot work properly Pin
en.Mahdi13-Jul-08 21:26
en.Mahdi13-Jul-08 21:26 
QuestionGet version of installed office using vb.net Pin
~Khatri Mitesh~11-Jul-08 20:58
~Khatri Mitesh~11-Jul-08 20:58 
AnswerRe: Get version of installed office using vb.net Pin
Paul Conrad14-Jul-08 7:06
professionalPaul Conrad14-Jul-08 7:06 
Questionconverting windows application to server based application Pin
vijaylumar11-Jul-08 20:47
vijaylumar11-Jul-08 20:47 
AnswerRe: converting windows application to server based application Pin
en.Mahdi11-Jul-08 22:35
en.Mahdi11-Jul-08 22:35 
AnswerRe: converting windows application to server based application Pin
Vimalsoft(Pty) Ltd12-Jul-08 11:27
professionalVimalsoft(Pty) Ltd12-Jul-08 11:27 
GeneralRe: converting windows application to server based application Pin
vijaylumar12-Jul-08 20:05
vijaylumar12-Jul-08 20:05 
GeneralRe: converting windows application to server based application Pin
just3ala212-Jul-08 23:00
just3ala212-Jul-08 23:00 
GeneralRe: converting windows application to server based application Pin
Vimalsoft(Pty) Ltd13-Jul-08 15:21
professionalVimalsoft(Pty) Ltd13-Jul-08 15:21 
GeneralRe: converting windows application to server based application Pin
vijaylumar15-Jul-08 1:58
vijaylumar15-Jul-08 1:58 
GeneralRe: converting windows application to server based application Pin
Vimalsoft(Pty) Ltd15-Jul-08 11:23
professionalVimalsoft(Pty) Ltd15-Jul-08 11:23 
AnswerRe: converting windows application to server based application Pin
Steven J Jowett14-Jul-08 13:18
Steven J Jowett14-Jul-08 13:18 
Questionhow to get system name and user name in vb.net windows application Pin
vijaylumar11-Jul-08 19:25
vijaylumar11-Jul-08 19:25 
AnswerRe: how to get system name and user name in vb.net windows application Pin
~Khatri Mitesh~11-Jul-08 20:18
~Khatri Mitesh~11-Jul-08 20:18 
AnswerRe: how to get system name and user name in vb.net windows application Pin
Rupesh Kumar Swami11-Jul-08 20:23
Rupesh Kumar Swami11-Jul-08 20:23 
AnswerRe: how to get system name and user name in vb.net windows application Pin
Luc Pattyn12-Jul-08 1:03
sitebuilderLuc Pattyn12-Jul-08 1:03 

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.