Search:

Type: Posts; User: bigdan43

Search: Search took 0.00 seconds.

  1. Thread: Help!!!

    by bigdan43
    Replies
    4
    Views
    973

    Ok, heres some more information. I am using a...

    Ok, heres some more information.
    I am using a couple Active X controls...
    It is an MFC project.

    I made the release version of the progam because I want to run it at home but as I said it just...
  2. Thread: Help!!!

    by bigdan43
    Replies
    4
    Views
    973

    Help!!!

    Ok, I just finished programming my final project and when I build it in release mode it works fine on my computer... But when I go to run it at home or on any other computer it refuses to do...
  3. Replies
    1
    Views
    1,825

    Controlling a trackbar

    Ok, I have written a program that controls a trackbar on another program. I have succeeded in making this trackbar move using set_range and set_pos. Unfourtunatly the target program will not...
  4. Thread: Wm-hscroll

    by bigdan43
    Replies
    1
    Views
    2,907

    Wm-hscroll

    I want to move a trackbar by sending messages to the dialog...
    I'm not sure exactly how I'm supposed to use it.
    I know from used spy++ that when I move the bar the it gets the msgs WM_HSCROLL...
  5. Thread: Scroll bars

    by bigdan43
    Replies
    5
    Views
    2,380

    Ok, well I moved the bar than did the code still...

    Ok, well I moved the bar than did the code still to no avail...
  6. Thread: Scroll bars

    by bigdan43
    Replies
    5
    Views
    2,380

    You seem to know what you're talking about but...

    You seem to know what you're talking about but when I put the code into my program it doesnt do anything... my scroll bar doesnt move...
  7. Thread: Scroll bars

    by bigdan43
    Replies
    5
    Views
    2,380

    Scroll bars

    I'm controlling a 3rd party program through some software that I wrote.
    I am able to click buttons and move various controls but when it comes to the scroll bars I've hit a brick wall.

    Just to...
  8. Replies
    1
    Views
    977

    Saving in binary

    I am trying to save some variables to a .txt file...
    I get strange linker errors when I try to write or read these files.

    My headers...



    #include <iostream>
    #include <fstream>
    #include...
  9. Thread: Serialization

    by bigdan43
    Replies
    3
    Views
    1,066

    I'm just not sure how to save the variable to a...

    I'm just not sure how to save the variable to a file so I can access them at a later time...
    So I don't lost my settings
  10. Thread: Serialization

    by bigdan43
    Replies
    3
    Views
    1,066

    Serialization

    I want to simply save a list of variables to "preset" files and be able to retrieve them whenever I choose this preset. I'm not sure exactly how to do this. Can anyone help me get started this?
  11. Replies
    4
    Views
    1,090

    I found out how to get the coordinates... I don't...

    I found out how to get the coordinates... I don't know if anyone knows how to fix my second problem...


    m_dialogX = lpwndpos->x;
    m_dialogY = lpwndpos->y;

    I'll probably end up setting the...
  12. Replies
    4
    Views
    1,090

    Windows moving together.

    :confused: I have two windows that I want to stay next to each other when they are moved.
    I have an idea how to do it but I have encountered a few problems. If anyone knows what I'm doing wrong or...
  13. Replies
    1
    Views
    4,753

    SetWindowPos()

    SetWindowPos(...)
    can someone give me an example of how to use it properly?
    I can't seem to get it working.
    I just want to make the window always on top.
  14. Thread: Always on top

    by bigdan43
    Replies
    1
    Views
    962

    Always on top

    This sounds really dumb but I can't seem how to get a program to stay always on top.
    ...
    I know you're probably thinking I'm a complete idiot but just hear me out.

    I wrote a program that opens...
  15. Thread: Skins, ahhh!

    by bigdan43
    Replies
    4
    Views
    903

    Ok I got it to work, thanks!

    Ok I got it to work, thanks!
  16. Thread: Skins, ahhh!

    by bigdan43
    Replies
    4
    Views
    903

    I cant seem to get the site working... Could you...

    I cant seem to get the site working...
    Could you post the article?
  17. Thread: Skins, ahhh!

    by bigdan43
    Replies
    4
    Views
    903

    Skins, ahhh!

    Well, I'm using a program called SkinCrafter and I am at a loss of how to add a skin to my C++ program. I can't seem to find any tutorials that goto into enough detail for me not to wreck the program...
  18. Replies
    3
    Views
    1,326

    I got it to work, thanks for the help.

    I got it to work, thanks for the help.
  19. Replies
    3
    Views
    1,326

    If this helps at all, this is a Spy++ screenshot...

    If this helps at all, this is a Spy++ screenshot to enumerate the child windows.

    http://img.photobucket.com/albums/v474/bigdan43/SPY.jpg
  20. Replies
    3
    Views
    1,326

    Child Windows...

    I've been working for some time now on my guitar project and I can't seem to get my GUI program to interface properly with my DSP software. My teacher is no help so I am hoping the interenet can.
    ...
  21. Replies
    3
    Views
    1,309

    The control ID's are always the same as the...

    The control ID's are always the same as the thread ID's when I check them with spy++, therefore, since the threads are always changing so are the ID's... I was wondering if there was a better way to...
  22. Replies
    3
    Views
    1,309

    Controlling an unknown program

    I am currently working on a college project which needs me to control an external program that I have downloaded, with a GUI program that I have written. I am not sure exactly how to approach this...
Results 1 to 22 of 22