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 TouchToneTommy 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: *

  • Users: zigular
  • Content: Threads
  • Order by date
  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

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

    Keyboard Accelerators

    did somebody ever try to use key accelerators in dialog-based applications? have a nice weekend cheers h.
  7. 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...
  8. 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
  9. 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...
  10. 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
  11. 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
  12. 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