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

Search:

Type: Posts; User: auliac

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    735

    Visual C++ Aplication

    what aplication had been developed with visual C++??

    have you aplication? where can i download ?

    thanks,
  2. Thread: time in VC++

    by auliac
    Replies
    3
    Views
    953

    Re: time in VC++

    i solved it. but now i have new problem.

    i solved it by change information of CDataGrid Control from it's Properties. i got difficult how to add Column number from that control. the default...
  3. Replies
    3
    Views
    3,071

    Re: AfxEndThread from other function

    thanks for your reply. it is very helpfull. thanks a lot for you all :D
  4. Thread: time in VC++

    by auliac
    Replies
    3
    Views
    953

    Re: time in VC++

    i use ADO data control and CDatagrid Control to show my table. u can find that control in Project > Add to Project > Components and control.

    thanks for your attention
  5. Thread: time in VC++

    by auliac
    Replies
    3
    Views
    953

    time in VC++

    i have table in database. my table tipe is time. but when i show that table in vc++, the date of that time follow it.

    example :
    in mysql : 10:00:00

    when i show that table from visual C++, it...
  6. Re: any simple method to print that file with printer??

    it's run. thanks a lot for your help. :D

    i change your code to this :

    ShellExecute(0, "print", "G:\\08 data\\rule.txt", 0, 0, 0);
  7. any simple method to print that file with printer??

    i have one button in my aplication. i use that button to print text file. and my file in "D:\Data\my_file.txt"

    any simple method to print that file with printer?? i really confuse how to print...
  8. Replies
    10
    Views
    10,629

    Re: shutdown socket WSAGetLastError 10057

    okay,,, thanks for your help and suggestion....:d
  9. Replies
    3
    Views
    3,071

    AfxEndThread from other function

    as i know, i can stop thread use AfxEndThread from inside thread. if i want to stop all thread from other function. how can i?

    below is my framework code



    void CComputer::OnButtonStart() ...
  10. Replies
    10
    Views
    10,629

    Re: shutdown socket WSAGetLastError 10057

    before i post my thread here, i tried like code below

    shutdown(CComputer::sServer,SD_BOTH)

    and i got message "SD_BOTH undeclared identifier " from my compiler.

    thanks very much for you...
  11. Replies
    10
    Views
    10,629

    Re: shutdown socket WSAGetLastError 10057

    it still connected. i knew it from my client aplication. if sServer is a "disconnected socket" my client aplication will knowit.


    shutdown(CComputer::sServer,2)

    if i call socket like above. is...
  12. Replies
    10
    Views
    10,629

    Re: shutdown socket WSAGetLastError 10057

    what must i do with this???
  13. Replies
    10
    Views
    10,629

    shutdown socket WSAGetLastError 10057

    helo friend.....!!!

    i try to built an aplication. i got difficult how to break connection between client-server.




    void CComputer::OnButtonStart()
    {
    ...
  14. Replies
    16
    Views
    5,553

    Re: invalid socket in accept()

    i declare it in CComputer header, i think i have not problem about this part.



    okay..i include zip file in this post. specially look at "CComputer class"

    thanks for your attention...:d
  15. Replies
    16
    Views
    5,553

    Re: invalid socket in accept()

    thanks for your reply.

    it work correctly yesterday, but now when i run my aplication again i got this message "debug assert failed wincore.cpp line:980" and my aplication can not run now. why is...
  16. Replies
    16
    Views
    5,553

    Re: invalid socket in accept()

    it did not solve my problem. i still can not acces variable socket in OnButtonStart()



    that help me. but i still don't really understand if without example. would you like to give it?? :D
    ...
  17. Replies
    16
    Views
    5,553

    Re: invalid socket in accept()

    AfxBeginThread(&thread,this);
    just do that from my aplication?



    I think those my problem before. i got difficult how to acces variable in my aplication. my script at line like " CComputer...
  18. Replies
    16
    Views
    5,553

    Re: invalid socket in accept()

    they are valid socket when i call before thread. but when i call thread the socket changed. so i got that error.

    socket and my thread is in same class. it is CComputer class. from code below i...
  19. Replies
    16
    Views
    5,553

    Re: invalid socket in accept()

    i got WSAGetLastError 10038. why i have no valid socket ? what should i do to correct that code?

    thanks..
  20. Replies
    4
    Views
    2,033

    Re: Add control to CPropertysheet

    i want to add some "static text" and image in my top of PropertySheet. can do i? how about the style of PropertyPage? can i change the style the default style??

    thanks for your replay...:D
  21. Replies
    4
    Views
    2,033

    Add control to CPropertysheet

    hello my friend in codeguru...

    can i add any control to PropertySheet? not just button, but any control like static or edit text, add some picture on PropertySheet, combobox, etc.

    any...
  22. Replies
    16
    Views
    5,553

    invalid socket in accept()

    hello my friend....

    i try to built socket aplication in thread . usually i did not get error in my aplication when i implemented accept() function. but in these code i got error.



    void...
  23. Replies
    3
    Views
    972

    Re: Insert PropertySheet into dialog

    where should i put "CPropertySheet::Create" ? is it in class CRecordView ?
  24. Replies
    3
    Views
    972

    Insert PropertySheet into dialog

    hallo all member codeguru..

    i have a CRecordView in my MFC aplication. i want insert PropertySheet that contain PropertyPages into that CRecordView. so the propertysheet is not like a popup. can...
  25. Replies
    8
    Views
    1,140

    Re: acces local variable

    okay,,, thanks all,,, i will try to use one of methods that you explained... :D
Results 1 to 25 of 68
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured