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     
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 25
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 23
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 21
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 30
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 25
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 18
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 23
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 17
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 16
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 15
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
I am developing an application that looks like VS.NET -- Has floating tool windows that is dockable. It is a MDI application, and I can ctrl tab the...
Duwayne Sy
02-10-2005 08:11 PM
Duwayne Sy Go to last post
0 15
I am developing an application that looks like VS.NET -- Has floating tool windows that is dockable. It is a MDI application, and I can ctrl tab the...
AT
02-10-2005 08:06 PM
AT Go to last post
0 17
Is it possible to hide the "gray" column on the left side of the datagrid, and is it possible to put data in there if i can't hide it?
Mike
02-10-2005 07:19 PM
Matt Garven Go to last post
1 18
How to use oleDbConnection and oleDbDataAdapter to generate typed dataset? oleDbConnection and oleDbDataAdapter are not on the toolbox. Datasource...
Andy
02-10-2005 06:58 PM
Herfried K. Wagner [MVP] Go to last post
1 21
I have a form that was the first form created in a pilot application. Once that form was working as desired, I wanted to abstract out the parts of...
Ron L
02-10-2005 06:49 PM
Peter Go to last post
1 14
I have a user control (uc2)which lives on another user control (uc1) on a form (a nested user control). When I open the form in design view the...
moondaddy
02-10-2005 06:13 PM
Matt Garven Go to last post
1 15
Hi, does anybody have an example of PrintPage event which builds a PrintDocument as a table and handles also the size of columns contents like...
Siu
02-10-2005 02:24 PM
Ron Allen Go to last post
3 21
i'm making a mysql call from c# to a mysql database for a windows application. when i try to use the join command it works fine until the column...
oscar
02-10-2005 02:11 PM
oscar Go to last post
0 21
I have a form with Panel. Inside this panel I have nested UserControls. the UC2 is on the UC1. I am trying to drag and drop UC1 on UC2(User Control2)...
framework.windowsforms
02-10-2005 01:45 PM
framework.windowsforms Go to last post
0 23
What do I have to do to make : 1) Folder in Users/Programs for my app to be listed in? 2) Get a Remove option there. 3) Have the installer run a...
Stephen Russell
02-10-2005 01:42 PM
Stephen Russell Go to last post
0 15
I need to make a control that behaves like a tool tip, but I need to be able to draw on it and I also need to show it on demand, not necessarily...
RichM
02-10-2005 10:32 AM
Steve Austin Go to last post
5 26
Is there any way to make a trackbar control taller? The up/down drag handles are disabled, and changing the height programmatically doesn't do...
Tim Mulholland
02-10-2005 10:09 AM
Tim Mulholland Go to last post
0 19
Hello Is it possible to create a TabControl with Alignment Left and horizontal Text for the TabPages? Thanks Edi
Edi
02-10-2005 04:51 AM
Mick Doherty Go to last post
1 31
Hello, I am developing a multithreaded application which contains a System.Timers.Timer that executes a set of methods everytime its Elapsed event...
David I A Grant
02-10-2005 03:29 AM
David I A Grant Go to last post
0 15
Hi, I am creating a multi assembly windows application. I want to store all the images or/and icons of my application to a single dll (as resources...
Emmanuel
02-10-2005 01:33 AM
AT Go to last post
5 20
Here's the problem that I'm having. Our application in debug mode doesn't link in Application.ThreadException, it only functions when in debug mode....
James Hancock
02-09-2005 11:57 PM
Matt Garven Go to last post
5 18
Is there an available documentation for the new LayoutEngine for the WindowsForms (Transaction, DefaultLayoutEngine, etc.) or do I have to deal with...
joeycalisay
02-09-2005 11:34 PM
joeycalisay Go to last post
0 24
Greetings Janos, The only problem with this class is that is only navigate if the control is visible. I'm traying to make something that works...
AT
02-09-2005 10:08 PM
AT Go to last post
0 25
Hi Gurus. I want to display a datagridview with a column of type DataGridViewComboBoxColumn. I don't want to bind this column to the datasource of...
AT
02-09-2005 07:21 PM
Tom Krueger [MSFT] Go to last post
1 18
Hi Experts, I have 2 tables in a dataset "ds", "Order" and "Customer". Order table stores Customer ID; I want to show Customer Code in Customer...
DAVIS_HK
02-09-2005 07:15 PM
Tom Krueger [MSFT] Go to last post
1 11
I have a ListView control set to display 'details'. I want to display a small bmp of a check mark in one of the ListViewSubItems. I can display...
Paul
02-09-2005 06:41 PM
Paul Go to last post
0 25
I tried using the Keys enumeration: (Shortcut)(Keys.Control | Keys.Tab) but it does not work.
AT
02-09-2005 04:15 PM
AT Go to last post
2 21
I have a java grid that display data such as 1/1/05: science class study hall accounting class 1/2/05 science class ...
Mike
02-09-2005 03:31 PM
Mike Go to last post
0 19
In VB.net How could I access variable in Form2 declared in Form1. Thanks!
mgalesic
02-09-2005 02:56 PM
Herfried K. Wagner [MVP] Go to last post
1 26
Any such thing as postopen event? I have a form that loads data and after loading informs user of missing information via a messagebox. My problem...
Nkem
02-09-2005 02:23 PM
Nkem Go to last post
4 20
I am navigating to text files and would like the WebBrowser control to -- Not Wrap -- Enable Horizontal ScrollBar Always One additional requirement...
AT
02-09-2005 12:50 PM
AT Go to last post
0 14
How can select a node with a right mouse click? Fred Herring
Fred Herring
02-09-2005 12:34 PM
Herfried K. Wagner [MVP] Go to last post
1 12
Hello, I have main form like Windows Explorer. But in the right part I want to have another form. How could I do it? How could I insert form into...
Jan
02-09-2005 10:48 AM
Herfried K. Wagner [MVP] Go to last post
6 22
I'm using the DataGridColoredTextBoxColumn class (the VB version) - http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#4umuvlol to...
Rob Oldfield
02-09-2005 10:39 AM
Rob Oldfield Go to last post
4 14
I have a DataTable that is bound to a Form. The application sends the DataSet to a web service to update the data on the server. If I am editing a...
aualias
02-09-2005 10:33 AM
aualias Go to last post
0 23
Hi, I use VS2003 and C# with windows form. I have one combobox bind to an Objsourcelist (CollectionBase) who contains some ObjSource object with...
Carl
02-09-2005 10:11 AM
Carl Go to last post
0 34
Hello, How can I close one form (formA), from an event on another form (formB)? TIA
Chris
02-09-2005 09:01 AM
Chris Dunaway Go to last post
3 16
Hello, I need to display 2 tables in the same datagrid. I've been playing with this http://support.microsoft.com/kb/319076/EN-US/ which works great...
Sitar
02-09-2005 05:35 AM
Sitar Go to last post
5 17
Hello, I'm using Microsoft Visual Studio .NET 2003 and the included version of Crystal Reports. Quite simple: our users want to input RichText into...
Christian Effertz via DotNetMonster.com
02-09-2005 03:07 AM
Christian Effertz via DotNetMonster.com Go to last post
0 22
Hi all, I would like to know if there is a particular reason about the CurrencyManager behaviour to swallow all exceptions raised from the attached...
Fabrizio
02-09-2005 02:45 AM
Geert Klinckaert Go to last post
1 12
Post New Thread

Display Options
Showing threads 11801 to 11850 of 21908
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.