HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms) microsoft.public.dotnet.framework.windowsforms


Discuss in the Dotnet Framework (WinForms) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello Now i have try create an click event in a form,so i doubleclick the form,but the IDE create an form_load event automatic: private void...
Baboon
02-15-2005 08:15 AM
Baboon Go to last post
4 16
Hi, Hi testing the Visual Studio 2005 Beta 2, i'm developed one application and save this project, when close the visual studio and reopen in...
Euclides Garreta
02-15-2005 07:59 AM
Herfried K. Wagner [MVP] Go to last post
1 32
hi all, i need to create vertical scrollbar dynamically for the controls that are created dynamically in the form. (i'm not adding any controls to...
AT
02-15-2005 07:08 AM
AT Go to last post
3 27
I posted this in microsoft.public.dotnet.languages.csharp with name of "Bug in Framework?" Drop a timer on the form, set it's interval to 1000 and...
Wayne
02-15-2005 07:07 AM
Wayne Go to last post
2 19
I am running a wizard style application which uses other assemblies. One of these assemblies uses an appSettings section for configuration. My...
Dirc
02-15-2005 07:06 AM
Dirc Go to last post
0 20
I want to add the "Autohide menu bar" feature to my form like the Windows media player. (Menu bar is shown only when the mouse is over the non-client...
Hin
02-15-2005 04:50 AM
Hin Go to last post
0 19
I'm developing a quite comlex form containing a user control in C# In the user control I'm trying to set a simple label to be...
bugym
02-15-2005 04:39 AM
bugym Go to last post
2 20
Thanks for the reply, I think I wasn't clear on my initial posting. I have bound a field to textboxes tag property. The problem occured and then I...
NormD
02-15-2005 12:58 AM
AT Go to last post
7 19
Hi Jakob, Thanks very much for your feedback and thanks for your detailed sample project. I have tried your suggestion of commenting the line...
Jakob Bengtsson
02-15-2005 12:51 AM
AT Go to last post
6 25
Not sure how to explain this problem so here it goes... I have two forms and I want to copy data from one form to load into another. Now this seems...
katie
02-14-2005 02:01 PM
katie Go to last post
2 17
I have a listbox who's dataSource is an array of Classes of the type Discount. and this listbox is bound to a Customer's Discount property. Customer...
David Jessee
02-14-2005 09:46 AM
carlmanaster Go to last post
1 21
Hi All, I have this xml file and loaded it by XmlDataDocument.load function. But after XmlDataDocument.load function called, I need to load another...
Shwe Ko
02-14-2005 08:21 AM
Shwe Ko Go to last post
0 15
Hello there. I will start a new software development and I would like to put in it the same look and feel of Microsoft Money 2005 Edition. If you...
hberenguel
02-14-2005 08:09 AM
hberenguel Go to last post
5 18
On my grid i'm defining what data to show, colors, etc. Now, I have one column were i need to show the time instead of seconds, I have the code...
Mike
02-14-2005 08:05 AM
Mike Go to last post
1 16
Hello, I'm implementing an undo/redo drop-down menu similar to the undo/redo menus in VS.NET 2003. The idea is that when the drop-down arrow...
Fardreamer
02-14-2005 07:18 AM
Fardreamer Go to last post
4 13
Hi, I want to open up a number of child forms in my main mdi container form, but I want the processing that will happen in each child to happen in a...
yadavab
02-14-2005 07:03 AM
Herfried K. Wagner [MVP] Go to last post
1 17
Hi, how can I check if an Excel process is already open? To open an Excel process I use this code: Excel.Application _mExcelApp = new...
Siu
02-14-2005 05:27 AM
Siu Go to last post
0 17
Hi, does a property UseMnemonic exist for a Button control?? I've created a button with this property: Button.Text = "&Add new record"; Button.Name...
Siu
02-14-2005 04:21 AM
Siu Go to last post
2 27
I've put in some kludge code is various events in the MDIMain and the Move events of the form to refresh the forms. I believe there may be...
Nick Zdunic
02-13-2005 11:06 PM
AT Go to last post
2 19
I am starting a project that may be suitable for vb.net, using windows forms. I want a rich client, thus win forms vs web forms. Most users will...
kiln
02-13-2005 09:47 PM
kiln Go to last post
11 24
I have to write some code to change the panel which contained in the forms, but is there anyway just design the panel without putting it in...
Yang_He
02-13-2005 08:26 PM
Herfried K. Wagner [MVP] Go to last post
1 18
This is repost, as it seems I had some problems with my antispam alias. Lets hope it is solved. Now, here's the repost: Hi, I have a user control,...
Sunny
02-13-2005 07:56 PM
AT Go to last post
4 18
How can i transfer information that user inputs from a textbox in one form to a label in a second form?
iwdu15
02-13-2005 07:53 PM
Matt Garven Go to last post
1 16
Im used to using web forms and adding user control info at design time in html. The example i have for a win form is that the user control must...
TS
02-13-2005 07:40 PM
AT Go to last post
7 18
I'm trying to find an event that will help me keep a status area updated for the grid row under the cursor. For the most part when a user clicks...
Lee Gillie
02-13-2005 06:31 PM
Matt Garven Go to last post
1 19
Hi Does anybody know of a way to fix the size of inheriting forms by setting a size in a base form. I would like to remove the ability of developers...
SteveB
02-13-2005 06:15 PM
Matt Garven Go to last post
3 18
Hello everybody, I have a DataGrid bound to a DataSet with one parent and one child table with AllowNavigation set to true. The DataGrid shows the...
Stefan Rosi
02-13-2005 04:18 PM
Stefan Rosi Go to last post
0 21
I have a picture box control with an image loaded. I would like to be able drag the image from the picture box into an email or the desktop. ...
Alex Glass
02-12-2005 06:30 PM
Alex Glass Go to last post
0 19
Hello, I am using the IE WebBrowser (shdocvw.dll) inside my form and use it to display an HTML background in my form. I also want to capture mouse...
Sebastien Girard
02-12-2005 05:26 PM
Sebastien Girard Go to last post
2 29
I have a user control on a form and when I close the form. This is the first event that fires: 'Form overrides dispose to clean up the component...
moondaddy
02-12-2005 04:08 PM
moondaddy Go to last post
2 18
Hi all, I have a form with a main menu which contains a MenuItem with a shortcut. (Ctrl+C). In the form I have a datagrid that overrides the KeyDown...
Uri
02-12-2005 01:09 PM
Uri Go to last post
0 18
Hi, Iam new to windows forms so maybe this problem was discussed already (tho I could not find anything on google). I have added and docked to the...
Marcin J.
02-12-2005 12:30 PM
Marcin J. Go to last post
2 22
Hi, Can anyone start me on applying XP themes to my application (vb.net winforms), so I can use the themes like on xptheme.org. thanx, t
tom
02-12-2005 11:39 AM
tom Go to last post
2 17
Using a strongly typed dataset, a DataGrid and some bound text controls where the user selects a row in the DataGrid and the bound controls display...
Jay Pondy
02-12-2005 06:24 AM
Jay Pondy Go to last post
0 16
Hi, I am trying to develop Windows Forms application (not Web.UI stuff), and I wanted to put LinkLabel in the DataColumn of DataGrid but I am...
Maulin Vasavada
02-12-2005 04:49 AM
Maulin Vasavada Go to last post
2 17
AFAIK, there are two different ways of getting large fonts in Windows: 1. Increasing the DPI setting on your display adapter. Display Settings ->...
AT
02-12-2005 04:20 AM
AT Go to last post
0 26
Examine the following code fragment used from within the main form of a windows forms application when clicking a button: private void...
Jos Beelen
02-11-2005 10:55 PM
Matt Garven Go to last post
4 24
I am getting the following error when starting a winform app that causes the app to simply hang and I have to end up killing it from taskmgr Error...
Ashton
02-11-2005 08:59 PM
Matt Garven Go to last post
3 23
Hi, I'm developing an application that allow to the user place controls into a form (like design mode). The problem is that I need that the designer...
C?sar F. Q?eb Montejo via DotNetMonster.com
02-11-2005 04:59 PM
CFQ?eb via DotNetMonster.com Go to last post
1 18
I would find it very hard to believe that I'm seeing a bug in the listbox control, as I'm sure it's one of the more popular controls out there. But...
Ben Rush
02-11-2005 03:02 PM
Herfried K. Wagner [MVP] Go to last post
4 12
How would I code a program to take information entered in a text box on a form and use it or a pointer to use the information in a different part of...
ChrisB
02-11-2005 01:52 PM
Herfried K. Wagner [MVP] Go to last post
2 36
I have a winForm and i need to display my data in this format and this format only. Is this format possible with any control supplied with .NET...
Mike
02-11-2005 11:49 AM
Mike Go to last post
4 27
i have a textBox1 control and i'm handling it's double click event thru textBox_DoubleClick(object sender, System.EventArgs e). now is there a way...
Ren Reyes
02-11-2005 10:53 AM
Sunny Go to last post
7 19
I am trying to figure out how to use this and every example I can find is in C#. On my form, the user hits the enter key and the focus moves from a...
melon
02-11-2005 10:41 AM
melon Go to last post
0 19
I have a windows form application that works great on nearly all the machine we have tested it on. We just got a new machine. When I run...
AT
02-11-2005 09:31 AM
Twostep Go to last post
2 25
Hi, Do u have any site-links for the mock test of MCP exams(C#)? Thanks and regards
Vijay
02-11-2005 09:12 AM
Chris Dunaway Go to last post
1 20
Hi All, I have this xml file and loaded it by XmlDataDocument.load function. But after XmlDataDocument.load function called, I need to load another...
Shwe Ko
02-11-2005 08:55 AM
Shwe Ko Go to last post
0 19
Three quick (I hope) questions regarding async programming in a windows form: 1) When I perform a BeginInvoke on a delegate in my own thread...
Mark Stega
02-11-2005 05:49 AM
Mark Stega Go to last post
0 15
Hi! Sometimes (not reproduceable) I'm getting an NullRefException from ListView.OnHandleDestroyed()-Method. Can somebody tell me, why...
Christian Wilhelm
02-11-2005 02:31 AM
Christian Wilhelm Go to last post
2 16
Hi, I have a simple Windows Forms app that connects to a SQL server, extracts about 50,000 records and saves them to a file. During the query, I...
Max Turavani
02-10-2005 10:49 PM
Matt Garven Go to last post
5 18
Post New Thread

Display Options
Showing threads 11801 to 11850 of 21942
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.