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!

Recent content by panuvin

  1. panuvin

    MDI Child Form Problem (not showing)

    I have just added a messagebox on the child form and the messagebox does appear, but the child form does not show. So the form must load, but neither the .Activate() or .Show() methods make the form display correctly. Any other ideas?
  2. panuvin

    MDI Child Form Problem (not showing)

    I tried putting this statement: this.sMdiContainer = true; into both the constructor and the form_load event without any success. Is there something wrong with the statement itself, or did I put it in the wrong place? Any other ideas?
  3. 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...
  4. 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...
  5. panuvin

    Right-Click or Double-Click Combobox?

    How do I change the event for the combobox in VS.NET 2005? If I double-click on the combobox using the IDE, it automatically goes to the 'SelectedIndexChanged' event in the code. *** I just manually added the code into the form, but I know there's a way to change (and list) the events for...
  6. 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
  7. 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 =...
  8. 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 ']'...
  9. panuvin

    How to add VPN user?

    I am the domain admin, that's why I asked the question! ...I know, not a very good sysadmin... but, again, that's why I asked the question =)
  10. 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...
  11. 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