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 gkittelson 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
  • Order by date
  1. xorl

    SetDlgItemText and MessageBox

    Allright then. i'll do the labels and stuff but thats not what i really want so ill have to turn somewhere else for help with api. thanks anyway regards /xorl
  2. xorl

    SetDlgItemText and MessageBox

    Hey Sure i could do that with the form and stuff but i wanted to try out this method. Gets boring doing the stuff so i want to try out this functionality.
  3. 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...
  4. 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...
  5. xorl

    comparing textbox values with dbvalues

    sigh scratch that "implement them in the textbox params". Sounds kinda strange hehehe.
  6. xorl

    comparing textbox values with dbvalues

    going.value.tostring() doesnt work so im gonna make some changes in the code tomorrow. going to use stored procedures more and implement them in the textbox params. The other 1 might just work but i have to do a comparison in the txtboxes also. thanks. :) xorl
  7. 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...
  8. xorl

    passing textbox.text as a param

    Oh....Maybe Webcontrols namespace will do the trick....need to test it....
  9. xorl

    passing textbox.text as a param

    no doesnt work because TextBox doesnt exist in the current namespace. Does TextBox exist in another namespace?. In that case i can use the using directive.... Kinda annoying :)
  10. 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