Click here to Skip to main content
15,909,091 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: make exe file in vb,net Pin
Rupesh Kumar Swami2-Mar-09 0:48
Rupesh Kumar Swami2-Mar-09 0:48 
AnswerRe: make exe file in vb,net Pin
Christian Graus2-Mar-09 10:07
protectorChristian Graus2-Mar-09 10:07 
QuestionHow i can adjust the client area of the MDI form Pin
avinashpatil34841-Mar-09 23:41
avinashpatil34841-Mar-09 23:41 
AnswerRe: How i can adjust the client area of the MDI form Pin
Dave Kreskowiak2-Mar-09 2:09
mveDave Kreskowiak2-Mar-09 2:09 
Questionabout .net framework 3.5 Pin
rajmca.g1-Mar-09 23:27
rajmca.g1-Mar-09 23:27 
AnswerRe: about .net framework 3.5 Pin
ABitSmart1-Mar-09 23:43
ABitSmart1-Mar-09 23:43 
AnswerRe: about .net framework 3.5 Pin
Eddy Vluggen1-Mar-09 23:55
professionalEddy Vluggen1-Mar-09 23:55 
QuestionHow To Open A File + Sourabh Das Pin
Dot Net Jantu1-Mar-09 21:56
Dot Net Jantu1-Mar-09 21:56 
Hi All,
I have a text box in which a file path is displayed. A button to click and open the file. Code executes properly but the file dosent open.
Here is the Code:
Private Sub btnOpen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpen.Click 
        Try 
            strIOPath = ucFile.TxtCode.Text 
            If strIOPath = "" Then 
                ShowMessage("No File For This Transaction") 
                Exit Sub 
            End If 
            If IO.File.Exists(strIOPath) Then 
                File.Open(strIOPath, FileMode.Create) 
            Else 
                ShowMessage("File Not Found") 
            End If 
        Catch ex As Exception 
            ShowMessage(ex.Message) 
        End Try 
End Sub 


Thanks and Regards,

AnswerRe: How To Open A File + Sourabh Das Pin
JoeSharp1-Mar-09 22:08
JoeSharp1-Mar-09 22:08 
GeneralRe: How To Open A File + Sourabh Das Pin
Luc Pattyn2-Mar-09 4:00
sitebuilderLuc Pattyn2-Mar-09 4:00 
QuestionSet my program as default. Pin
Gagan.201-Mar-09 18:03
Gagan.201-Mar-09 18:03 
AnswerRe: Set my program as default. Pin
Bharat Jain1-Mar-09 21:03
Bharat Jain1-Mar-09 21:03 
GeneralRe: Set my program as default. Pin
Gagan.201-Mar-09 21:39
Gagan.201-Mar-09 21:39 
Questionlistview to a word document Pin
spruha3691-Mar-09 18:02
spruha3691-Mar-09 18:02 
AnswerRe: listview to a word document Pin
Andy_L_J1-Mar-09 19:16
Andy_L_J1-Mar-09 19:16 
QuestionControl Collections with Multiple Forms Pin
carterza1-Mar-09 17:59
carterza1-Mar-09 17:59 
GeneralRe: Control Collections with Multiple Forms Pin
Luc Pattyn1-Mar-09 18:23
sitebuilderLuc Pattyn1-Mar-09 18:23 
GeneralRe: Control Collections with Multiple Forms Pin
carterza1-Mar-09 18:53
carterza1-Mar-09 18:53 
QuestionSQL queries - Where is my mistake Pin
ivo751-Mar-09 7:50
ivo751-Mar-09 7:50 
AnswerRe: SQL queries - Where is my mistake Pin
Henry Minute1-Mar-09 8:10
Henry Minute1-Mar-09 8:10 
GeneralRe: SQL queries - Where is my mistake Pin
Luc Pattyn1-Mar-09 9:18
sitebuilderLuc Pattyn1-Mar-09 9:18 
QuestionHow can I automate Winforms of .NET in VB6? Pin
Oliverikawood1-Mar-09 6:29
Oliverikawood1-Mar-09 6:29 
AnswerRe: How can I automate Winforms of .NET in VB6? Pin
ABitSmart1-Mar-09 22:38
ABitSmart1-Mar-09 22:38 
GeneralRe: How can I automate Winforms of .NET in VB6? Pin
Oliverikawood5-Mar-09 5:40
Oliverikawood5-Mar-09 5:40 
AnswerRe: How can I automate Winforms of .NET in VB6? Pin
Oliverikawood9-Mar-09 0:45
Oliverikawood9-Mar-09 0:45 

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.