The Windows Forms Designer is a graphical editor for Windows Forms controls within Visual Studio.
0
votes
0answers
6 views
how to use iframe control in windows application?
I have an iframe:
I want to embed it in .net windows application.
I have tried the following code in my form.cs page HtmlElement iframe = webBrowser1.Document.GetElementById("myfst");
but don't ...
-1
votes
0answers
35 views
how to solve blurred images on mouseclick in windows form in C# [closed]
I am working on a code in which there is a picturebox1 which displays an image(at the start the first image selected in openFileDialog1) and a flowlayout panel that contains other images selected in ...
0
votes
1answer
34 views
How can I write/save a 2 dimensional string to a textfile? C# windows form
when I use File.WriteAllLines it only accepts 1D arrays. right now, I just have:
for (int x = 0; x < BookList_Array.Length; x++)
{
writer.WriteLine(BookList_Array);
}
with BookList_Array ...
0
votes
0answers
44 views
loading textfile in to two dimensional array C# GUI
So most things ive read about loading textfiles in windows form shows you loading it into a single dimension string array. but I have some features id like to do that would work much better if it were ...
0
votes
0answers
36 views
ToolStripItemDesignerAvailability not working in a C++ Forms Application
I wrote my own ToolStripItem (e.g. ToolStripTrackBar or ToolStripButton with my on interface) and I want to have design time support. According to several guides, I've to use:
...
1
vote
3answers
39 views
Adding panels from Form2 to form1(MainForm)
ok, I have 2 forms...On f1 is a flowlayoutPanel and a button that opens f2.
On f2 there are small panels, each is a diffrent color.
I want to do this:when I click on a panel from f2 a panel is created ...
0
votes
1answer
47 views
Loading a tab delimited textfile and displaying it in a listview c#
in VS2010, c# windows form. I am attempting to load and display (read) a textfile ("booklist.txt") which is currently in my bin\Debug folder, it is tab delimited, into a multicolumn listview. I tried ...
1
vote
0answers
18 views
DataGridView to select both by row OR column depending on user click
using C# and Windows Forms
I wish to allow my user to select row(s) for exporting from a dataGridView; however, I also wish to allow them to sort and filter by columns. Is there a best practice for ...
0
votes
1answer
22 views
“Filestream type or namespace could not be found” issue with C#
I am working on a program where we need to load text files (book catalogs) for reading and writing (in a Windows Form), so I added "using System.IO", then wrote:
FileStream textFile = new ...
1
vote
2answers
63 views
Application Windows Forms, Visual Studio 2012
I have a problem with Visual Studio 2012. I have this message "The designer could not be shown for this file because none of the classes within it can be designed" after the next actions: file - ...
0
votes
1answer
38 views
How to make advanced TextBox?
How can I make autocomplete TextBox that suggests each word while typing? For example, if the input is d, suggestions should be dog and dig. when dog is selected and space/enter is pressed, user ...
4
votes
4answers
63 views
how to hide all panels in windows form?
In my windows application which uses menu strip and multiple panel containers, a panel is displayed depending on menu option
hiding all panels by manually passing names is very time consuming, is ...
1
vote
2answers
51 views
How to create a list view with number, text and checkbox columns?
I need to have a list somewhat similar to CheckedListBox. The format would be
No. Name Use?
1 First item [ ]
2 Second item [X]
3 Third item ...
-1
votes
0answers
31 views
Capturing data from website to winforms application c# [closed]
Consider an application is hosted on a website for general download. Is there anyway by which the application can capture a data string from the user before download? For example: requesting the phone ...
1
vote
2answers
87 views
Prompt the user to submit changes before closing form
I am working on a large .NET 4.0 C# project that spans a few groups. I have been tasked with modifying a form to prompt the user to submit changes. The form that I need to modify has a "Submit ...
1
vote
2answers
30 views
Visual Studio keeps deleting code in form.designers
I'm making a winform application. I'm trying to add a keydown event to a combo box so I prepared the event implementation and then I added inside the form.designers document the line:
...
0
votes
0answers
17 views
Changing the label properties in child thread in windows form
I have created a windows form application where the main UI thread is different and there is a different child thread to do the main processing. I want to change the label properties in the child ...
0
votes
1answer
28 views
how to use thread to capture screen after scrolling in UI
I have a windows form which hold a web browser control, that web browser will change it's position automatically in fixed positions
So first I set the navigate to position X then I will take a ...
0
votes
1answer
52 views
Host WPF animation in Windows form
Project in visual studio 2010, can upgrade 2012 if need be. Want to animate my logo splash screen. I can do this using WPF. Can I host that WPF animation in a windows form in my vb.net visual studio ...
1
vote
0answers
34 views
WinForms - Inheritance Picker - Unable to load (irrelevant) assembly, how do I avoid it?
I'm using VS2010, and developing a C# WinForms app.
I would like to create a new form, that inherits from a form in a different dll. I right click on my project, hit 'add new item' and then under ...
-1
votes
4answers
79 views
How to disable the accept button in code
In Microsoft Visual Basic 2010, a form has a property called AcceptButton. This can be set to the ok button of the form in the designer or by code, like this Me.AcceptButton = Me.OKbutton.
I would ...
0
votes
2answers
49 views
Verifying Controls on a Windows Form
I have a windows from written in C# and wanted to verify that the data in each control (dropdown, textbox, etc) is not null before saving the data to a database. I have multiple forms like this in the ...
0
votes
0answers
33 views
VS2012 Designer Could Not Load Assembly
There is a solution with a C# project referencing a managed C++ library which in turn references a native C++ library. The C# project contains BaseUserControl and ChildUserControl which extends it.
...
0
votes
0answers
175 views
Progress Bar while downloading files using FTP and HTTP
There are two forms in use: the frmclient and frmprogressbar. When the client form loads, the files in the FTP server are listed. You can download files using both the FTP server or via HTTP. If ...
0
votes
1answer
14 views
Please Help I am Stucked in Between the Application
i am Explaining the whole question:
I will take 2 forms, 3 text box and 2 buttons .
In 1st form i have draged 1 button and 2 textbox.
Now when i will enter some value and click on button . then one ...
0
votes
3answers
60 views
C# Windows Forms switching
I got Form1, which creates another form when some button is clicked:
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
Form f5 = new Form5();
f5.Show();
}
When it ...
2
votes
1answer
44 views
How do I collapse a Category attribute with System.ComponentModel?
I have a number of categories on my design time component that are being expanded by default.
I'd like to have them appear collapsed by default, or at least problematically collapse them before the ...
0
votes
2answers
46 views
Buttons from Base Class are Changing positions
I've a base form class designed like that
At the bottom I put a docked-bottom panel and inside this panel I put two buttons. Also I set Anchor's property of these buttons to "Top, Right"
Also I've ...
-5
votes
1answer
86 views
Force ComboBox to “drop-up” instead of “drop-down” [closed]
I have tried many ways. But I cannot seem to do that.
Is there any way to change the ComboBox direction behavior in C#?
2
votes
1answer
45 views
Creating An Ambient Property That Inherits From a Parent's Property
Can't seem to figure out how to do this. I have an inherited Control: MyControl with a property called MyOtherFont. How do I get MyOtherFont to inherit the ambient value of the Parent control's Font ...
0
votes
0answers
41 views
A runned form can not set child to an exist process
I have a question about set a runned form to an exist form process.
I have this code:
[DllImport("user32.dll", SetLastError = true)]
private static extern IntPtr SetParent(IntPtr hWndChild, ...
-1
votes
1answer
110 views
c# visual studio how to pass value from subclass to parent class?
I'm new here, and also new in C# programming in Visual Studio.
Currently I have an assignment about C# refactoring.
This is the original class
calculator.cs
using System;
using ...
0
votes
2answers
27 views
How can I add my own code along with the code generated by the form designer?
When I am working in Visual Studio, and use the designer, VS manages the code for creating and positioning the controls.
But what if I want to add my own code there?
Say I want to use a string ...
1
vote
1answer
69 views
How to avoid error “Constructor on type 'MyType' not found” when inheriting a base class
I have a Visual Studio 2010 Windows Forms app which includes a Form base class that other classes will inherit. The base class' constructor takes a parameter that the child classes will pass to the ...
0
votes
0answers
29 views
How to fix Visual Studio 2010 when install of Silverlight 5 has corrupted winforms menu designer
After installing Silverlight 5 into Visual Studio 2010 (10.0.40219.1 SP1Rel) on Windows 7 x64, the menu designer for Winforms (not Silverlight) has some rendering issues: when I click on a menuitem ...
0
votes
0answers
58 views
How to rotate an image (using Visual C++ Windows Form Application)?
I need help to rotate an image which is in a pictureBox. This picture will rotate and translate according to the values generated in a loop. I can translate the image but I can not rotate it. For ...
1
vote
3answers
302 views
Windows form C# Bitmap Image
I am getting this error when I try to put a image in a Bitmap on Windows Form ...
class PlayerPlane
{
private Bitmap playerPlaneImg { get; set; }
private Graphics graphics { get; ...
0
votes
0answers
61 views
System.Drawing.Size values automatically changing in designer.vb file and some MSFlexgrid property changes are encrypted in .resx file.
We have a application which is developed using Vb.Net. We have a form in that application which uses MSFlexgrid and some other control. If we open the form in different PCs, it seems to be that the ...
1
vote
1answer
44 views
C# WindowsForm add string to Bounded Data in GridView
I'm using a dataGridView which got it's dataSource from a DataTable. One of the column there is named "productPrice", and the gridView column "Price" is bounded to it.
The "productPrice" data contains ...
0
votes
0answers
134 views
MyBase.Load or Me.Load not firing while the form loads with no traceable error
I have a vb.net windows form that is not firing the form load handler when the form is open. This happen after I manually edit the designer.vb file to add some new fields. I've review a similar ...
0
votes
1answer
50 views
Visual Studio designer changes my win Form
I'm working at huge project, which was converted from VS 2008 to VS 2012. Everything worked fine before, but now I have a problem in VS 2012.
Opening a form in VS Designer causes changes are made in ...
1
vote
2answers
171 views
The button on my Windows form isn't working. Visual studio is not showing any errors in my code
I have a average calculator Windows Form application that asks the user how many scores they would like to enter. A textbox accepts the input and once they click OK, the number they entered becomes ...
0
votes
1answer
646 views
How to import specific cells of an Excel file into datagridview using c#
I want to import specific cells of an Excel file to specific cells of a datagridview.
I followed many tutorials here that import Excel tables, but as I want only specific cells in specific locations ...
0
votes
0answers
94 views
In C# How do I make windows media player play MPEG2 files ?
I want to make a media player that can play MPEG2 files.
I have used Windows Media Player COM component to make a basic media player. Now I need to modify it so that it can play MPEG2 files. Any ...
1
vote
1answer
68 views
UserControl does not auto resize with the Form
I am having troubles with setting my user control to automatically resize with the panel where it is created. When user is resizing a main form that contains the user control, the size of this user ...
1
vote
1answer
51 views
windows forms to run commands
I am trying to launch a new cmd process, from that run a batch file to setup environments and from that run custom commands. Is this possible?
So far I have:
Process cmd = new Process();
...
0
votes
1answer
119 views
Generic UserControl with ComponentResourceManager syntax error
In my WinForms project (VS2010, .NET 4.0) I had a user control named MyView, which was derived from System.Windows.Forms.UserControl. Then I modified this control to be Generic User Control:
...
1
vote
0answers
28 views
Extra comment lines in designer code-behind for custom component
I created a component in .NET and in the designer code-behind, there are three extra comment lines for the component after it is dragged+dropped onto a form. A normal MS component appears like this:
...
0
votes
2answers
61 views
folderbrowserdialog access to path is invalid
Everytime i run the program it has an error that says access to the path is denied. i already check the folder allowed all users, unchecked the read only and still it wont work
private void ...
0
votes
1answer
60 views
c# how to make visual studio designer show base classes components aswell
I have a class
public abstract class BaseFormClass : UserControl
and another class:
public class DerivedFormClass : BaseFormClass
if i open design view on baseformclass it show 3 components at ...
