Click here to Skip to main content
16,007,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: changing columwidth dynamically Pin
Stephan Wright9-Feb-05 0:57
Stephan Wright9-Feb-05 0:57 
GeneralRe: changing columwidth dynamically Pin
Stephan Wright9-Feb-05 2:14
Stephan Wright9-Feb-05 2:14 
Generalproblem in sending sms webservice Pin
iram aziz7-Feb-05 19:28
sussiram aziz7-Feb-05 19:28 
GeneralRe: problem in sending sms webservice Pin
Dave Kreskowiak8-Feb-05 1:13
mveDave Kreskowiak8-Feb-05 1:13 
GeneralDynamic Property Addition to PropertyGrid Ctl (VB.Net) Pin
Member 16899447-Feb-05 17:25
Member 16899447-Feb-05 17:25 
GeneralUsing open file dialog to open my document folder Pin
Mekong River7-Feb-05 15:27
Mekong River7-Feb-05 15:27 
GeneralRe: Using open file dialog to open my document folder Pin
rwestgraham7-Feb-05 20:46
rwestgraham7-Feb-05 20:46 
GeneralRe: Using open file dialog to open my document folder Pin
Dave Kreskowiak8-Feb-05 1:09
mveDave Kreskowiak8-Feb-05 1:09 
All that code just to do this?!?!
Private Sub btnBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBrowse.Click
    Dim strMyDocsPath As String = Environment.GetFolderPath(Environment.SpecialFolder.Personal)
    OpenFileDialog1.InitialDirectory = strMyDocsPath
    OpenFileDialog1.ShowDialog()
End Sub



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Using open file dialog to open my document folder Pin
rwestgraham8-Feb-05 8:57
rwestgraham8-Feb-05 8:57 
GeneralRe: Using open file dialog to open my document folder Pin
Mekong River9-Feb-05 4:23
Mekong River9-Feb-05 4:23 
GeneralRe: Using open file dialog to open my document folder Pin
Dave Kreskowiak8-Feb-05 1:10
mveDave Kreskowiak8-Feb-05 1:10 
GeneralRe: Using open file dialog to open my document folder Pin
Mekong River9-Feb-05 4:21
Mekong River9-Feb-05 4:21 
GeneralArrays Pin
Catalyst5007-Feb-05 12:02
Catalyst5007-Feb-05 12:02 
GeneralRe: Arrays Pin
numbrel7-Feb-05 14:51
numbrel7-Feb-05 14:51 
GeneralRe: Arrays Pin
Catalyst5008-Feb-05 11:24
Catalyst5008-Feb-05 11:24 
GeneralRe: Arrays Pin
Anonymous9-Feb-05 1:35
Anonymous9-Feb-05 1:35 
GeneralRe: Arrays Pin
Stephan Wright9-Feb-05 1:43
Stephan Wright9-Feb-05 1:43 
GeneralParameters problem using CR and VB.NET Pin
jlizardo7-Feb-05 11:47
jlizardo7-Feb-05 11:47 
GeneralExcel2000 Problem using Process.Start Pin
sean087-Feb-05 3:52
sean087-Feb-05 3:52 
GeneralClose Button But No Icon Pin
Sumit Domyan7-Feb-05 1:59
Sumit Domyan7-Feb-05 1:59 
GeneralRe: Close Button But No Icon Pin
Dave Kreskowiak7-Feb-05 3:25
mveDave Kreskowiak7-Feb-05 3:25 
GeneralRe: Close Button But No Icon Pin
Sumit Domyan7-Feb-05 16:41
Sumit Domyan7-Feb-05 16:41 
GeneralRe: Close Button But No Icon Pin
Dave Kreskowiak8-Feb-05 0:59
mveDave Kreskowiak8-Feb-05 0:59 
GeneralRe: Close Button But No Icon Pin
rwestgraham7-Feb-05 10:31
rwestgraham7-Feb-05 10:31 
GeneralRe: Smart Client Pin
Dave Kreskowiak7-Feb-05 1:44
mveDave Kreskowiak7-Feb-05 1:44 

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.