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

Search:

Type: Posts; User: mattburnz

Search: Search took 0.10 seconds.

  1. Re: How to attached or call the application to my project?

    @dglienna, yes i want to add keylog remover program on my current project but i'm having errors in calling process.start after i click the button1 download from a direct link hosting..:(
  2. Re: How to attached or call the application to my project?

    Error:Win32Exeption was unhandled.
    The process cannot access the file because it is being used by another process

    Operating System:Windows XP sp3

    I always encounter this type of problem even...
  3. Re: How to attached or call the application to my project?

    @datamiser, this only a portion of my current project which is compose of two buttons: 1st button is to download the attached ardamax remover.exe file from direct download hosting site and put it on...
  4. Re: How to attached or call the application to my project?

    @datamiser, i mean i will launch another program from my current project.i did not failed calling windows system programs like msword, etc... but when i try another program like temporary files...
  5. How to attached or call the application to my project?

    hello everyone, good day!

    i had a project which is an online game injector which is already up and running as of now, but my problem is that i want to attached another program and add it on my...
  6. Replies
    7
    Views
    5,546

    Re: Compile error: Variable not defined

    dglienna,

    Thank you also.
  7. Replies
    7
    Views
    5,546

    Re: Compile error: Variable not defined

    DataMiser,

    I've got your point and it's functioning now. (^_^)

    Thank you.
  8. Replies
    7
    Views
    5,546

    Re: Compile error: Variable not defined

    DataMiser,

    i have this code declared in PUBLIC in the other form (form1) "rs_employee_ae".

    Here it is:

    Option Explicit

    Public add_state As Boolean
    Public rs_employee_ae As New...
  9. Replies
    7
    Views
    5,546

    Compile error: Variable not defined

    Hi GUru's,

    Good day!

    I have a trouble with the Listview1 when i try to select the category it says "Variable not defined". i put all the necessary references and components. Perhaps i've...
  10. Re: visualbasic6.0: error 3709 the operation cannot be used...

    Thank you very much GURU's!!!
  11. Re: visualbasic6.0: error 3709 the operation cannot be used...

    Guru's

    Good day!!!

    Thank you very much for your great comments it help me alot.

    Now, I've track already where did i missed. I've failed to notice that i didn't make my mainMDI form in the...
  12. Re: visualbasic6.0: error 3709 the operation cannot be used...

    in this line:

    RS_EMPLOYEE.Open "SELECT * FROM tblEmp ORDER BY Name ASC", CN, adOpenKeyset, adLockOptimistic
  13. visualbasic6.0: error 3709 the operation cannot be used...

    Hi GURU's

    Gooday!

    i am a newbie in visualbasic6.0 using ADO / Datagrid to view the data...save, update delete data and etc on my form... i have this headache all day long when i run my project...
  14. Replies
    2
    Views
    1,723

    Re: visualbasic 6.0 design icons

    Thanks WoF...

    Now, i already have the idea where to get the icons that i need to put on my first project in visualbasic 6.0 it helped me a lot.

    (",)
  15. Replies
    2
    Views
    1,723

    visualbasic 6.0 design icons

    Hi to all GURU's

    Good day!

    I'm planning to make my first project in visual-basic 6.0 but im wondering how to make the design icons on my toolbar and buttons (i.e. 32x32, 24x24,16x16) or where...
Results 1 to 15 of 16





Click Here to Expand Forum to Full Width

Featured