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

Visual Basic

 
GeneralRe: Avoid Using Same Application Pin
GuyThiebaut5-Sep-07 2:52
professionalGuyThiebaut5-Sep-07 2:52 
QuestionWin32 API Pin
Daniel Kanev4-Sep-07 23:02
Daniel Kanev4-Sep-07 23:02 
AnswerRe: Win32 API Pin
nitin34-Sep-07 23:22
nitin34-Sep-07 23:22 
AnswerRe: Win32 API Pin
MohammadAmiry5-Sep-07 0:27
MohammadAmiry5-Sep-07 0:27 
AnswerRe: Win32 API Pin
Dave Kreskowiak5-Sep-07 4:36
mveDave Kreskowiak5-Sep-07 4:36 
AnswerRe: Win32 API Pin
Thomas Stockwell5-Sep-07 7:54
professionalThomas Stockwell5-Sep-07 7:54 
QuestionUsing the Windows/.Net Datasource Configuration Wizard [Control] Pin
Mbire4-Sep-07 22:04
Mbire4-Sep-07 22:04 
AnswerRe: Using the Windows/.Net Datasource Configuration Wizard [Control] [modified] Pin
Mbire5-Sep-07 3:13
Mbire5-Sep-07 3:13 
Got the answer to my question

Add references of 2 assemblies, Microsoft.Data.ConnectionUI.dll and Microsoft.Data.ConnectionUI.Dialog.dll, located at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE which by the way are not redistributable, then in code you have something like this...


Imports Microsoft.Data.ConnectionUI<br />
...<br />
<br />
...<br />
   Dim myDataConnectionDialog As New DataConnectionDialog<br />
   DataSource.AddStandardDataSources(myDataConnectionDialog)<br />
   If DataConnectionDialog.Show(myDataConnectionDialog) = Windows.Forms.DialogResult.OK Then<br />
       txtSourceConnection.Text = myDataConnectionDialog.ConnectionString<br />
   End If


Thanks to all who cared to think about itBig Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D



-- modified at 3:00 Thursday 6th September, 2007
AnswerRe: Using the Windows/.Net Datasource Configuration Wizard [Control] Pin
DigiOz Multimedia5-Sep-07 10:00
DigiOz Multimedia5-Sep-07 10:00 
Questionto adjust brightness & Contrast Pin
jackleela4-Sep-07 21:30
jackleela4-Sep-07 21:30 
AnswerRe: to adjust brightness & Contrast Pin
Sathesh Sakthivel4-Sep-07 22:31
Sathesh Sakthivel4-Sep-07 22:31 
QuestionThe permanant connectivity problem Pin
mishika4-Sep-07 21:10
mishika4-Sep-07 21:10 
AnswerRe: The permanant connectivity problem Pin
Dave Kreskowiak5-Sep-07 4:38
mveDave Kreskowiak5-Sep-07 4:38 
GeneralRe: The permanant connectivity problem Pin
mishika7-Sep-07 22:02
mishika7-Sep-07 22:02 
GeneralRe: The permanant connectivity problem Pin
Dave Kreskowiak8-Sep-07 2:31
mveDave Kreskowiak8-Sep-07 2:31 
QuestionThe Container frame problem in vb Pin
mishika4-Sep-07 21:04
mishika4-Sep-07 21:04 
AnswerRe: The Container frame problem in vb Pin
Dave Kreskowiak5-Sep-07 5:46
mveDave Kreskowiak5-Sep-07 5:46 
GeneralRe: The Container frame problem in vb Pin
mishika7-Sep-07 21:57
mishika7-Sep-07 21:57 
GeneralRe: The Container frame problem in vb Pin
Dave Kreskowiak8-Sep-07 2:40
mveDave Kreskowiak8-Sep-07 2:40 
QuestionMS Word Problem (RPC Server not available) Pin
Salman Sheikh4-Sep-07 20:26
Salman Sheikh4-Sep-07 20:26 
AnswerRe: MS Word Problem (RPC Server not available) Pin
Sathesh Sakthivel4-Sep-07 20:42
Sathesh Sakthivel4-Sep-07 20:42 
GeneralRe: MS Word Problem (RPC Server not available) Pin
Salman Sheikh4-Sep-07 22:15
Salman Sheikh4-Sep-07 22:15 
AnswerRe: MS Word Problem (RPC Server not available) Pin
helelark1235-Sep-07 1:11
helelark1235-Sep-07 1:11 
AnswerRe: MS Word Problem (RPC Server not available) Pin
Dave Kreskowiak5-Sep-07 2:27
mveDave Kreskowiak5-Sep-07 2:27 
AnswerRe: MS Word Problem (RPC Server not available) Pin
Vasudevan Deepak Kumar5-Sep-07 7:03
Vasudevan Deepak Kumar5-Sep-07 7: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.