Search:

Type: Posts; User: w8taminute

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    627

    Re: Environment Variables??

    Thanks alot!
  2. Replies
    5
    Views
    627

    Re: Environment Variables??

    Environment.SetEnvironmentVariable looks like it might work.

    What about with a batch file?
  3. Replies
    5
    Views
    627

    Environment Variables??

    I am going crazy! :confused:
    Does anyone know how to create a permanent environment variable via run-time or a batch file?

    Thanks
  4. Re: Creating environmental variables during deployment

    I am using DeployMaster.
  5. Creating environmental variables during deployment

    Hello everyone,

    I am using an installer that does not allow me to set Windows environment variables. I am use to using Installshield which has that feature. After doing some research, I found...
  6. Replies
    6
    Views
    834

    Re: Forms Talking to each other?

    Thank you all for your help. I used showdialog() and that's exactly what I was looking for.
  7. Replies
    6
    Views
    834

    Forms Talking to each other?

    Hello everyone,

    I am trying to get one of my forms (frm1) to show another form (frm2) and then wait until the a button is clicked in frm2 to continue with the following code in frm1.
    Here is an...
  8. Re: Automate Command Prompt Window (CMD), Redirect Output to Application [2003/2005]

    How would I get the command prompt to open in my parent form?
  9. Re: Finding max value in Two dimensional array???

    Thanks a lot.... I am up and running now. :thumb:
  10. Re: Finding max value in Two dimensional array???

    No... My array is as follows;

    Dim Array1(,) As Double
    ReDim Array1(30, 2)

    The data in the array would look like this:

    (0,0) = -36.5
    (0,1) = 12
    (0,2) = 6
  11. Finding max value in Two dimensional array???

    :wave: Hey everybody.....are we ready for the superbowl?

    I am working on a project where I have multiple tow dimensional arrays. I am trying to find the max value in the first "column" of my...
  12. Replies
    3
    Views
    611

    Re: Dazed and Confused!

    Thanks Guys, it's working now. I greatly appreciate it!
    :wave:
  13. Replies
    3
    Views
    611

    Dazed and Confused!

    Hello everyone, and happy holidays,
    I have encountered a problem and I am trying to find a work around do to time constraints. Here is the code that I am running:

    strData = "Select Min(num1)...
  14. Replies
    10
    Views
    939

    Re: Odd Problem with MDI

    Still no Luck! :(
  15. Replies
    10
    Views
    939

    Re: Odd Problem with MDI

    It's okay to have the icon up there.
  16. Replies
    10
    Views
    939

    Re: Odd Problem with MDI

    It's an MDI Child. I want the titlebar to look like it's part of the MDI parent.
  17. Replies
    10
    Views
    939

    Re: Odd Problem with MDI

    I want it to have the minimize,maximize, and close buttons available but I do not want to se a title bar above the menubar or toolbar. Below them is fine.
  18. Replies
    10
    Views
    939

    Re: Odd Problem with MDI

    Thank you for the uplod.

    "As far as your issue, the menus of the MDI parent and MDI child merge when the child form is maximized in the parent. Is this what you see happening?"
    Correct.
  19. Replies
    10
    Views
    939

    Re: Odd Problem with MDI

    Like this.
  20. Replies
    10
    Views
    939

    Odd Problem with MDI

    When I maximize the Child Form in my MDI Container, a new menu/toolbar appears on the Parent form. I have tried removing the maximize and minimize buttons, but that does not work. Has anyone ran into...
  21. Replies
    4
    Views
    697

    Re: Check for open form

    I did check but it was a little unclear.
  22. Replies
    4
    Views
    697

    Check for open form

    Goodmorning my fellow programmers. Well I have ran into something I have never had to do, check to see if a form is open. It seems so easy that I am shy about even posting it. My form nam is frmToday...
  23. Thread: debug Error

    by w8taminute
    Replies
    4
    Views
    647

    Re: debug Error

    Thanks for the welcome!
    kleinma....I tried what you suggetsed and it worked. I was looking for more information on why that effects the app, but couldn't find any info. Do you know why\how "trust"...
  24. Thread: debug Error

    by w8taminute
    Replies
    4
    Views
    647

    debug Error

    I am trying to open my .exe which resides on another machine on my network,the directory and .exe is shared, but I keep getting this JIT Debugging message:

    JIT Debugging Failed with the following...
Results 1 to 24 of 24



Click Here to Expand Forum to Full Width