CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Valeriegn

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    3,513

    Re: MessageBox not working in vb.ne

    Thanks for your reply. The above suggested solution gives me an error on the 'show' word.
  2. Replies
    8
    Views
    3,513

    MessageBox not working in vb.ne

    Hi. I am trying to show a message informing the user that a file already exists and then exit the button code. I am getting an error on the MessageBox line. I have tried MessageBox. show but that...
  3. Re: Dim statement not working in vb.net button code

    Thanks! I figured out that I was infact using C# ... Now I have actually opened a vb.net forms app. I fixed the OpenDialog code and it works fine. However the code for opening the excel file is still...
  4. Re: Dim statement not working in vb.net button code

    Thanks for your input.
    I have never used C# so I have no idea what in my code looks like C#. I opened a vb.net forms project. I know all of the open dialog button's code works fine ... is this what...
  5. Re: Dim statement not working in vb.net button code

    Thanks for your quick replies.

    I have tried the following but I still get errors on every line.

    *********
    Dim strFileName As string
    strFileName = txtFileName.Text

    ...
  6. [RESOLVED] Dim statement not working in vb.net button code

    Hi. I have two buttons on my vb.net form. One opens a dialog box for user to chose excel file that needs to be worked on. The second button is where I want to be able to open the Excel file to...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured