CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AtWork

Search: Search took 0.06 seconds.

  1. Re: [RESOLVED] Displaying another form gracefully.. ?

    Just an FYI, here's what my code looks like now, which does exactly what I want, ie the form opens where i want it without any flickering in another part of the application.

    Point MainPoint = new...
  2. Re: Displaying another form gracefully.. ?

    That did it, thanks BigEd :)
  3. Re: Displaying another form gracefully.. ?

    x and y contain the coordinates where the form is supposed to be. I dont move the form after the .Show();

    Form is called "ConfigureQuery", i instantiate an instance of it when i display the form....
  4. [RESOLVED] Displaying another form gracefully.. ?

    So I have my application window, where most of the work is done. I have a button that opens up a static Form where some options can be configured. It works well enough, but when I click the button...
  5. Replies
    3
    Views
    8,050

    Re: Calling JAR file hangs Process

    I hate java. It's way too easy to break the Java.exe process. I almost shudder anytime I have to use a web app that uses Java. My only advice is to look at the java log console to see what it...
  6. Open Web Browser in new window and manipulate URL later

    Hi all, i'm trying to launch a web browser from C#, using .NET framework 2.0. I can use the process.start method to launch IE and in essense capture the HWnd and the process in a Process class but...
  7. Re: How to add Descriptions to properties and functions?

    Thanks much!
  8. How to add Descriptions to properties and functions?

    I am trying to add some comments to my class properties and functions that will show in Visual Studio when I hover over a function name on the intellisense menues.

    public string DomainName
    {...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured