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

Search:

Type: Posts; User: cj-wijtmans

Page 1 of 4 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    0
    Views
    2,157

    how to reslove host and use wsaconnect??

    hi on msn i read gethostbyname function, how can i resolve it for example "google.com" or "127.0.0.1" with gethostbyname and then connect it with wsaconnect?? thanks this part is really confusing me
  2. Replies
    5
    Views
    2,734

    Re: xampp && php 5.3?

    your wrong, its not an application.

    its a preconfigured enviroment.
  3. Replies
    5
    Views
    2,734

    Re: xampp && php 5.3?

    xampp is not a custom application
  4. Replies
    5
    Views
    2,734

    xampp && php 5.3?

    hello here..

    does nayone know how to install php 5.3 in a xampp?
    i dont want to listen on port 81, i want to directly put php 5.3 in my xampp
  5. Replies
    13
    Views
    1,609

    Re: php - mysql

    no it doesnt help me.

    and the dates ARE the events!

    i do not know the time difrence between events!
    the event before today
    it might as well been 2 years ago!
    or 2 mintus ago.

    i will never...
  6. Replies
    13
    Views
    1,609

    Re: php - mysql

    this doe not help me at all cause i do not know the time diffrent between events.



    and there is no way those functions can help me.
  7. Replies
    13
    Views
    1,609

    Re: php - mysql

    i am sorry for not writing proper english grammer....

    i want to have this result example.

    2009-01-10 - 2009-01-11 - after tomorow
    2009-01-09 - 2009-01-10 - tomorow
    2009-01-08 - 2009-01-09 -...
  8. Replies
    13
    Views
    1,609

    Re: php - mysql

    You dont understood my problem


    $result = $oDatabase->Query('SELECT `Start_date`, `End_date`, `Booking_id`, `Description`, (DATE_FORMAT(NOW(), \'%Y-%m-%d %H:%i:%s\') BETWEEN `Start_date` AND...
  9. Replies
    13
    Views
    1,609

    Re: php - mysql

    ok i do this


    $result = $oDatabase->Query('SELECT Start_date, End_date, Booking_id, Description FROM dms.bookings WHERE (Date_Format(Now(), \'%Y-%m-%d %H:%i:%s\') BETWEEN Start_date AND End_date)...
  10. Replies
    13
    Views
    1,609

    Re: php - mysql

    i haveno idea how?
  11. Replies
    13
    Views
    1,609

    php - mysql

    Hi.

    i have records with these fields, start date and end date in string format D-M-Y H:M:S
    i need to get 7 records the middle result should from now, start and end should be within the current...
  12. Re: Why is ((foo*)NULL)->bar(); undefined?

    sorry, the correct term is PE Header
    the fact on XP dos header direct to nt header.

    its only on windows, nott C++ standard
  13. Re: Why is ((foo*)NULL)->bar(); undefined?

    its undefined because the NT header is not a foo object
  14. Replies
    3
    Views
    1,593

    Re: how to align static to text

    thanks alot :thumb:
  15. Replies
    3
    Views
    1,593

    Re: how to align static to text

    basicly i want to get the width of the text in my static control in pixels
  16. Replies
    3
    Views
    1,593

    how to align static to text

    how can i adjust the width and height of that static control to fit the text inside?

    its just one line adjust in the width
  17. Re: transparent static control and display icon

    i think WS_EX_TRANSPARENT will tell the parent window to draw the area behind the child first even if WS_CLIPCHILDREN is set
  18. Re: transparent static control and display icon

    thanks alot for your help :thumb:
  19. Re: transparent static control and display icon

    i already have the WS_CLIPCHILDREN flag set i wont have to handle the ERASEBKGND msg?

    i tried drawing the icon there but it does not work it does not show up.



    PAINTSTRUCT ps = {0};...
  20. Re: transparent static control and display icon

    i dont use MFC (this is the winapi forum not VC++ forum)

    WS_EX_TRANSPARENT and SetBkMode seems to work fine.

    now i just need to use DrawIcon... should i put it in WM_PAINT
  21. transparent static control and display icon

    hi, i want to make my static control transparent, so it will draw transsparent background with text.
    and i want to have a transparent static where i can display my icon.

    i can set the...
  22. Replies
    22
    Views
    23,351

    Re: DLL Injection Detection

    better to check DLL's for CRC hash
  23. Re: 'WM_UNICHAR' was not declared in this scope

    because my headers include vista functions
  24. Re: 'WM_UNICHAR' was not declared in this scope

    and you are sure that windows headers will work with GCC? i think they are designed for VC++ only.
  25. Replies
    20
    Views
    2,807

    Re: newmat vs boost

    i agree its all "if"s

    but the fact that the multi task system will "poison" the core and that GPUs can process larger chunks at higher interval. i geuss there is a way to "dedicate" a CPU core to...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured