Search:

Type: Posts; User: beon

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,012

    How to make a read only combo

    How can I set a read only combo box using vc6?
  2. Replies
    2
    Views
    1,476

    why my programs end during onClose event?

    Hi everyone,
    there is something that I'm not very clear about. Why do my program close when I click the cross button on the top right hand corner where I had comment the on...
  3. example ? what do you mean by expose ?

    example ? what do you mean by expose ?
  4. How can I reference to non static variable inside a static function?

    Hi everyone,
    if I run a thread, how can I reference to the non static variable outside the function?
  5. Replies
    2
    Views
    1,243

    Set execution path for spawnle

    Hi everyone,
    hit some error here, please help. I had tried to spawn the exe using
    spawnl(_P_NOWAIT, "test folder\testing.exe", NULL), but it doesn''t work as I expected. I...
  6. Replies
    1
    Views
    2,261

    How to kill process that are spawn by spawnl?

    Hi everyone,
    I was trying to spawn a process by using spawn, however I doesn't really know how to kill it. Any idea how can I do it?
  7. How to Close Parent Program using child Program?

    Hi everyone,
    I had create a gui program to call another exe file, therefore I am wondering is there anyway to keep track on the executed program so that when the user cancel it...
  8. Replies
    5
    Views
    4,080

    Nope, I did not use malloc in my main code but...

    Nope, I did not use malloc in my main code but does it matter? As I only cast char array in my main code. The thread will call the function in every 3 sec interval to refresh the result.
  9. Replies
    5
    Views
    4,080

    I had tried in a temporary console project and it...

    I had tried in a temporary console project and it works fine, I believe it must have cause by some collateral damage, however I just couldn't get it right. I have no clue on how to solve the problem,...
  10. Replies
    5
    Views
    4,080

    Convert double to string using fcvt

    Hi everyone,
    I repost this thing again, on the previous post I asked about how to get char array from double, but however unfortunately there is still some problem with me...
  11. Replies
    1
    Views
    918

    How to solve linker problem ?

    Hi Everyone,
    I'm using visual studio 6, how can stop it from displaying this message? I had set the setting to mulit threaded dll but I still got this error message.



    LINK...
  12. Replies
    10
    Views
    27,128

    I'm using visual studio 6.0 and I have set the...

    I'm using visual studio 6.0 and I have set the run time library to Multi threaded DLL, did I miss somethings? what can I do so that I won't get this error message?
  13. Replies
    10
    Views
    27,128

    I use this to test the program, it should be...

    I use this to test the program, it should be something like this :



    void Display_Handler
    ()
    {
    char s[32];
    double d = 0.5;
    sprintf(s, "%f", d);
  14. Replies
    10
    Views
    27,128

    I'm still getting junk after I had changed it to...

    I'm still getting junk after I had changed it to %f. Is there anyway to go thru it?
  15. Replies
    10
    Views
    27,128

    I'm not sure what the problem too. If I used the...

    I'm not sure what the problem too. If I used the code that you gave me it works pretty fine if I used it in the temp workplace I created, but when I put it into my code it doesn't work. My code...
  16. Replies
    10
    Views
    27,128

    How to convert from double to string?

    Hi everyone,
    I had encounter some problem here ~ how can I convert double to string? I tried using sprintf but it seems that I encounter some problem, I wonder is it because I...
  17. Replies
    1
    Views
    2,143

    How to create graph and bar char

    Hi everyone,
    do anyone know how to create a graph and bar char ?
  18. Thread: chart and graph

    by beon
    Replies
    0
    Views
    2,403

    chart and graph

    Hi Everyone,
    Let say I have a text file with values, how can I use it to plot a graph or chart using visual c++? Any reference you all will recommend?
  19. Replies
    10
    Views
    5,604

    yup Berkley.. fstream could just read the entire...

    yup Berkley.. fstream could just read the entire file into a string? I'm sorry but still very new with socket programming. I read the link that send a String "hello world " from...
  20. Replies
    10
    Views
    5,604

    send file via socket

    Hi guys,
    Do anyone here know how to send file via socket in unix? I need to use the client program to send file to server program. Any idea? If possible please provide me with some...
  21. Replies
    2
    Views
    2,523

    Remove data from text file

    Hi Everyone,
    Got one question here, let say I used fstream to write my data (username, password) into a password.txt files, how can I remove the particular user from the...
  22. Replies
    1
    Views
    4,895

    Ascii to hex and hex to Ascii

    Hi everyone,
    Do you all have any idea on ascii to hex and hex back to ascii?
    I'm having a function that only take in char array input of eg."1A2B", I have to convert whatever I...
  23. Replies
    11
    Views
    1,356

    I'm using vc ver 6. so I suppose should be win32

    I'm using vc ver 6. so I suppose should be win32
  24. Replies
    11
    Views
    1,356

    Hi vart, Actually I called the function through...

    Hi vart,
    Actually I called the function through a dll file that was not coded by me. So therefore I wouldn't know the actual length of the output data.
  25. Replies
    11
    Views
    1,356

    string length question

    Hi everyone,
    just having a couple of question here. I had an unsigned char array, which suppose to store in hex format, which I usually print it out using %02X. I tried to do...
Results 1 to 25 of 58
Page 1 of 3 1 2 3