Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CetGabbe

    How do I disable a button.....?

    Good evening. I've got a problem with a push button. I want the button to be disabled when a special part of the code is running. I have tried to create a member variable to the button (CButton-variable) but I can't find any useful function to use. Greets CetGabbe.
  2. CetGabbe

    How do I maximize a child-window?

    Good morning. I wonder how I can maximize a child window so it's maximized from the start, and so that the user wont be able to resize the window. greets CetGabbe.
  3. CetGabbe

    How do I Delete a Folder..

    Good morning. I wonder how I can delete a Folder from a LAN whithout using a FTP-connection? The commands I have used are: _rmdir(path); RemoveDirectory(path); Non of the above function worked. Greets CetGabbe.
  4. CetGabbe

    How to copy from one text-file to another.

    Thanks alot. It was great help. Greets CetGabbe.
  5. CetGabbe

    How to copy from one text-file to another.

    Good evening. I'm trying to copy a text file (original_file) to a new file(new_file), my problem is that I need the content to be exactly the same in the new file, but the code I use now skips end of lines, and blank space (" "). My code: char read_str; ifstream...
  6. CetGabbe

    Printing problems

    Good evening. I wonder if anybody knows how to print some lines from a text-file on C:\ from a Visual C++ project automaticly, without the user to click any buttons. It's a log-file that I automaticly want to print repeatatly. Would be very greatful if somebody could help me with this. regards...
  7. CetGabbe

    Big problems...

    Hi everybody. I've got a problem with a CListItem object. I have a list with a couple of columns and rows. I need to compare the first coulumn in each row with eachother so I don't put the same information in two rows in the list. The first column in each row is unique and should be compared. I...
  8. CetGabbe

    Big problems with CListItem object

    Hi everybody. I've got a problem with a CListItem object. I have a list with a couple of columns and rows. I need to compare the first coulumn in each row with eachother so I don't put the same information in two rows in the list. The first column in each row is unique and should be compared. I...
  9. CetGabbe

    CListItem problems...

    Good Evening. I've got a problem with a CListItem object. I have a list with a couple of columns and rows. I need to compare the first coulumn in each row with eachother so I don't put the same information in two rows in the list. The first column in each row is unique and should be compared. I...
  10. CetGabbe

    How to remove a shared folder on a network?

    Good afternoon. I'm trying to remove a shared folder. I've got the permission for it but I don't get it to work. The command i'm using is: _rmdir("/robot/order/file"); nothing happens..
  11. CetGabbe

    Create a file in VC++

    How do I create a file?
  12. CetGabbe

    Create a folder in VC++?

    How do I create a file?
  13. CetGabbe

    threads in Visual C++

    on initDialog you call the timer function every (for example) 30 sec. From the timer function I just call the methods I want to run.
  14. CetGabbe

    Create a folder in VC++?

    I wonder if there's a command to create a folder simple in VC++?
  15. CetGabbe

    threads in Visual C++

    Thanks for all tips, I decided to use a timer instead.. So thanks so much.. Enjoy.
  16. CetGabbe

    threads in Visual C++

    I've made I worker thread, I want it to search a LAN after folders. I don't know the folders name, but when a folder appears It's ment that I'm going to copy the folder and all the underlaying folder and files to my local drive. So that's the problem...
  17. CetGabbe

    threads in Visual C++

    Good day. I'm a new examinated software engineer and am working with a thread problem.. I've never worked with threads in Visual C++ before and would like help to get started. I know its a worker thread i'm going to use but not much more.. If there is some one out there who knows a good...
  18. CetGabbe

    Threading

    Good day. I'm a new examinated software engineer and am working with a thread problem.. I've never worked with threads in Visual C++ before and would like help to get started. I know its a worker thread i'm going to use but not much more.. If there is some one out there who knows a good tip...

Part and Inventory Search

Back
Top