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

Search:

Type: Posts; User: Cambalinho

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5

    Re: converting VB6 to VB2010

    see these samples:
    (the symbols are separed too)

    int soma(int a, int b)

    words(0)="int"
    words(1)="soma"
    words(2)="("
    words(3)="int"
    words(4)="a"
  2. Replies
    4
    Views
    5

    Re: converting VB6 to VB2010

    that function was someone that help me do it, but i never used VBScript. so how can i convert that part to VB2010?
    :(i'm doing these because my VB6 is damage and i don't know to fix it:(
    :(any time...
  3. Replies
    4
    Views
    5

    converting VB6 to VB2010

    seems that i realy must abandoned the VB6:(
    i have several errors with IDE(i'm using windows 7). and i have VS201 installed.
    i have several code for convert, but some code ins't used in VB2010:(...
  4. Re: [DC's] - how can i create an empty DC with window size?

    (in my Menu() function)
    finally i resolve it. but i don't know why wasn't:(

    GetWindowRect(Console.WindowHandle, &rectWindow);
    HDC DoubleBuffer = CreateCompatibleDC(NULL);
    HBITMAP...
  5. [DC's] - how can i create an empty DC with window size?

    struct ImageInfo
    {
    HBITMAP ImageImage;
    BITMAP Imagebm;
    HDC ImagehdcMem;
    HBITMAP ImageMaskImage;
    BITMAP ImageMaskbm;
    HDC ImageMaskhdcMem;
    };
  6. Re: [RESOLVED] timeSetEvent and timeKillEvent

    i understand private and public, but can you explain to me static and protected?
  7. Re: timeSetEvent and timeKillEvent

    the private and public are new for me. i never knew about that. thanks.. honestly i love indent the code;)
    but all that variables are public(until find private keyword)?
  8. Re: timeSetEvent and timeKillEvent

    thanks for all
  9. Re: timeSetEvent and timeKillEvent

    and in .h file(because i have there my class)?
    another question: when they said that is a .dll and .lib what file we inclued?
    can you give me a nice link for i see better how build a timer(inclued...
  10. Re: timeSetEvent and timeKillEvent

    thanks... now works.
    i have 1 question: is possible join that file by code or i must, allways, inclued when i use the timer?
  11. Re: timeSetEvent and timeKillEvent

    sorry.. i continue with errors:(
    "Deleting intermediate files and output files for project 'Sprite2 - Win32 Debug'.
    --------------------Configuration: Sprite2 - Win32 Debug--------------------...
  12. Re: timeSetEvent and timeKillEvent

    sorry but i get errors:(

    public: static void CALLBACK TimerFunction(UINT wTimerID, UINT msg,
    DWORD dwUser, DWORD dw1, DWORD dw2)
    {

    if (ActualSubimage ==...
  13. [RESOLVED] timeSetEvent and timeKillEvent

    i'm trying build a timer inside of class:

    class subimages
    {
    public: int ActualSubimage;
    public: int MilliSecondsTimer;
    public: int TotalSubimages;
    public: ImageInfo...
  14. Re: problems on resize an array:(

    thanks to all
  15. Re: problems on resize an array:(

    sorry to all.. finally i resolve it.. with very hard work and head pain(but works);)

    how i did:

    1 - i must create a pointer in my class with my struture name(my sample is these way, but we can...
  16. Re: problems on resize an array:(

    sorry i'm trying do these thing, but now i have a head pain:(
    and i, always, get errors:(
  17. Re: problems on resize an array:(

    thanks i didn't knew;)
    more quickly i start for C++;)
  18. Re: problems on resize an array:(

    sorry i'm learning C by me... then i will learn C++;)
    sorry can you give me a nice link about these for i understand more?;)
    thanks for all
  19. Re: problems on resize an array:(

    sorry about that.. i will try do my best(i'm portuguese);)
    i'm doing a class Sprite these class have several subclass's for be more easy to use;)
    sprite a;
    a.Images.Image1.Stop.SubImages....;
    the...
  20. Re: problems on resize an array:(

    you have right the 'new' is more easy to use, but i get errors too:(
    by 1, because, in these test, i only need 1 subimage

    a.Images.Image1.Stop.SubImages= new Images[1];
    i execute the program but...
  21. [RESOLVED] problems on resize an array:(

    i have 1 class with several class's and 1 struture:

    struct Images
    {
    HBITMAP ImageImage;
    BITMAP Imagebm;
    HDC ImagehdcMem;
    HBITMAP ImageMaskImage;
    BITMAP ImageMaskbm;
    ...
  22. Replies
    21
    Views
    631

    Re: timers with 1ms of precision

    sorry what you mean?
  23. Replies
    21
    Views
    631

    Re: timers with 1ms of precision

    ok.. installed and the VC++6 IDE have it on options. but it stills not in list the CreateTimerQueueTimer():(
  24. Replies
    21
    Views
    631

    Re: timers with 1ms of precision

    thanks i did by cmd window and extract it and is installing
    thanks
    i will try use that function, then, and then i came back
  25. Replies
    21
    Views
    631

    Re: timers with 1ms of precision

    the resolte is the same:(
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width