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

Search:

Type: Posts; User: Master.

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Driver Testing an error occured deploying the driver(s) in the solution:The syste

    Thanks alot :)
    yes info on driver development on windows is scarce indeed and really hard to follow up .
    any way, i asked my question at MSDN and here is the link to my problem and how to solve...
  2. Re: Driver Testing an error occured deploying the driver(s) in the solution:The syste

    Any help ? seriously ? Has no one else even tried this? :(
  3. Driver Testing an error occured deploying the driver(s) in the solution:The system...

    I am trying to create a very simple WDM driver in Visual Studio 2013. I have successfully provisioned a virtual pc running win7 sp1 x86 on a wmware machine using serial port. Now that i want to...
  4. Replies
    1
    Views
    1,870

    Re: boost thread linker issues

    i had the same problem with the latest version of boost . but thank to God , i managed to solve it .
    read it from here :
    http://forums.codeblocks.org/index.php?topic=15164.new;topicseen#new...
  5. Replies
    2
    Views
    1,608

    Re: couple of questions about priniting in C#

    ok i have these functions for printing procedures :

    protected void btnPrint_Click(object sender, EventArgs e)
    {
    PaperSize cardsize = new PaperSize("test", this.Width,...
  6. Replies
    2
    Views
    1,608

    Re: couple of questions about priniting in C#

    any help? :(
  7. Replies
    2
    Views
    1,608

    couple of questions about priniting in C#

    hello all .
    i was asked to make a program which takes the forms picture and then prints it. the form can be of any size and also there must be two modes for printing , a batch print option and a...
  8. Replies
    5
    Views
    2,375

    Re: help on a simple assembly program

    Thanks , i just saw that :) , never knew we had such a thing here :)
  9. Replies
    5
    Views
    2,375

    Re: help on a simple assembly program

    sorry but how am i supposed to do that! i dont see any kind of button for such thing!?:confused:
  10. Replies
    5
    Views
    2,375

    Re: help on a simple assembly program

    ok , thanks to god i found it .
    its all because of that line :
    MOV AL , 03H
    when setting new graphics mode , it must be 12h instead of that 3!
    and thats why those color codes were not...
  11. Replies
    5
    Views
    2,375

    [RESOLVED] help on a simple assembly program

    hello all .
    there is a simple program in assembly which one of my friends gave me to fix it,! but i myself couldnt help it . so i gave it up!
    the program is supposed to be a simple caclulator ,...
  12. Replies
    1
    Views
    4,747

    Re: Problems with loading from disk to memory

    i didnt code much in nasm, but try this and see if it works :

    mov AX, 0x1000
    push AX
    Mov BX,0x0000
    push BX
    retf
    does your bootloader...
  13. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    thank you Eri523 :)
    you are indeed a great help to me :)
    God bless you man :)
    by the way i called the original author ( yeah after 12 years :)) ) and asked him about the header and that magic...
  14. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    thanks a million Eri523 :)
    and about that 12byte ! could it be for this ? :...
  15. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    i didnt ! i just modified the code to suite my needs !
    i downloaded it form here :
    http://win32assembly.online.fr/source2.html
    i attached the whole Original Program! before!( i re attached it...
  16. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    does anyone know what is that header?
    (in this line of code ?

    invoke WriteFile,fhandle,addr header,12,addr byteswritten,0
    )
    and why it is 1246259 only ?
    i couldnt find anything on MSDN , i...
  17. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    ok how to debug it ? i have no idea how to go about it , can you help me out on this ?
  18. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    hello
    thanks dear .
    well the first solution didnt work :( , used an absolute path like "C:\noname.rec" and just like before , the first time plays fine but for next tries it fails with that...
  19. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    hello all again
    i encountered some problems concerning this program .
    my first problem is the random error message i get because of not being able to find the file !!! while the file is there...
  20. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    ok , its over now .
    thanks to God , i could make it at last :) , but there are couple of minor bugs though :D .
    Eri523 Thank you very much for everything :)
  21. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    ok i came up with this . thanks to God , everything works fine except a problem with file:
    here is the code:



    onTimerTick proc hWnd:DWORD,mode2:WORD


    ; local mode 0
  22. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    ok .
    i came up with the timer solution . on timer tick , i call a method inwhich Record and Play are initiated each time .
    but i have a problem here . i dont know how to invoke a button click ?...
  23. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    all i want to do is to record {sleep } show and then again record { pause } show and so on .
    so far there are buttons ! i need to get rid of them and implement such a thing .
    whats your idea on...
  24. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    Ok thanks to God its done :)
    with a simple line of code:


    invoke SetDlgItemText,hWnd,IDC_P_EDIT,addr myFileName

    now i need to set a timer ,
    how can i do that ?
    (unless i need to use...
  25. Replies
    35
    Views
    6,485

    Re: a program which repeats users action

    about the Makro and Play , they are independent .
    while Makro is used to record and play, Play.exe is only used to run the pre recorded file at back ground through command prompt :) .
    i'll give it...
Results 1 to 25 of 152
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured