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

Search:

Type: Posts; User: weirddemon

Search: Search took 0.02 seconds.

  1. Re: Permission Denied When Trying To Delete A File

    UAC is turned off.



    Security settings are valid.

    I can delete the file on form_load, but I can't delete it inside of the method. Even If I put it as the first line in the method, it still...
  2. Permission Denied When Trying To Delete A File

    I'm using the following code to copy some lines from file into a new file. After all the correct lines are copied, I delete the old file. This was working just fine last week. But suddenly it's not...
  3. Replies
    7
    Views
    12,854

    Re: Combo Box, If Then Statement

    Sorry. I just thought I may have messed the code up.

    Here's the error:

    An unhandled exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll

    Additional...
  4. Replies
    7
    Views
    12,854

    Combo Box, If Then Statement

    Hi,

    I'm trying to create a combo box that, when I select an item, certain checkboxes become checked. I'm sure I can use an If Then statement to do that, but I'm running into a problem and I can't...
  5. Replies
    5
    Views
    1,174

    Re: Build Errors

    So, then do I wait for a Mod to take it over to the other section, or open up a new thread there?
  6. Replies
    5
    Views
    1,174

    Re: Build Errors

    I thought that the opening and closing brackets at lines 132 and 149 applied for
    if(ShellExecuteEx(&ExecuteInfo) == FALSE)

    I got 2 more errors when I added the opening bracket
    {
    ...
  7. Replies
    5
    Views
    1,174

    Build Errors

    Hi,

    I am trying to launch a program from a button and when I introduced the ShellExecuteEx code, I began to have a bunch of problems. I've since resolved all of them but one.

    Here is the code:...
  8. Replies
    2
    Views
    868

    Button to launch files

    Hi,

    I'm new to C++ and I came from VB .Net

    I'm using Microsoft Visual C++ Express 2008 and I am trying to launch files from a button.

    In VB .Net, I did this way:
    Dim myProcess As New...
  9. Replies
    2
    Views
    921

    .Net Framework

    I wanted to know if making a program in Microsoft Visual C++ Express 2008 required the .Net Framework for it to run.

    I was talking to a friend of mine and he said he thought that all applications...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured