Search Result

Collapse
13 results in 0.0044 seconds.
Keywords
Members
Tags
windows form
  •  

  • C#: Object to string array. [*] to [] error (Knowing both VB.NET as well as C# helps)

    Hi, I have been assigned to Convert a VB.NET project to C# and I got stuck. I am using a class called RsiOPCAuto, but I don't think that I'll have to go into to much detail into explaining how it works. Let's just get on with my issue.

    So basicly what i do is grabbing an object from my class using this code:
    Code:
    public partial class FrmPartialMain : Form
    {
    RsiOPCAuto.OPCServer oOpcServer;
    public FrmPartialMain()
    ...
    See more | Go to post

  • MrFlabulous
    started a topic Multiple windows forms being called.. why?

    Multiple windows forms being called.. why?

    Hi, I'd appreciate someone taking a look at this as I can't see what's going on. I have a parent form populated with buttons, when a button is clicked a new form opens via ShowDialog. When I close the child form the parent form updates, and when I click a button the second time the child form spawns twice, but the second one is only opened when the first is closed. Every time the parent is refreshed a duplicate is "primed" to appear the...
    See more | Go to post

  • How to access windows control from another class of same project?

    I have a rich text box and I want to update the logs with the events happening in other classes.How can I execute this?

    TIA
    Prashant
    See more | Go to post

  • I want to access windows form control from another class of same project?

    I have a rich textbox control on a windows form.
    I want to update the log information in that control which
    comes from another class in the same project.
    Suggestions please?

    Thanks
    Prashant
    See more | Go to post

  • Windows Forms button click activates console command

    Hello

    I have the following program: i made a console application in a windows form, i've put all the code in the MainProgram.cpp (not the Form1.h) and now i would like to do the following (managed to make the application show both the form and the console at the same time)

    When i click a button from the form, it should activate a switch - case portion from the MainProgram.cpp , which acts like a menu.

    Since...
    See more | Go to post

  • romepatel
    started a topic Post Values from WebBrowser in Windows Form

    Post Values from WebBrowser in Windows Form

    Hi,

    I am using VS 2005 and C#

    I am using a webbrowser in a windows form.
    This webbrowser is loaded with a web form (<form method="POST" >).

    Now i want to fetch the POSTED values from webbrowser into my Windows Form.

    How can i do that ....?

    Thanks in advance
    See more | Go to post

  • Positioning a Form on DataGridView_MouseMoue()

    I am creating a fixed size, windows form to be used as a tooltip, because I needs to control 'Opacity', that a regular tooltip does not allow. The issue I am having is that the form does correctly appear near my mouse pointer when hovering over the grid, but occasionally I see it flash very briefly outside the grid client area. It mostly happens when I first start the hover action. The flash is the result of the form momentarily appearing in the...
    See more | Go to post

  • How to make a windows form more responsive?

    In my (VB.Net+VS2008) application, I want to make my windows form (splash) more responsive as there is some complex functionality is performing while loading splash form. Currently when any other application come in front of splash screen and then minimize then splash screen looses its proper visibility and showing some hang kind of state also.

    I used “Application.Do Events()”, but it doesn’t work. I can’t use “background...
    See more | Go to post

  • Developer111
    started a topic HelpProvider with web browser

    HelpProvider with web browser

    I am using HelpProvider control and a web browser in my vb.net (VS2008+XP) application. It works fine, but when web browser navigate to a page, then on pressing key F1, it doesn’t show the help. Can anybody guide me to handle it ?
    Thanks in advance
    See more | Go to post

  • How to bring an already running application in front?

    I am developing an application having multiple screens appearing one after another using Vs2008 on Windows Xp(sp3) in vb.net. My requirement is to bring some screens (windows form) in front of the user to take input and some of the forms can work in background (behind other applications) as they are only progress showing forms.

    I tried Me.active(), Me.BringToFront (), Me.Focus(), Appactive() and also some of the APIs like GetForegroundWi ndow(),SetForeg roundWindow(),...
    See more | Go to post

  • Pakmarshal
    started a topic Inheritence in forms

    Inheritence in forms

    Hi everyone,

    I am developing a windows based application in VS2005. I want all my form to be inherits from one of my class e.g.ParentClass but indeed the windows forms already inherits windows.forms.f orm class. what I have tried is that, I inherit "windows.forms. form" in "ParentClas s" and all forms inherits my "ParentClas s". But in this case when I view the design of the form IDE gives error. Please guide...
    See more | Go to post

  • How to draw a panel of size 2.4 x 2.4 inches with resolution 300 x 300 pixels

    I am developing an application using Visual C++ express edition. The application requires the drawing of a panel of specific size and resolution.

    I would like to ask if there is any way for me to specify the exact measurements (in inches) with specific resolution.

    When I create a panel of resolution 300 by 300 pixels, it will be a 3.3 by 3.3 (measure with ruler) inches panel. I tried manipulating DPI of the display,...
    See more | Go to post

  • brijbmishra
    started a topic Windows Form
    in .NET

    Windows Form

    Hi,

    I have some window forms made in VB 6, now I want to add some picture box on that form. Source code is not available, is it possible to do so.

    thanks in advance
    Brij
    See more | Go to post
Working...