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 strongm 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. zigular

    just one! bold line please....

    hello at all, is it simply possible to get just ONE bold line in the AboutDlg without going crazy??????? i did sth like this (see below) but it doesn't work of course... thank you for answering!! cheers hilmar CODE EXAMPLE ================================================== . . private...
  2. zigular

    Alternative to Sleep-Function

    hello, anybody knows a better methode than Sleep() to force the processor to a hold-on? The difference between Sleep(1) and //Sleep(1) is enourmouos, but between Sleep(1) and Sleep (2) or higher not so much. I think Sleep is not really the best/exact way tot do. cheers hilmar ps: by the way, i...
  3. zigular

    working with THREAD's

    hello at all professional thread-user! i've implemented a single thread in my appl to grab some data from a sensor. in the thread i call a simple visualisation for each of the data packages. for creating the thread i use the common way of doing like descriped in visual c++ in 21 days or...
  4. zigular

    _getcwd()

    and again me.. to use the upper named method, which include do I need? thanx a lot hilmar
  5. zigular

    actual path as string

    oh dear, he didn't know the _getcwd-method! which include do I need? I could find anything about it on msdn and the inside book. hilmar
  6. zigular

    actual path as string

    hi! how can i get the actual path as a string whereever i want to know in my program? i need the string just to point out a file to write sth in the registry. that means there will be NO file opened, and i have also NO variable for a file. i need JUST the actual path from where i start my...
  7. zigular

    Keyboard Accelerators

    @ronnyjljr absolutely greatly stuff!! no, honestly.. it works really fine. thanx a lot! h.
  8. zigular

    Keyboard Accelerators

    did somebody ever try to use key accelerators in dialog-based applications? have a nice weekend cheers h.
  9. zigular

    progress indicator control

    hello! i want to connect the reading of a file with a progress indicator (MFC common control). the initializing of the indicator i've already done, but now i need something like the spezific size of the file or sth like that to define my "status counter". which possibilities do i have to...
  10. zigular

    OnUpdate funktion for MenuItems

    that was just great!!!!!! thank you
  11. zigular

    please again! (see below)

    dear ionel, many thanks for your perfect description!! ok, this morning i started my comp aaaand what i saw were a lot of nice icons on my files that i was fighting for so long! but this is sth i will not be able to reproduce a second time, that's for sure!! i've only big question marks on my...
  12. zigular

    OnPaint of a Dialog in a Dialog-App

    hi teriviret, thank you for your reply (and all other hints)!! a sdi appl would be much more better, that's for sure (see all my other problems in this forum). but anyway, also with THIS (sdi) i've no experiences at all! i started with a dialog-based application cause i could gave my tool a...
  13. zigular

    File Item in a NON sdi/mdi appl

    another question to dialog-based appl: when i save a file, how i can realise, that the file gets a icon i've created? please give me more hints than just the methode of the CWinApp class!! thanx for that hilmar
  14. zigular

    OnPaint of a Dialog in a Dialog-App

    hi, i have a dialog-based appl where i display some data via the OnPaint function. the data were continiously updated in an extern file, that send a WM_PAINT broadcast. now, i create another dialog from my appl, where i want to display exactly the same data vis ITS OnPaint function. my...
  15. zigular

    please again! (see below)

    sorry, i can't use the last infos for solving my problem. have a look at the thread below. please be a bid more precicely. many thanx! hilmar
  16. zigular

    File Icon (dialog-based appl)

    hi teriviret! thank you for your reply, but can you give me a bid more details please? which templates for res/doc? and where i can find them? perhaps you can also give me a little example for the correct call in the contructor. cheers hilmar
  17. zigular

    File Icon (dialog-based appl)

    hello, i write some data in my dialog-based application into a self-defined videostream. how i can define the icon for these files simply declared as iostreams?! i've already created the icon file and put it into the \res folder. but how i connected the stream with the icon?! many thanx hilmar
  18. zigular

    OnUpdate funktion for MenuItems

    hello, i am working on a dialog-based application that features also a menue. my problem is, that for each menuitem the corresponding OnUpdate function (where i can define enable *bla* or setcheck *bla*) commands are ignored? i also just pressed the F11 button of the debugger, and that linked...

Part and Inventory Search

Back
Top