0
votes
6answers
84 views

Foreach loop through controls that are textbox doesn't return

I've used this code before in another program, but now I'm having trouble understanding why it won't run the code after my second line. foreach (Control c in Controls) if (c.GetType() == ...
0
votes
0answers
13 views

How to define custom UITypeEditor for closed-source controls at DESIGN-TIME

I've read this question, and the only modification i need is to achieve the same, but not at run-time, but at Design-Time. VS WinformsDesigner rewrites my designer.cs file, but for example when i ...
0
votes
0answers
24 views

modify C# 2008 desktop application

In an existing C# 2008 windows application I am trying to decide how to use the existing application without rewriting it. Currently there is a 'driver C# 2008 windows' program that calls the 'main ...
0
votes
0answers
22 views

VS2010 Composite control w/ MS Chart, used by VS2008 project

Developing a composite Windows Forms control, which will need a simple scatter plot embedded in it. However, MS Chart is not included with VS2008 IDE, only 2010 and newer. Can this be developed in ...
6
votes
2answers
112 views

Serialize/Deserialize two-dimensional array

For some reason my previous question was considered too vague. So let me be more specific. I have a 2 dimensional array of type single. I want to serialize it to save in an Access database. The ...
0
votes
0answers
445 views

how to insert multiple data in grid view

i have visual studio 2008 and sql mgmt studio 2008...i have created a winform and I have a combobox which shows the names of all tables created in my sql db, a dgv and a button... now i want to insert ...
-1
votes
1answer
96 views

Combobox does not revert to null when value is cleared

Due to a flaw in .NET (Microsoft says its intended but I see it as a serious flaw) If a user empties a combo box (i.e. wants to blank out the value) the selected value does not revert to null instead ...
0
votes
3answers
192 views

iTextSharp - does not contain a definition for 'getInstance'

I'm trying to generate a pdf from image with iTextSharp, but I'm getting the following errors: iTextSharp.Image does not contain a definition for 'getInstance' and 'iTextSharp.text.Document does not ...
0
votes
3answers
281 views

c# disable arrow navigation with tabcontrol

I have a tabcontrol in my form, and I need to use the keyup event to manage somethings. When I press left or right button, the tab page change, and I wish to disable the tabcontrol keyboard ...
0
votes
0answers
22 views

Having trouble setting the icon in MSVC 2008

I am making a C++/CLR Winforms application in MSVC 2008, but I can't seem to set the icon. I have added a .ico file as a Resource (Add->Resource->Icon->Import) and added a line to the .rc file (and ...
0
votes
1answer
71 views

communication between windows mobile client and winforms application throw wcf

i created a wcf service to receive gps coordinates from windows mobile 6 client and save them into data base.Every thing works fine but i'm trying to send some configuration from a winforms ...
0
votes
1answer
134 views

c# - UserControl doesn't appear on winform if i dynamically added some controls in the code

Hello there i have created a userControl for windows form C# and i dynamicly added some panels in the code and after running the form My control is not appering in the form and i removed the added ...
0
votes
1answer
27 views

C# location of file

In a C# 2008 windows application, I planning on locating files that I need to find by utilizing the following code: var RFiles = from path in Directory.EnumerateFiles(filesaveLocation, "*.*", ...
1
vote
3answers
95 views

How to authenticate the password in an email application built on windows forms?

Yesterday, i had a task assigned by my senior to build a windows forms application in .net which looked like the image i attached. I did all the stuff regarding the sending process of the email ...
0
votes
0answers
31 views

GigE vision camera parameter in visual studio

I am working on Gige vision sony ccd camera fcb-eh6300. I am able to read the camera in visual studio 2008 and get all the parameters of the camera but I want to extract them individually and ...
0
votes
0answers
122 views

Using a ComboBox to edit the DisplayMember of a DataSource

My form contains a combobox and I have assigned a list of Person to the DataSource: private class Person { public string Name { get; set; } } private readonly List<Person> myList ...
-2
votes
1answer
163 views

How to change the Backcolor of a Button into Gradient

I have this code to change the background of Datagrid.. private void dataGridView1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { if (e.RowIndex == -1) { Color c1 = ...
0
votes
0answers
72 views

C# windows app runs out of memory

I have the following statement in a C# 2008 windows application that was converted to a console application: finally { Console.ReadLine(); ...
0
votes
2answers
409 views

How to use CSS for formatting Crystal Report in Winform?

I am using VS 2008 for a Winform. I have crystal reports in the project which I would like to format with the help of CSS. Can anyone point me with the right tutorial to start this?
0
votes
1answer
38 views

what could be causing lots of errors in my entity framework models' designer file?

I'm having trouble creating/updating EntityFramework models. I have a visual studio 2008 windows forms project the has been compiling and running for years. Then today, I decide to touch it in order ...
0
votes
1answer
150 views

Form layout in Visual Studio 2008 (mobile)

I'm just starting on a quick proof of concept application intended for use on Windows Mobile 6.5 devices. I'm using the Visual Studio 2008 (9.0.21022.8) form designer to create a simple GUI as per the ...
0
votes
0answers
98 views

Changing a designer-generated Form's class

I'd like to change a designer-generated Form's class from Form to a child class of Form. This can be done in the .designer file. The problem, of course, is the risk of the designer regenerating the ...
1
vote
1answer
251 views

Untraceable Exceptions in Windows.Forms Application.Run()

I have an old Windows.Forms Application that I am trying to debug. Sometimes after running a few minutes it will produce an ArithmeticException or an OverflowException. The source must be somewhere ...
0
votes
0answers
28 views

Switching Sections within a Form

I have a very basic question on my first winforms application. The app simply allows the production of a receipt for the purchase of scrap metal. So it's a very basic shopping cart type app. However, ...
0
votes
1answer
76 views

UI lagginess. Resizing my application window takes maxes out the cpu

VB.NET / Win forms / VS 2008 I'm working on some software and I'm very happy with the UI design so far.. very structured and easy to read.. but when I resize the window, it's extremely "laggy". ...
0
votes
1answer
36 views

Forms not showing changes when run in visual studio 2008

My forms in my vb.net programs in visual studio are not showing the changes I make on them when I run the application. The were working before but eventually just stopped with nothing really done to ...
-1
votes
4answers
69 views

Declare int outside logic

Yesterday I just asking about logic, if else error . But When I do this with? int , its error... private static void mergeimagefile(string image1path, string image2path) { //get ...
2
votes
2answers
387 views

How to Drawing Text with Outline onto Images?

I have been searching and looking for Drawing text with outline onto images? Here my code private static void tulisnamafile(string imagepath, string textnya) { Image image = ...
0
votes
1answer
334 views

How to set panel, buttons, labels and menu strip to be transparent?

I'm trying to keep transparency of buttons and labels which are inside of a panel control. I set the BackColor properties to Transparent, but it doesn't work. Also I tried ...
0
votes
1answer
52 views

Does anybody know of a Windows Forms control for examining objects?

I have a WCF web service that returns many different lists of objects, formatted according to an XML Schema. I have a simple winforms test rig for firing off the methods and I can use code breaks to ...
0
votes
1answer
293 views

DirectCast(sender, Control).ID Not working in Vb 2008

I need to know the name of the object that i have just clicked on vb 2010 i can do it with DirectCast(sender, Control).ID , however i need to do this is 2008 and the .ID doesn't exist in 2008 I need ...
1
vote
1answer
335 views

Why does MS Chart only display x-axis labels for some data points?

When I bind the data to the barchart. I am not able to see the labels in the X-axis for some bars. E.g: i bind four data to the chart. The chart is displaying only 2nd and 4th data label.
0
votes
1answer
71 views

Visual Studio 2008 Stops Responding When Attempting to Extract Method

Every time I attempt to extract a method in Visual Studio 2008, the IDE stops responding and eventually crashes. I do not get an error message upon crashing but, the error in the event log is below. ...
0
votes
1answer
55 views

Error while executing .exe result of my code but no when executing it in the debugger

I have a problem regarding the result of my program. I have a bi winforms application that makes a lot of things. One of them is visualizing a bunch of data I have stored in several .txt files in a ...
0
votes
2answers
113 views

ToolStripButton have different behavior on showing Modal Less Dialog

I have a main window and a toolstrip on it with different command buttons. In these commands, I've a 'Print' button too (See Below). When I click on 'Print' button , I need to show sub-form as Modal ...
0
votes
1answer
133 views

Selecting XML Nodes with Multiple Xpaths in OneTime [duplicate]

Possible Duplicate: Find values under one node in XML Sample XML File: <Book> <Page id="1"> <Head>Preface</Head> <Body> <Paragraph> <Line> ...
0
votes
2answers
351 views

Find values under one node in XML

Below is xml file format from which words to be searched. <Book> <Page id="1"> <Head>Preface</Head> <Body> <Paragraph> <Line> <Word> ...
1
vote
3answers
1k views

How to Convert a Date String with Format “dd/MM/yyyy” to OS Current Culture Date Format

A string has the value in "dd/MM/yyyy" format like "04/10/2012". This should be converted to a Date w.r.t Current Culture of OS. I have tried below string with Korean as Current Culture of OS in ...
0
votes
1answer
157 views

how to set checkedlistbox check ture only for data present in dataset C#

vs 2008 - C# I am having a problem with checkedlistbox, can anyone help me, or give me some idea what should i do to fix this thing.. I have a Checkedlistbox with jobs in it. I want to check the ...
-4
votes
1answer
149 views

Slow Startup of Desktop Application [closed]

What are possible reasons for slowness at startup of an application developed in .NET 3.5 ? Which factor can be involved in this issue and how this sort of issue avoided ?
0
votes
2answers
391 views

Check DataGridView Cell Value (Alphabetic or Numeric)

How to check whether the value in the selected cell of data grid view is alphabetic or numeric ?
3
votes
2answers
589 views

Custom Control Doesn't Update in Visual Studio Designer

I'm creating a custom control that lays out radio buttons (No it doesn't have to be radio buttons. I'm just trying to learn how to do this so I can make some more complex stuff down the road that may ...
0
votes
0answers
79 views

Synchronize Visual Effects of Custom MenuStip Items in WinForm

I've customized the menu strip and add a rectangle with cross lines inward to show it as close button on menu item. Now, I want to set the back color of rectangle same as back color of remaining menu ...
1
vote
0answers
399 views

call was rejected by callee

My application was working fine on my win 7 64 bit machine. I tried to run the winforms visual studio 2008 .NET C# application on a different win 7 64 bit machine and now I am getting this error: ...
2
votes
0answers
144 views

ContextMenuStrip FindForm is null

I have a ContextMenuStrip on a DataGridView. After realizing that calling cm.FindForm() results in null, I added the context menu to the grid's ContextMenuStrip property, but that doesn't help. Is ...
1
vote
2answers
341 views

Disable setting of a property in winforms designer

I'm using Yet Another TabControl in my project - it's custom, open sourced TabControl with support for designer. After solving some of its problems, I've stumbled upon a problem I have no clue how to ...
1
vote
1answer
96 views

How do I grab / properly set item values (not text) from a listbox?

I've got 2 listboxes that work together as a data transfer control. So I can move items left to right and vice versa etc by the use of 2 buttons, and then by using a 3rd button, I need to grab the ...
0
votes
2answers
352 views

How to create an installation that contains a sql server database

I Created an application in c# with Visual Studio 2008, and i'am using SQL Server 2012 for implement databases for the applications. My Question is : How can i create an installation that contains ...
1
vote
2answers
295 views

listbox items disappearing / not displaying when inserting

I'm creating a data transfer control between 2 listboxes. I have items displaying in both boxes, with the text and property values holding data. When I transfer from one to the other though, I can ...
0
votes
2answers
251 views

Can't Find Winforms Trackbar Control in VS2008

I've been looking around the toolbox but I can't seem to find a trackbar control. Is it hidden somewhere? Or is it just not available on the designer and instead I have to code it?

1 2 3 4 5 9