Click here to Skip to main content
15,916,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: show wav Pin
sumit70345-Aug-08 22:49
sumit70345-Aug-08 22:49 
Questiondatagridview Pin
sathyan_82945-Aug-08 20:46
sathyan_82945-Aug-08 20:46 
AnswerRe: datagridview Pin
Mycroft Holmes5-Aug-08 21:25
professionalMycroft Holmes5-Aug-08 21:25 
AnswerRe: datagridview Pin
chandralekha5-Aug-08 23:31
chandralekha5-Aug-08 23:31 
QuestionHow to work with style element in WebBrowser control Pin
MAP Tiger5-Aug-08 12:03
MAP Tiger5-Aug-08 12:03 
AnswerRe: How to work with style element in WebBrowser control Pin
mghiassi6-Aug-08 7:46
mghiassi6-Aug-08 7:46 
GeneralRe: How to work with style element in WebBrowser control Pin
MAP Tiger6-Aug-08 8:38
MAP Tiger6-Aug-08 8:38 
QuestionForm Location Pin
CodingYoshi5-Aug-08 11:39
CodingYoshi5-Aug-08 11:39 
I have a child form in an MDI application. Before I show the child form I set its location as following:

Dim location as Point = new Point(me.SplitContainerRight.Right + 10, me.SplitContainerRight.Location.Y - 10)
child.Location = location

This does not work the first time the form loads, but works every 2nd try after that. For example, first it does not work, 2nd time it does work, 3rd time it does not work and so on.

I did debug.writeline and it gives me different co-ordinates for child.Location every alternate show.

Any ideas? Code is the same but it only sets location sometimes. Oh yeah, form is On Manual start up.
AnswerRe: Form Location Pin
Mycroft Holmes5-Aug-08 21:41
professionalMycroft Holmes5-Aug-08 21:41 
GeneralRe: Form Location Pin
CodingYoshi6-Aug-08 3:26
CodingYoshi6-Aug-08 3:26 
AnswerRe: Form Location Pin
Tom Deketelaere6-Aug-08 4:16
professionalTom Deketelaere6-Aug-08 4:16 
GeneralRe: Form Location Pin
CodingYoshi6-Aug-08 4:49
CodingYoshi6-Aug-08 4:49 
GeneralRe: Form Location Pin
Mycroft Holmes6-Aug-08 14:11
professionalMycroft Holmes6-Aug-08 14:11 
Questionvb.net Pin
tcombs5-Aug-08 10:35
tcombs5-Aug-08 10:35 
AnswerRe: vb.net Pin
Colin Angus Mackay5-Aug-08 12:12
Colin Angus Mackay5-Aug-08 12:12 
Questionstored procedure with vb.bet Pin
reynaldosp5-Aug-08 7:20
reynaldosp5-Aug-08 7:20 
AnswerRe: stored procedure with vb.bet Pin
jzonthemtn5-Aug-08 7:50
jzonthemtn5-Aug-08 7:50 
GeneralRe: stored procedure with vb.bet Pin
reynaldosp5-Aug-08 8:26
reynaldosp5-Aug-08 8:26 
GeneralRe: stored procedure with vb.bet Pin
jzonthemtn5-Aug-08 8:39
jzonthemtn5-Aug-08 8:39 
GeneralRe: stored procedure with vb.bet Pin
Paul Conrad5-Aug-08 18:59
professionalPaul Conrad5-Aug-08 18:59 
GeneralRe: stored procedure with vb.bet Pin
nishugaurav5-Aug-08 23:07
nishugaurav5-Aug-08 23:07 
GeneralRe: stored procedure with vb.bet Pin
reynaldosp6-Aug-08 4:27
reynaldosp6-Aug-08 4:27 
AnswerRe: stored procedure with vb.bet Pin
Guffa5-Aug-08 8:01
Guffa5-Aug-08 8:01 
GeneralRe: stored procedure with vb.bet Pin
reynaldosp5-Aug-08 8:30
reynaldosp5-Aug-08 8:30 
GeneralRe: stored procedure with vb.bet Pin
Guffa5-Aug-08 12:52
Guffa5-Aug-08 12:52 

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.