Search:

Type: Posts; User: hiya

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: about window size

    by hiya
    Replies
    3
    Views
    1,046

    oh thanks

    oh thanks
  2. Thread: about window size

    by hiya
    Replies
    3
    Views
    1,046

    about window size

    I create a window in the height of 691. Then i create a rectangle and fill it with some paint. The rectangle (which is the "STATIC" class actually) is also height 691, but the problem is that it...
  3. Thread: few questions

    by hiya
    Replies
    2
    Views
    1,050

    When u minimizethe explorer for example, the...

    When u minimizethe explorer for example, the status bat doesn't disappear..
  4. Thread: few questions

    by hiya
    Replies
    2
    Views
    1,050

    few questions

    1) When i minimize my window, the satus bar disappears, how can i make it not? and how do i control which window control will go smaller and things like that?


    2) how can i create line like this:...
  5. Thread: managing threads

    by hiya
    Replies
    3
    Views
    905

    i didn't understand completely what u said, but...

    i didn't understand completely what u said, but it helped me getting to the solution (which is maybe exactly what u explained).
    thanks.
  6. Thread: managing threads

    by hiya
    Replies
    3
    Views
    905

    managing threads

    is it possible to call for a function from one thread, but run it on another?
  7. Thread: sending email

    by hiya
    Replies
    11
    Views
    3,616

    oh.. ok, thanks. btw, what is that MX?

    oh.. ok, thanks.

    btw, what is that MX?
  8. Thread: sending email

    by hiya
    Replies
    11
    Views
    3,616

    oops i had a really foolish mistake, in the data...

    oops i had a really foolish mistake, in the data i forgot to put "From:" "To:" etc.
    1 last question:
    in all the mail servers, the server name is mail.<what behind the @> ?
    for example:...
  9. Thread: sending email

    by hiya
    Replies
    11
    Views
    3,616

    thanks, it's a nice site =) i have a problem:...

    thanks, it's a nice site =)

    i have a problem:
    i'm sening the server the data in the order specified in the site, and i get the right replys, but when i open the mailbox i sent the message to,...
  10. Thread: sending email

    by hiya
    Replies
    11
    Views
    3,616

    windows xp, dev-c++ isn't it possible to send...

    windows xp, dev-c++
    isn't it possible to send email with winsock?
  11. Thread: sending email

    by hiya
    Replies
    11
    Views
    3,616

    sending email

    if i want to send email form my program i need a SMTP library right?
    so do u know of any free libraries for API?
  12. Thread: some questions

    by hiya
    Replies
    6
    Views
    1,150

    do i need another style except BS_DEFPUSHBUTTON ?...

    do i need another style except BS_DEFPUSHBUTTON ?
    it doesn't work... i press ENTER and nothing happens.
    i also tried giving the focus to the button with SetFocus() and when i press ENTER it still...
  13. Thread: some questions

    by hiya
    Replies
    6
    Views
    1,150

    thanks for your help. 1 and 2 are now ok, but i...

    thanks for your help.
    1 and 2 are now ok, but i still don't understand how to make a button default for pressing.
    i tried giving it the BS_DEFPUSHBUTTON style but it's not working...
  14. Thread: some questions

    by hiya
    Replies
    6
    Views
    1,150

    some questions

    hello,
    i have few questions about WinAPI:

    1) how can i make the [TAB] key switching between control windows?

    2) is there a function to check\uncheck a radio button?

    3) how can i set a...
  15. Replies
    2
    Views
    3,478

    I'm using GetPrivateProfileString. All i see in...

    I'm using GetPrivateProfileString.
    All i see in the document is a possibility to read all keys\sections, but not the values...
  16. Replies
    2
    Views
    3,478

    get multiple values from INI file

    i have an INI file and in it there is a section with 4 values with the same keys.
    is it possible to get all of them?
  17. Replies
    1
    Views
    1,085

    losing focus problem

    i want to know whenever a specific edit control loses its focus.
    i tried WM_KILLFOCUS and WM_SETFOCUS but it doesn't tell me that the edit control lost the focus everytime... (or maybe the wParam is...
  18. Thread: basic icons

    by hiya
    Replies
    5
    Views
    866

    basic icons

    where are the basic icons which u can find in every computer?
    are they in user32.dll or something?
  19. Replies
    1
    Views
    1,259

    read-only combobox

    how can i prevent the edit of a selected item in combobox?
  20. Thread: array of int

    by hiya
    Replies
    2
    Views
    822

    oh, you right =) did some tests and solve it out....

    oh, you right =) did some tests and solve it out. thakns.
  21. Thread: array of int

    by hiya
    Replies
    2
    Views
    822

    array of int

    why is this line:

    int GroupSize[3] = { 6, 1, 0 };
    makes my program crash?
    this line appears outside winmain if it matters
  22. Thread: window crashing

    by hiya
    Replies
    7
    Views
    1,196

    i'll just open the process from the watchdog....

    i'll just open the process from the watchdog.
    thakns for all the help
  23. Thread: window crashing

    by hiya
    Replies
    7
    Views
    1,196

    oh, so i have to start the program by the...

    oh, so i have to start the program by the watchdog right?
  24. Thread: window crashing

    by hiya
    Replies
    7
    Views
    1,196

    but how do i get handle (to use in...

    but how do i get handle (to use in GetExitCodeProcess() ) for another window?
  25. Thread: window crashing

    by hiya
    Replies
    7
    Views
    1,196

    window crashing

    I have a program (let's call it "A") which sometimes crashes.
    I've created a program that always checks to see if "A" exists, and if it isn't it will relaunch it (so when "A" crashes it will open...
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4