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 dencom 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: xorl
  • Content: Threads
  • Order by date
  1. xorl

    SetDlgItemText and MessageBox

    I have a problem which i dont know how to resolve.. At program startup its showing a messagebox with two buttons. yes and no. But i dont want yes/no text on the captions. I want a custom text on the buttons. So i resolved to SetDlgItemText. Now it only shows the "yes" and "no" captions. I want...
  2. xorl

    D3D problem with device and classes

    Hey I have an annoying problem that i hope someone got the answer for: I have an application so far with D3D layout. One mainclass, one middleclass for objects(images and stuff) and one class for setting position of the current objects. Ill just post the relevant listing from the mainclass...
  3. xorl

    comparing textbox values with dbvalues

    hey I have another problem and it *will* be the last.... when i try to compare values from the textboxes and the values from the database i get....nothing. Not sure if it has something todo with my SELECT statement. ============================================ using System; using...
  4. xorl

    passing textbox.text as a param

    hey i have a small but annoying problem. im trying to pass one of my textbox controls as a param in a method. Details: my textbox is called txtpass.Text = = = = = = = = = = = = = = = = = = = = = = = = = = = using System; using System.Web; using System.Web.UI; using...

Part and Inventory Search

Back
Top