Jump to content
Xtreme .Net Talk

vnarod

Avatar/Signature
  • Posts

    87
  • Joined

  • Last visited

Everything posted by vnarod

  1. What is the difference between Debug and Release configurations?
  2. I need to create a setup program that installs two (or more) VB.NET applications. Do I need to add both projects to one solution? Is it the only way?
  3. I can run a program from my local machine but when I try to run the same program from network drive I get security error. I am not 100% sure but it looks like the error occurs when I try to connect to a database. "The application attempted to perform an operation not allowed by security policy. The operation requires the SecurityException. To grant this application the required permission please contact your system administrator or use .Net security policy administration tool". What should I change?
  4. I need a text box with a mask for dates. I am trying to use MaskedEdit TextBox but got totally confused: 1. Text property is not set after I type text into the box 2. FormattedText is set but with prompt chars, even when PromptInclude = False 3. Once a mask is defined it appears in text box even after code: txt.Mask="" txt.Text="" Can someone clarify?
  5. Are you suggesting creating a menu item mnuAction in MDI form? It does not work- menu item mnuAction from child form menu does not merge with the one in mdi form but appears in the end. It does not matter whether Text property set to the Action or Null
  6. I have an MDI Form with menu items File and Help. Child form has menu Action. When child form is active, the "Action" menu is added to the end of MDI menu. Is there a way to make "Action" menu appear before "Help" menu? I tried playing with menuorder property but it doesn't seem to be working in case of MDI.
  7. I tried the code above (with ShowDialog) and it works perfectly. Perhaps, I misunderstand what you are trying to do?
  8. I checked for dotnetfx.exe but it is not on my computer. What should I do?
  9. How do I install deploy my application on a computer that does not have framework installed? I remember reading that framework installation is in some file but can't find the file name. Can framework installation be added if necessary to a deployment project?
×
×
  • Create New...