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

  1. Alsa1980

    Cash drawer

    If you mean you want a peripheral device's functions to be controlled from your own C# programs you will need to obtain (or build) a device driver to convert digital signals into signals the device can use. I think you are talking about a cash register? If it is modern then its likely such a...
  2. Alsa1980

    converting a string into a Control object name

    I did what you suggested Guru7777 and it solved my problem, I guess I needed to take a breather and look at the problem from another angle. thanks :)
  3. Alsa1980

    converting a string into a Control object name

    without going into too much detail, i have an XML form with around 600 entries which describe the name, size, location of the object having got the name of the object from the XML form, i just need some way to use that in my statement as i would normally use...
  4. Alsa1980

    converting a string into a Control object name

    Hi all. I need to retrieve the name of a Control object (i.e a textbox) from a class object as string, and then manipulate that object using the usual methods but i seem to lack the exact way of doing this. Example: string objectName = newObjectAttributes.getName()...
  5. Alsa1980

    question about C# and form layouts

    Hi all! I am newly converted to C# from a Java background and wonder if anyone could help me with a problem. Background: I have a c# form consisting of some buttons, labels and text fields. I'd like to make use of what i can only describe as the scaling classes. I'd like to be able to scale...

Part and Inventory Search

Back
Top