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

    MDI Child Form Problem (not showing)

    I am having difficulty with a MDI child/parent relationship for my C# winforms project. I currently have a several controls (button, menu strip, etc.) that call the same function to open a new child form. The main form has the propery of MDI container as it was set on the properties window...
  2. panuvin

    How to add ALT-F to open File menu

    Hello everyone, I have a simple question that I just happened to forget the answer to. How do I add the "ALT functionality" to my c# program like when you type ALT-F to open the File menu in the menustrip controll? I thought all I did was change the text property to "&File", which does add the...
  3. panuvin

    Right-Click or Double-Click Combobox?

    Is there a way to right-click or, more importantly, double-click on a combobox control? I want to use this so when the user double-clicks on the combobox, a window comes up to add collection options during runtime. Thanks!!! Panuvin
  4. panuvin

    Getting tomorrow's date

    Hello, I'm a C# newbie using VS.NET 2005. I'm having trouble getting a string representation of a date and using addition in DateTime objects to get tomorrow's date. I have two ways of acquiring the current date. I use both: DateTime dtNow = DateTime.Now; string strDateNow =...
  5. panuvin

    simple file and array operation problem

    Hello, I'm having a lot of trouble getting a program working. I'm trying to open a file, seperate it into an array of words. I've opened the file and split it into an array of words. Then I need to take out the punctuation and test to see if any of the words begin with '[' and end in ']'...
  6. panuvin

    How do I give everyone a startup script in Win2k Server?

    Hello, I'm trying to imply a login script for each of the users that connect to my Win2k server. I'm kind of new to systems administration and was wondering if this was a simple task to administer, and if anyone could give me some help on the subject, or possibly send me a link to a good...
  7. panuvin

    How to add VPN user?

    Hello, I've just joined a company with a severely disorganized network and domain setup. What I know is we have a Windows 2000 SP4 Server currently running with a domain and VPN. I would like to know how to add myself as a user to the VPN. Do I do this through one of Win2k Server Administrative...

Part and Inventory Search

Back
Top