Home All Groups Group Topic Archive Search About

Windows Forms

microsoft.public.dotnet.framework.windowsforms
Score Error 1327
superman - 13 Oct 2007 6:01 PM - 3 messages
I am receiving this error while installing and removing software - how do I fix it ...
Score Hey how can i remove the dots as space marks in my coding area in dot net!!!
britzer01 - 13 Oct 2007 4:18 AM - 3 messages
Hey i have a problem i press a combination key that i didnt remember, but the effect is the spaces mark as a dots. i want to remove it, i tried to see in the options but i dont know and it doesnt work. I ...
Score Need Help-AFFECTED BY VIRUS
Sakthi Kannan-INDIA - 13 Oct 2007 3:33 AM - 2 messages
Hi Iam a WINDOWS XP PROFESSIONAL SP2 user, my comp got affected by a virus or a worm (not sure) that spread through the JUMP DRIVE and this thing changed the system settings of my comp. The Run, Find Files & Folders, Sytem Restore, ...
Score Regions and Windows XP
Pieler Aaron - 12 Oct 2007 12:49 PM - 3 messages
I am creating a simple Windows Application with an empty Form. The constructor of the Form has following lines: InitializeComponent(); Region region = new Region(); region.Exclude ( new Rectangle(100,100,50,50)); this.Region = region; If this Form is displayed in Windows XP (XP-Themes enabled) then the ...
Score multiple references to only 1 object???
Pieter - 12 Oct 2007 9:56 AM - 2 messages
Hi, I've implemented some type of cache, to be able to point with multiple references to the same object. Although, this 1-object-stuff is broken if I do a refresh from the DataBase. For instance I declare 2 objects: ...
Score deploy 2 applicaiton in one setup project
PCell - 12 Oct 2007 8:16 AM - 3 messages
Hello I have applicaiton which is built from 2 different processes GUI process (winform project) and Service Process (window service project) I would like to create one deployment project for both of the projects, can anyone guid me to how this can be donw with .NET ...
Score passing variables from one form to another
Vinki - 12 Oct 2007 4:31 AM - 3 messages
Hello Everyone,    I am a web developer, but recently I have to work on a windows application. In web page, we can pass the variables from one form to another by querystring or session varaible and go to another web page by ...
Score how bind TextBox to date type?
mtczx232 - 10 Oct 2007 5:37 PM - 1 message
when i bind text box to date type like this code: txtXXX.DataBindings.Add("text", dataview1, "birth_date") the user not allow to empty the textbox. and the original value take place again. I see this link:[link] ...
Score bounded MaskedTextBox allow user to enter empty value to date
mtczx232 - 10 Oct 2007 4:52 PM - 3 messages
bounded MaskedTextBox not allow me to delete the date and leave it empty? ...
Score VB.Net Timeout Error
Mike - 10 Oct 2007 3:39 PM - 3 messages
I am having a problem with a VB.Net 2.0 Windows application. When the user selects an item in the lookup box, It uses ADO to retrieve data into a SQLDataReader, It then bind's this to a data ...
Score MaskedTextBox mask C strange behavior
mtczx232 - 10 Oct 2007 1:34 PM - 1 message
+have MaskedTextBox with no mask set. and text="055 453455" the text view is: "055 453455", I set programmatically the mask to="CCCCCCCCCCC" (even on .ExcludePromptAndLiterals mode) and I got "055453455_" why?  also if I set it to Null I got "055453455", why? ...
Score DatagridView - modifying the data collection
Vinay Kinagi - 10 Oct 2007 9:08 AM - 2 messages
I have a datagridview to which I bind a collection like LanguageGridView.DataSource = languageCollection; Later I remove a language object from languageCollection, so the languageCollection.Count changes from say 20 to 19. Then i try to bind the data again ...
Score email links?
angus.dog - 10 Oct 2007 4:44 AM - 1 message
For instance, i am on craiglist i try tio respond to and add by clicking on the persons email link.  When i do it pops up windows mail i fill out the proper emails but it will not send anything, i get an error message. i dont ...
Score Set currentRow in dgv
dbuchanan - 10 Oct 2007 3:23 AM - 11 messages
Hello, I have set my dgv to MultiSelect = False  and SelectionMode = FullRowSelect. How to I programatically make a specific row current? Additional detail relevent to what I am trying to do... When the user has a specific row selected and clicks the edit button a ...
Score MdiChild Icon in Parent Form
George - 9 Oct 2007 7:35 PM - 3 messages
I have a windows form which can have one or many mdichild forms open inside it. The problem I am having is the icon of the child form, when maximized in the mdiparent often reverts to the .NET default icon, and I want to open them ...
Score Redraw flashing problem with ListView in virtual mode.
Paul - 9 Oct 2007 6:32 PM - 3 messages
I am using the .Net 2.0 ListView control in virtual mode and am having some unsightly re-draw/flashing problems.  The listview control works quite well in this mode when displaying and scrolling thousands of items.  The re-draw ...
Score System.IO is to FileStream as X is to SharePoint
Ross Culver - 9 Oct 2007 2:37 PM - 1 message
If a filestream is used to work with files in the file system, what namespace is used if I want to create a PDF (or any other type) file and save it to a URI namespace? Thanks, Ross ...
Score Re: Errors Found Code 80244019 Windows Vista Business
Devanz - 9 Oct 2007 12:27 PM - 1 message
Hi, This issue is not as complex.... Stop your Windows Defender service, update and reboot. That should do the trick! ...
Score How to change windows and buttons style porgramly?
forrest.ok - 9 Oct 2007 11:02 AM - 3 messages
Hello, I happened to a problem i want to change windows and buttons style form "Windows Classic style" to "Windows XP style" in my application my OS is Windows XP. I know user can change it by going to [Start]- ...
Score Unnecessary updation of bound collection in a datagridview
Vinay Kinagi - 9 Oct 2007 3:41 AM - 2 messages
Hi, There is a datagridview to which I bind a collection, something like TranslateDataGridView.DataSource = translationCollection. The grid consists of textboxes. But when I update the textboxes in the grid, the data in the collection(translationCollection) is also getting updated which I don't need. ...
Score Create an app that can be used also as an add-in
Elmo Watson - 8 Oct 2007 8:26 PM - 3 messages
Is it possible to create a Winforms app, that, can also be used, as a VS.Net add-in? ...
Score textbox basic question
LW - 8 Oct 2007 6:33 PM - 3 messages
Hello, I have a basic question on using a textbox in my windows application. I am using C#, VS .NET 2005. I have a single line textbox where the user enters text. When the user is done, I want the user to enter <return> to indicate that he is done with the ...
Score Datagridview - necessity not to update the data source
Vinay Kinagi - 8 Oct 2007 2:51 PM - 3 messages
Hi, I have a datagridview to which I bind a collection, something like TranslateGrid.DataSource = translationCollection. The grid consists of textboxes. But when I update the textboxes in the grid, the data in the collection(translationCollection) is also getting updated which I don't need. ...
Score PictureBox Transparency with GIF doesn't work on the fly
Sowen Zhang - 8 Oct 2007 2:31 PM - 3 messages
Hi, I am having a gif animation, when I place a picture box on the form, and load the gif to it. The transparency works fine. But if I create a picturebox on the fly, and load the gif to it, the ...
Score Refresh my memory - multi-table datagridview display?
B. Chernick - 8 Oct 2007 2:01 PM - 1 message
I'm currently writing a VB Winforms project in Dot Net 2.0 and my memory is failing me.  I have a recollection of once seeing a grid demo in which a conventional header-detail relation was displayed in which every header ...
Score CAB Architecture
Vikram - 8 Oct 2007 10:53 AM - 2 messages
Hi, We have been using CAB architecture for developing a win form application. Being a small aplication of 2-3 flows and somewhat 5-10 screens, is it a good choice to go for CAB. As it is very complex architecture to maintain. ...
Score windows server 2003 installation on USB device i.e. external hardd
raju - 8 Oct 2007 6:22 AM - 2 messages
hi i am trying to install windows server 2003 on USB external hard drive so while booting with CD it ask F6 for installing on other devices, if i select that it is giving the option that we need to install the OEM drivers ...
Score Gamepad
Micro-Active - 7 Oct 2007 10:45 AM - 1 message
I need to use a gamepad with a winforms application. Please correct me if I'm wrong (I'm new to this) but my understanding is DirectX is not an option (future support suspended, and not managed code) and the XNA framework is ...
Score RegisterHotKey with "Windows Forms Application"
raym - 7 Oct 2007 1:33 AM - 2 messages
Hi, I'm trying to figure out how to get a windows forms application I just made with my visual studio wizard to respond to global hotkeys I put this code in my Form1.h file:     public: ...
Next »