Click here to Skip to main content
15,898,036 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Threading ? Pin
tim63730-Oct-07 3:55
tim63730-Oct-07 3:55 
GeneralRe: Threading ? Pin
Abhijit Jana30-Oct-07 4:13
professionalAbhijit Jana30-Oct-07 4:13 
AnswerRe: Threading ? Pin
svanwass31-Oct-07 5:35
svanwass31-Oct-07 5:35 
QuestionGetting database names with windows authentication Pin
dptalt30-Oct-07 2:58
dptalt30-Oct-07 2:58 
AnswerRe: Getting database names with windows authentication Pin
Abhijit Jana30-Oct-07 3:31
professionalAbhijit Jana30-Oct-07 3:31 
GeneralRe: Getting database names with windows authentication Pin
dptalt5-Nov-07 4:38
dptalt5-Nov-07 4:38 
Questionshowing a modal form at a location Pin
aransiola30-Oct-07 2:39
aransiola30-Oct-07 2:39 
AnswerRe: showing a modal form at a location Pin
Tom Deketelaere30-Oct-07 2:48
professionalTom Deketelaere30-Oct-07 2:48 
I think this might be what you are looking for

Dim oForm As New InvoiceForm
        With oForm
            .StartPosition = FormStartPosition.Manual
            .Left = txtID.left
            .Top = txtid.top+txtid.height
            .ShowDialog()
        End With


hope it helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistakes.

AnswerRe: showing a modal form at a location Pin
nlarson1130-Oct-07 5:08
nlarson1130-Oct-07 5:08 
QuestionDateTimePicker Pin
nishkarsh_k29-Oct-07 22:56
nishkarsh_k29-Oct-07 22:56 
AnswerRe: DateTimePicker Pin
Christian Graus29-Oct-07 23:13
protectorChristian Graus29-Oct-07 23:13 
AnswerRe: DateTimePicker Pin
visualhint30-Oct-07 3:00
visualhint30-Oct-07 3:00 
QuestionDataGridViewTextBoxColumn to DataGridViewComboBoxColumn Help... Pin
vbDigger'z29-Oct-07 22:29
vbDigger'z29-Oct-07 22:29 
AnswerRe: DataGridViewTextBoxColumn to DataGridViewComboBoxColumn Help... Pin
Dave Kreskowiak30-Oct-07 5:12
mveDave Kreskowiak30-Oct-07 5:12 
Questioncheckbox in datagrid Pin
SamRST29-Oct-07 21:27
SamRST29-Oct-07 21:27 
AnswerRe: checkbox in datagrid Pin
Abhijit Jana30-Oct-07 1:21
professionalAbhijit Jana30-Oct-07 1:21 
QuestionRemote Desktop First Step Pin
AhmedOsamaMoh29-Oct-07 21:17
AhmedOsamaMoh29-Oct-07 21:17 
AnswerRe: Remote Desktop First Step Pin
Abhijit Jana30-Oct-07 1:26
professionalAbhijit Jana30-Oct-07 1:26 
GeneralRe: Remote Desktop First Step Pin
AhmedOsamaMoh30-Oct-07 2:46
AhmedOsamaMoh30-Oct-07 2:46 
GeneralRe: Remote Desktop First Step Pin
Abhijit Jana30-Oct-07 3:34
professionalAbhijit Jana30-Oct-07 3:34 
GeneralRe: Remote Desktop First Step Pin
AhmedOsamaMoh30-Oct-07 23:43
AhmedOsamaMoh30-Oct-07 23:43 
QuestionCookie-English Pin
MrFulvio29-Oct-07 20:57
MrFulvio29-Oct-07 20:57 
AnswerRe: Cookie-English Pin
Dave Kreskowiak30-Oct-07 5:12
mveDave Kreskowiak30-Oct-07 5:12 
QuestionCookie Pin
MrFulvio29-Oct-07 20:54
MrFulvio29-Oct-07 20:54 
Questiongrid view control Pin
kadkir29-Oct-07 20:02
kadkir29-Oct-07 20:02 

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.