The Windows Forms Designer is a graphical editor for Windows Forms controls within Visual Studio.
1
vote
0answers
18 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 ...
0
votes
3answers
29 views
vb how to disable 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 ...
-3
votes
0answers
28 views
User friendly interface in Windows Forms Application VS2010 C++ [closed]
So i'm making a program that should have a user friendly interface and not run just from console. For me it is a first experience to make a program with buttons\labels etc. Unfortunately I can't find ...
0
votes
2answers
44 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
16 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
71 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
13 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
42 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
30 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
44 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
56 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
34 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
35 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
54 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
26 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
39 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
16 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
29 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 ...
-2
votes
0answers
44 views
parallax scrolling in windows forms [closed]
Can you give me a link or a simple code so I can make my very own Parallax scrolling effect in windows forms ... I know windows forms is not the best for parallax scrolling but i need it for a school ...
1
vote
3answers
139 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
44 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
36 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
53 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
38 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
115 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
289 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
65 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
56 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
38 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
0answers
92 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
25 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
51 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
55 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 ...
1
vote
2answers
54 views
Why has Visual Studio's Windows Forms Designer stopped working?
I'm in the process of cleaning up an old bit of C++-CLI software by decoupling business logic from the GUI. Despite the fact that I've left the windows forms designer code well alone, it now won't ...
1
vote
2answers
81 views
How to create Window Form inside another one?
I need to embedded window form inside another one like this
0
votes
0answers
93 views
TabControl with Alignment=Bottom and Appearance=Buttons
Does anyone know if there's a way to fix this issue in .NET/WinForms with the Visual Studio designer?
Basically, if you take a blank form and add a TabControl and then set the Alignment property to ...
4
votes
3answers
727 views
Transitioning from Windows Forms to WPF
For a long time now, I have been stuck with Windows Forms development (started with VB6, and has continued through to C# .NET 4.5), and I have pretty much hit the limit of what Windows Forms can do, ...
-2
votes
2answers
99 views
Click event handler not getting called
I'm using or 'learning' C++/CLI because I like the look of the GUI, and I'm trying to trigger some event when the mouse is over the picture and when it's out of the picture, but it doesn't work, and ...
0
votes
2answers
251 views
Windows Form Combobox Selecteditem
when editing a specific record in a listview row, how do I get that value to the corresponding combobox selected item/value?
The combobox is in dropdownlist style mode, so the selected text wont ...
0
votes
1answer
58 views
c# Binding values to combobox when editing
I have a windows forms application that has several comboboxes populated with sql database table values.
this is a example of the code for one:
public void brandSelectCB(ComboBox cb)
{
...
0
votes
1answer
589 views
C# Windows Forms ListView get selected row values
I have a ListView populated by a SQL db and want to be able to edit the values once I select a row and click the edit button.
When I click the "edit" button the values from the selected row should be ...
0
votes
2answers
453 views
C# Windows forms Listview selected item
I have a listview in Windows forms populated by a SQL database. i have a button to delete records when selected and it's working fine. but if there is no selected item and i click the delete button i ...
0
votes
1answer
41 views
VS 2010 updates Designer.cs when no changes are made
VS 2010 seems to be updating my form's designer.cs file when I open the form in designer view.
For example, say I have a form with a label of type System.Windows.Forms.Label and I had created the ...
-2
votes
1answer
179 views
how to input time from winform textbox to MS Access DB OLEDB C#? what is the query to insert time into the MS Access db from C#? [closed]
Ive got a textbox in winform named timeTextBox
this is to input time to one of the column in MS Access DB named MyDB
for instance assume there exists only this one column
how do i input or enter value ...
0
votes
1answer
168 views
How to save items in a listview to an access database?
How to save listview items in an access database? I've done research but i couldn't find the right answer. Can anyone help me?
my listview has column which are : ItemID, ItemName, Price, Quantity, ...
0
votes
2answers
58 views
Change Form1.Checkbox state on Form2.Disposed event
I have been searching for a solution of this particular problem for some hours now. So you kind people of Stackoverflow are my last resort
Here is what i've done so far
this is in Form2.cs
public ...
0
votes
1answer
36 views
Excel import fail without MS Office in windows application
I've a .net windows application running on Visual studio wherein I am uploading an excel sheet and manipulating some data.
I've just got a brand new notebook on which only MS word (Edit: MS word as ...
0
votes
1answer
108 views
publishing a windows form application - error with the references
is there a way to publish a windows form application in c# that can include all the dll references as well as all the data-sets in one file??
every time i try to publish the application, i get a ...
0
votes
1answer
60 views
Cannot Navigate to 'IF'
I am using this code to add and edit the employee. First I am checking via validation and next adding an image to the database and if U edit in run time means the error "Cannot Navigate to 'IF'" is ...
0
votes
1answer
57 views
Unable to Make this log in Form in c# / SqlDataReader Issue
I am trying to make a windows Form Application with a login screen,Form3 Will open Form1 if the username and password are correct.
the code is linked to a database
the code is as follows:
private ...


