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. intMain

    xtra explanations on the formatting problem...

    I'm not using MFC and the control was created as a resource in my dialog box, not with source code. I need to know what function(s) do I need to call to modify the appearance of the static text (bold, italic, blue, green blah...). [Control Properties - in other visual languages like VB, VF :)]
  2. intMain

    hello again!!!! FORMATTING PROBLEM!!!

    I'm !working with MFC... I need to know how can I format a text (Static or in a Text box), I mean, I need to change the font or the text style... THANX
  3. intMain

    // here's some code ... /////////

    // here's some code ... /////////////////////// case IDC_GET: GetDlgItemText(hWnd, IDC_TXT, g_lpBuff, 64); //da problem break; /////////////////////// //IDC_GET - a button ID //IDC_TXT - a text box ID //LPTSTR g_lpBuff = NULL; - a global buffer var //what's wrong ???
  4. intMain

    GetDlgItemText() problem : )

    I'm a new boy in town & I have a problem when I call GetDlgItemText() to get the text from a TextBox control. I get one ugly error (fault in User.exe). What's the remedy?? I also tried to use SendMessage() to "post" a WM_GETTEXT message. What did I do wrong. THANX.
  5. intMain

    GetDlgItemText() problem

    When I call this function to get the text from a TextBox control, I get a ugly error (fault in User.exe). Any ideeas?? intMain

Part and Inventory Search

Back
Top