Click here to Skip to main content
15,911,524 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: RAS - Creation of a VPN connnection Pin
Dave Kreskowiak13-Dec-07 7:20
mveDave Kreskowiak13-Dec-07 7:20 
Generalsub report could not be shown Pin
di3.ny2812-Dec-07 21:38
di3.ny2812-Dec-07 21:38 
GeneralRe: sub report could not be shown Pin
Dave Kreskowiak13-Dec-07 7:22
mveDave Kreskowiak13-Dec-07 7:22 
Questionhow to hide the Start Button in Vista using VB.NET2005 Pin
funakawa12-Dec-07 18:29
funakawa12-Dec-07 18:29 
GeneralRe: how to hide the Start Button in Vista using VB.NET2005 Pin
Michael Sync12-Dec-07 22:24
Michael Sync12-Dec-07 22:24 
GeneralRe: how to hide the Start Button in Vista using VB.NET2005 Pin
funakawa16-Dec-07 16:11
funakawa16-Dec-07 16:11 
QuestionHelp on dymanic installation Pin
highjo12-Dec-07 12:28
highjo12-Dec-07 12:28 
GeneralRe: Help on dymanic installation Pin
Michael Sync12-Dec-07 22:18
Michael Sync12-Dec-07 22:18 
You can replace the name of the server, the database name, user name and password at runtime and update the connectionstring in config file.

For example:

Driver={SQL Native Client};Server={0};Database={1};Uid={2};Pwd={3};

You can replace the string like that ~

String.Format(Driver={SQL Native Client};Server={0};Database={1};Uid={2};Pwd={3}, txtServerName.Text, txtDatabaseName.Text, txtUserName.Text, txtPassword.Text) <br />


then, you can update your config file if you want to.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Help on dymanic installation Pin
highjo13-Dec-07 8:49
highjo13-Dec-07 8:49 
GeneralTO START Pin
Kahuna12-Dec-07 12:14
Kahuna12-Dec-07 12:14 
GeneralRe: TO START PinPopular
Christian Graus12-Dec-07 12:31
protectorChristian Graus12-Dec-07 12:31 
Questionacessing MDI form status bar from other forms/public methods Pin
Adnan Siddiqi12-Dec-07 9:13
Adnan Siddiqi12-Dec-07 9:13 
GeneralRe: acessing MDI form status bar from other forms/public methods Pin
Dave Kreskowiak12-Dec-07 10:19
mveDave Kreskowiak12-Dec-07 10:19 
Generalmoving a Form With No Border Pin
Orlando_Herrera12-Dec-07 8:01
Orlando_Herrera12-Dec-07 8:01 
GeneralRe: moving a Form With No Border Pin
Christian Graus12-Dec-07 8:56
protectorChristian Graus12-Dec-07 8:56 
GeneralRe: moving a Form With No Border Pin
Kristian Sixhøj12-Dec-07 9:05
Kristian Sixhøj12-Dec-07 9:05 
GeneralRe: moving a Form With No Border Pin
The ANZAC12-Dec-07 10:25
The ANZAC12-Dec-07 10:25 
GeneralProgrammatically add dropdowns to gridview Pin
Coleenh12-Dec-07 6:02
Coleenh12-Dec-07 6:02 
GeneralRe: Programmatically add dropdowns to gridview Pin
Michael Sync12-Dec-07 21:12
Michael Sync12-Dec-07 21:12 
GeneralRe: Programmatically add dropdowns to gridview Pin
Coleenh13-Dec-07 6:12
Coleenh13-Dec-07 6:12 
GeneralRe: Programmatically add dropdowns to gridview Pin
Michael Sync13-Dec-07 16:09
Michael Sync13-Dec-07 16:09 
GeneralRe: Programmatically add dropdowns to gridview Pin
Coleenh14-Dec-07 7:00
Coleenh14-Dec-07 7:00 
GeneralDtection of OS Pin
billythekidney12-Dec-07 4:05
billythekidney12-Dec-07 4:05 
GeneralRe: Dtection of OS Pin
Luc Pattyn12-Dec-07 5:34
sitebuilderLuc Pattyn12-Dec-07 5:34 
GeneralMySql database does not store "\" (backward slash) when query using vb.net Pin
Rupesh Kumar Swami12-Dec-07 2:28
Rupesh Kumar Swami12-Dec-07 2:28 

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.