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

    Pressing Enter Key

    Hi, I have a form that contains 2 textBoxs one for the user name and the other for password. what i want is to execute the code of the button Ok when I press Enter Key and the cursor is inside one of the textBoxs. I used the Keypress Event handler but it doesn't work. Can you find me a solution...
  2. rskiko

    string to Byte[]

    Hi, Can someone show me the way how to convert a string to a Byte[] array. Thanks.
  3. rskiko

    Timer

    Using windows scheduler mean's that i have a .exe file as I know. But I have a code that must be run at a specefic time given as a parameter to the class.
  4. rskiko

    Timer

    Hi, I want to know how to execute a function automatically at a specific time every month ( 1st day of the month). Thanks in advance.
  5. rskiko

    Showing Form

    Hi, Is there a possibility to show a form ( Form1) into a panel declared on another Form ( MainForm ). Thanks in advance.
  6. rskiko

    setup.exe

    Thanks mrscary and obislavu for help, that's what i needed.
  7. rskiko

    setup.exe

    Hi, I want to create a setup.exe file for my C# project, How I can do that. Thanks.
  8. rskiko

    Question

    Thanks mrscary for help, that's what i really need.
  9. rskiko

    Question

    Hi, I'm working on a networking project. I have to execute a function every period of time ( 15 min for example). I don't know how to do this in C# 'cause I'm a beginner in C# programming. Can someone find me a solution for my case. Thanks in advance
  10. rskiko

    Getting informations from MIB in C#

    Hi, I'm a beginner in C# programming and I have to devellop a LAN sniffer based on SNMP ( Simple Network Management Protocol ), so I have to know how to get informations from the Management Information base of a machine. Please suggest me a solution for this. Thanks in advance.

Part and Inventory Search

Back
Top