2
votes
1answer
96 views

Filter WinForms DataGridView by date range

I would like to filter my DataGridView by a date range which is listed below. I have a ListBox with 2 items with start and end date. Start date on top, end date below in listbox. ListBox ...
0
votes
1answer
59 views

How to compile an old version of F# using Microsoft Visual Studio 2010?

I am trying to learn F#, and I was looking into a Suduko Solver program [Link is here] (http://www.ffconsultancy.com/dotnet/fsharp/sudoku/code/1/sudoku.fs)! The original program was developed in ...
0
votes
0answers
46 views

Most intuitive GUI control for epsilon tolerance

I want to compare floating-point numbers and looking for a WinForms control where the user can set the epsilon tolerance from values 0,10-1,10-2...10-15. Is there a most intuitive control e.g. a ...
0
votes
1answer
111 views

Pointer to picturebox

I am trying to learn C++ using Visual Studio 2005. I have created a form that contains many PictureBoxes and I would like to be able to refer them via an array. Before creating an array, I'm trying ...
0
votes
1answer
163 views

Sort from field other than Group Field in Crystal Reports

Using: VS2005; Crystal Report for VS2005; Oracle 9i; WinForms; I have a report which displays the respective A/c Manager and their Revenue yield. The report is grouped by A/c Manager ID and have ...
0
votes
1answer
99 views

How to customise the dialogs that a user sees when she runs my windows forms setup project?

I have to create a setup project for my windows form application and I want to change the default computer picture(it contains a monitor placed on a CPU along with a keyboard, mouse, CD and has purple ...
1
vote
1answer
688 views

change specific column header color only in datagridview

Uses: VS 2005, C#, DataGridView, WinForms; I need to color the font/background of a particular column's Header portion. I see that it can only be done to the entire column list's header instead of a ...
0
votes
1answer
229 views

MDI Designer View is showing HTML, instead of the form design

I am not sure what is happened and have been searching for fixes all night. When I double click on the mdi form (or right click and select "View Designer") what appears, instead of the form designer ...
0
votes
2answers
171 views

How to easily reorder TabControl?

I have a TabControl which I have designed in the VS2005 designer that has about 7 tabs. How can I easily switch the order of the tabs around? I put one tab at the end in a rush, but now I want it ...
1
vote
1answer
210 views

An error when adding a user control to the project

I created a UserControl in my project. After that I change it to be inherited from combobox instead of UserControl - public partial class EprComboBoxControl : System.Windows.Forms.ComboBox Then I ...
2
votes
6answers
948 views

Is it easy/safe to upgrade from VisualStudio 2005 to 2010 (for WinForms projects)?

my team have built many tools for our project using win forms and Visual Studio 2005. We are thinking about upgrading to VS 2010. Just wanted a heads up on any compatibility issues and also any ...
0
votes
1answer
105 views

Issues in Visual C# 2005 finding and selecting a Row in Dataview to be highlight

I have a data table filled with various rows, each has several columns(ie ID, name, Description..) I am trying to implement a search button where a user chooses a column via a combo box, such as ID ...
0
votes
0answers
63 views

Windows forms gui encoding vs2005

I am working on a programme on VS2005. It has C++ codes. I want to change the language of programme's gui from English to Turkish. But when i changed the language, different characters appears. For ...
0
votes
1answer
627 views

How to allow capital letter,number in datagridview cell?

I'm using a datagridview in my windows program. In column 1 user will enter capital letter and number. In some other columns (column 3 and 4) user will enter only integer number(no decimal allowed). ...
0
votes
2answers
183 views

How do I make a property mandatory on a custom user control?

I have a custom control and would like the properties to be mandatory (not default) when a programmer codes the control. Is there a good way to do this without throwing exceptions in the program?
1
vote
2answers
42 views

substitute/disable control components for development/testing

I have a VB form that contains controls for interfacing with some hardware (video cameras, motors, etc) on the machine it is to be deployed on, but I'm usually not at the location of said machine ...
0
votes
1answer
408 views

Why am I getting assembly version as 0.0.0.0? Will that make any issues if real DLL has some version number and using Type class to retrieve values?

I have a project named "Test.LiveModel" (Test.LiveModel.dll) and its version is 8.0.7.0 in my solution which contains 25 projects. I can see the information of Test.LiveModel in AssemblyInfo.cs. I ...
0
votes
1answer
92 views

How to get Type value from assembly

I have the lines of code shown below Can anybody provide me the code which will create type value as shown below The exception I get is: " ex = {"Could not load file or assembly , Version=0.0.0.0, ...
1
vote
1answer
254 views

Why Type.GetType giving null? [duplicate]

Possible Duplicate: When does Assembly.GetType(name) return null? In my project i have a base class named 'BaseSystem' and have derived class 'RoundedTree'. The code shown below 'type' ...
3
votes
2answers
7k views

Could not load file or assembly or one of its dependencies. The system cannot find the file specified

I have a code like this public static Type ToType(XmlSerializableType xmlSerializableType) { string func = "XmlSerialzationType.ToType"; Type type = null; if (xmlSerializableType != null ...
1
vote
5answers
85 views

How to check the reason behind the property value becoming “null”

I have a property like this When I debugged I can see that m_displayType becoming null. Can anybody tell me how to check the reason behind it? I checked all the reference of DisplayType other than ...
1
vote
4answers
2k views

Object reference not set to an instance of an object for combo box

I have seen many object reference not set to an instance of an object questions, but I couldn't find my scenario in any. I have a combo box named comboBox1. While form loads I have code to populate ...
1
vote
1answer
483 views

How to change the ListView column header's font for each column in vb.net 2005?

I have a listview and i want to make one column's font smaller than the other column to fit form design. How will i do that?
0
votes
2answers
186 views

MDI Windows with multiple MDIChields in different WindowState

I have a little problem with my MDI Parent Window and the MDI Childs window. The problem is that i need 3 child window but only the first it'll be maximize, so i use this code: UserAdmin usrWindow = ...
0
votes
1answer
135 views

Winforms application requests admin rights

When I build and run my application, it requests me admin rights automatically. I do not remember if I have experimented in the past with manifest files and the mt.exe tool in order to elevate admin ...
0
votes
2answers
82 views

WinForms designer breaks on VS2005 when using Windows 7

We have an old project that is designed using VS2005 and WinForms. Everything works perfectly on Windows XP, but when I open the designer on Windows 7, everything breaks down. The controls get sized ...
0
votes
1answer
2k views

Populate Combobox and DataGridView using MVP

how populate ComboBox and DataGridView using MVP (Model-View-Presenter). Actually i have something like this: The View base class: public interface IView { event EventHandler Initialize; ...
0
votes
1answer
384 views

Devexpress winforms control rendermode

I was wondering how to set the RenderMode property of devexpress barmanager menubar control. I always see that when I use Windows XP style for default look and feel the menubar is always using ...
9
votes
2answers
3k views

MVP Framework for winforms

i'm working in a new project and i want to implement MVP pattern. There is a framework for winforms that use this pattern? I checked CAB but my project isn't complex to implement it, i search for ...
1
vote
1answer
330 views

Text of UserControl dissappears in designer after compilation

I have the wierdest thing going on in my solution. I have a button, which I customly made. It inherits UserControl, and its text is represented as a Label inside that control. Naturally, I wanted the ...
2
votes
1answer
298 views

Word Control in VS 2005

I am using VS 2005. I want to drag-and-drop a Word Document 2003/2007 control in my form by .NET Framework. Like we do for PDF in the following screenshot. If you see the highlighted text, it is ...
1
vote
3answers
2k views

How to bind a dictionary object to a Windows Forms gridview

How can I bind a dictionary object to a datagridview in Windows Forms? Dictionary<string, string> result = new Dictionary<string, string>(); result.Add(arrFilename[i].fileName,"Found"); ...
1
vote
2answers
781 views

Adding TabControl to Form with Exisiting Controls

In WinForms C# using .Net 2.0 I want to add a TabControl to a Form that has existing controls. Is there a way to move all the controls into a tab control without Visual Studio blowing away all my ...
1
vote
2answers
322 views

Disabling or making it readonly a part of the values in a Text Box (.net)

I have a textbox (multiline) which has initial value, now when user tries to append values to it, he should not be able to modify the initial value. Is it possible in any way. -Anil
1
vote
2answers
170 views

winform designer loading failed

I have wrote a winform control with vs2005. This control is inherited from UserControl. At first, it worked well. But after some time, error occured when load winform designer. The error message ...
0
votes
2answers
272 views

Localization for a large winforms project

In my winforms application, I have approximately 50 projects, each with 5-6 forms. I have to localize my application in 3 different languages. If I set the Localizable property to true and add a ...
1
vote
1answer
780 views

Insert Page break in Richtextbox

How to insert Page Break in RichTextBox? Thanks!
0
votes
1answer
675 views

How to read contents of RTF and assigned to Richtextbox?

I need to read more than 1 file rtf files and assigned to Richtextbox which in turn would be helpful in converting the same to pdf? thanks!
0
votes
1answer
615 views

Read a RTF File and Remove the dynamic text

My RTF File contains a text in the beginning like below: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Trebuchet MS;}{\f1\fswiss\fprq2\fcharset0 Verdana;}{\f2\fnil\fcharset0 ...
0
votes
1answer
878 views

Send pdf as an attachment in email

My current application send an .rtf in an attachement. I wish to send pdf instead of that. Where in my code I should modify the same? Below is my code RichTextBox rtbReport = new ...
0
votes
3answers
997 views

Making Windows Panel Size Fixed

How can i make the Windows Panel Fixed so that it displays at a fixed location within the application. By Panel i mean System.Windows.Forms.Panel Let me know if more info is needed thanks
1
vote
2answers
469 views

Send Email before certain days from today's date

How can i send an email certain days from now in C# (Win Forms). Say today is January 1 2010. Now i fix an appointment with doctor on January 10 2010. But i wish that a reminder email (regarding ...
1
vote
1answer
145 views

Is it possible to create a WinForms Data Source from an internal class?

Is there a way to create a System.Windows.Forms.BindingSource from an internal class? Or would I have to make the class public? When the class is internal, it does not appear in the Add New Data ...
2
votes
1answer
222 views

Winforms control spacing in Windows 7

We have an in-house .net 2.0 winforms app currently developed on Visual Studio 2005 in Windows XP. Everyone in the office until now is running Windows XP, and there are no issues. We recently ordered ...
0
votes
0answers
97 views

The first public scope indicator at the top of the c++ winform control file?

I am following a tutorial for Windows Forms (Visual Studio 2005, sorry its all I've got at uni). http://msdn.microsoft.com/en-us/library/ms235628(v=VS.80).aspx I am on Add a Custom Property to the ...
2
votes
1answer
3k views

DataGridView: How to enable multi row select but disable multi cell select?

I'm looking for a way to enable multi row select in a DataGridView-Control but disable multi cell select. What I've tried so far: DataGridView.MultiSelect = true allows to select multi rows and ...
0
votes
1answer
477 views

Cannot localize (translate) a custom control in .NETCF 2.0

I am translating a compact framework 2.0 windows form in Visual Studio 2005. To do that, I change the language of the form to German (the target language) and edit/resize the controls on the form. ...
0
votes
1answer
165 views

Create Row In Panel by Textboxes

am using C#, VS-2005 Is it possible to create row by using TextBoxes in Panel and increment the same as per panel vertical scrollbar. Suppose I have Three Column which is Draw by Label on specific ...
0
votes
4answers
574 views

Move to previous textbox from current by pressing backspace

i want to know how to move the cursor from current textbox to previous textbox. i am creating textbox dynamically by enter keypress event one by one e.g. textbox1 textbox2 textbox3 ...
1
vote
2answers
759 views

3 Tier Winform Application

I have a college project that I want to do as 3 Tier Winform Application so that I need only to update my application at one place (ie the server). Does anyone have suggestion on how to do this? I ...

1 2