| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi All,
I got a recent-files-list on a WinForm, that gets added from a string-array
(string) at Form_Load, and I have difficulties assigning...
Per Rollvang
|
02-08-2005 04:53 PM
Per Rollvang | 5 | 13 |
|  | I need a date and time picker that allows me to choose a date from a calendar
and a time from some kind of clock. I need something that will allow...
Sergio
|
02-08-2005 04:49 PM
Chris Dunaway | 1 | 18 |
|  | I need to genrate a text string from my application and
submit the string to my client throught a website. My
client ask us to generate the string...
Linda Chen
|
02-08-2005 04:45 PM
Chris Dunaway | 1 | 15 |
|  | Hi, friends,
In my C#.net Windows MDI app, I have a Tab control. I added 12 tabPages in
the desired order to it.
However, when I run it, the order...
Andrew
|
02-08-2005 04:19 PM
Mick Doherty | 1 | 18 |
|  | Is it possible to do data binding with labels and checkboxes? For instance,
can I dynamically create a set of Labels and Checkboxes based on a table?
Joe Gaines
|
02-08-2005 03:59 PM
Joe Gaines | 0 | 16 |
|  | The problem I am having is that under certain circumstances,
text fails to draw in some controls and dialogs. The problem
occurs primarily in the...
Nathan Ernst
|
02-08-2005 02:31 PM
Nathan Ernst | 2 | 18 |
|  | From my WindowsForms application I am trying to get a list of files from a
web server directory and download them onto my PC. I will not know...
Rob Maui
|
02-08-2005 12:06 PM
AT | 3 | 16 |
|  | I wrote a test app (WinForm) that creates an MDI parent with two child
windows. The first MDI child has a button, labelel "1" that is activated...
bill
|
02-08-2005 11:53 AM
bill | 0 | 17 |
|  | Hello,
I develope an application in C# .NET
(Visual Studio .NET).
I have realized that when I type any
text in TextBox, mouse pointer disapears.
I...
Vicky
|
02-08-2005 11:49 AM
Julie | 2 | 14 |
|  | Hi,
I need to disable the font autoscaling in all controls in a form.
The form and controls size is already imutable.
I am not defining any font...
Jonny P.
|
02-08-2005 10:56 AM
Jonny P. | 0 | 19 |
|  | It seems like this issue has been somewhat beat to death, but I'm having an
issue that I can't get right. In two (of many) forms I'm writing, I...
Tyson Kamp
|
02-08-2005 10:23 AM
Tyson Kamp | 0 | 26 |
|  | 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-08-2005 09:11 AM
Shwe Ko | 0 | 17 |
|  | Hi,
Let's say we have a check box and we have subscribed for the CheckedChanged
event. Now if the Checked property is changed, the event will fire....
Z
|
02-08-2005 07:22 AM
Herfried K. Wagner [MVP] | 2 | 21 |
|  | Hi,
in my DataGrid there is a DataGridTextBoxColumn which contains text of
different size: sometimes there is text which goes over the limit of...
Siu
|
02-08-2005 06:27 AM
Siu | 0 | 26 |
|  | Hi, I'm planning to do some GDI animation and came across some
references to using ControlStyles in Forms to do it automatically. The
ControlStyles...
TyBreaker
|
02-08-2005 05:39 AM
Bob Powell [MVP] | 3 | 25 |
|  | I am making a Mileage Calculator for work to keep track of mileage on my
car. I think I am missing something. In the answer box I only want...
Mike & Dyan
|
02-08-2005 04:42 AM
Morten Wennevik | 1 | 33 |
|  | On my form i have several tabs, how can i determine which tab is selected by
the user?
Mike
|
02-08-2005 04:20 AM
Bruce Wood | 6 | 38 |
|  | Hi
I have toolbar on my windows form and i have set autoscroll property of
toolbar to true.
When i try to resize window toolbar get hidden.
What...
Amar Ingole
|
02-08-2005 04:18 AM
Amar Ingole | 0 | 21 |
|  | I am using a reference to a Library called MySql.Data in my application. If
I run my program on a computer that does not have the library installed,...
Alex Glass
|
02-08-2005 01:09 AM
Alex Glass | 0 | 20 |
|  | Hi,
When I create an application using VB.Net and I test it,
while it is running if I alt tab away from tha pplication
then back again the...
Repton
|
02-07-2005 11:27 PM
Repton | 2 | 23 |
|  | I have a .NET windows application which imports large amounts of data.
While
the import is happening, I have a status/progress bar on the bottom of...
Greg Allen
|
02-07-2005 11:07 PM
Ken Tucker [MVP] | 1 | 25 |
|  | I am trying to implement a clone of the url combobox in IE. As you type a
string in the combobox it drops down and shows historical entries that...
Norman
|
02-07-2005 11:05 PM
Ken Tucker [MVP] | 1 | 15 |
|  | I am developing a windows form control. In my component class, I declare a
public property with both get and set. However, this property does...
James Li
|
02-07-2005 11:03 PM
James Li | 0 | 16 |
|  | I have a user control that has some kind of error happening when I load it
in the designer (usually when its nested as a child object on...
moondaddy
|
02-07-2005 10:32 PM
joeycalisay | 1 | 18 |
|  | It is interesting to see that the LayoutInfo class used by Anchoring and
Docking has four sets of two properties (duplicate) pointing to the...
joeycalisay
|
02-07-2005 10:16 PM
joeycalisay | 0 | 23 |
|  | I want to make my shortcut appear in the menu bar of my windows API in VB.NET
but even if showshortcut property is set to TRUE.
Is there an other...
Pykardo
|
02-07-2005 05:57 PM
Herfried K. Wagner [MVP] | 5 | 21 |
|  | We are trying to use a standard status bar on our applications, displaying
some useful information, like time, version info, etc.
So I decided to...
Haz
|
02-07-2005 04:25 PM
Haz | 1 | 17 |
|  | I've been fighting with multithreading/gui issues for the last couple
of weeks and thought I found the solution in Control.Invoke, but things
still...
AT
|
02-07-2005 04:05 PM
AT | 0 | 24 |
|  | I have to create my first windows based application EVER.
I'm a web application, data component or web service guy.
So my question is, Can anyone...
Mike
|
02-07-2005 04:01 PM
Mike | 0 | 49 |
|  | Hi All,
I have been trying to get control over the HTMLHelp Browser from my Main
Form (of my application). You know - when you hit F1 and the Help...
Steve Hiemstra
|
02-07-2005 03:20 PM
Steve Hiemstra | 0 | 27 |
|  | Are there any decent examples (preferrably C#) of how to use one control
across multiple containers? The containers will be visible one at a...
Evan Stone
|
02-07-2005 02:08 PM
Evan Stone | 1 | 23 |
|  | I am currently creating a C# program with MySQL as the database. It is not
for a website, it is to be a stand alone program. I am looking for a way...
oscar
|
02-07-2005 01:20 PM
james | 1 | 28 |
|  | Hi Tim,
Thank you so much for the sample project. It helped a lot.
Thanks again.
Andrew
"Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM>...
Andrew Diabo
|
02-07-2005 11:54 AM
Tim Wilson | 4 | 20 |
|  | I am writing my first windows form application to be used to test
database performance. I am using a multi-line textbox control to give
the user...
bert
|
02-07-2005 10:57 AM
Herfried K. Wagner [MVP] | 1 | 27 |
|  | Can someone point me in the direction on where to find a good tutorial on
dialogs. I need to retrieve a string from a dialog I am writing and...
Ron Harter
|
02-07-2005 10:34 AM
james | 3 | 26 |
|  | Hello forum,
i have a datagrid to show data from a dataset using a DataView
dataView1.Table = dataset1.tables(0)
BindingManagerBase1=...
nieurig
|
02-07-2005 08:47 AM
nieurig | 0 | 26 |
|  | I have a windows form that I run from a menu. It uses a number of public
variables that are accessed throughout the code. When I exit back to...
mh1mark
|
02-07-2005 12:42 AM
Matt Garven | 11 | 43 |
|  | I am writing a smart client application that needs to monitor the users
dial-up connection status. If the user disconnects, I need to prompt them...
Brad
|
02-06-2005 10:55 PM
jwinn | 4 | 19 |
|  | I am attempting to create a windows form that will have a Group Box and a
User Control right underneath. When I lined them up in the designer...
TS
|
02-06-2005 09:29 PM
AT | 2 | 17 |
|  | Hi,
My UserControl embeds in Internet Explorer using an OBJECT tag and works
nicely, thank you very much.
I would like to have my control...
Peter Bromley
|
02-06-2005 05:41 PM
Peter Bromley | 0 | 17 |
|  | I am using the method found in the article "Add Flash to Your .Net
WinForms to Create Skinable UIs"...
Richard
|
02-06-2005 02:30 PM
Richard | 0 | 32 |
|  | I am using the method found in the article "Add Flash to Your .Net
WinForms to Create Skinable UIs"...
Richard
|
02-06-2005 02:28 PM
Richard | 0 | 28 |
|  | How to force a control to paint itself. I used to send a WM_PAINT message in
Win32 days but I can't find the equivalent of SendMessage in the...
benben
|
02-06-2005 05:39 AM
benben | 2 | 32 |
|  | I'm developing a program for touch screen monitor, so I'd
like to know how to increase the scroll bar size such as
the width of the scroll bar, the...
ying
|
02-05-2005 11:41 PM
Andrew Smith \(Infragistics\) | 1 | 28 |
|  | Does anyone know how to adjust the size of the propertygrid's help panel
programmatically? I want to increase/decrease the size of the help...
cOdEmOnKeY
|
02-05-2005 04:57 PM
Marc Orsouw via DotNetMonster.com | 2 | 36 |
|  | ..NET Friends,
I currently have created a class that inherits from DataGridColumnStyle so
that I could put an image/bitmap to be displayed in the...
Shaun McDonnell
|
02-04-2005 10:40 PM
Tom Krueger [MSFT] | 1 | 19 |
|  | I want to see which events are firing and where they are handled after a line
is executed in a program. I don't quite see how this can be done. It...
NormD
|
02-04-2005 10:27 PM
AT | 1 | 30 |
|  | I'm writing a C# app that needs to know when the user presses the laptop's Fn
key and another key, say F6 (Fn+F6). From the research I've done it...
scparker62
|
02-04-2005 02:53 PM
scparker62 | 0 | 24 |
|  | I'm deploying a windows application. I have added a BannerBitmap to the
welcome screen. The problem is the text "Welcome to the 'project...
Jeff
|
02-04-2005 11:41 AM
Jeff | 0 | 26 |
|  | hi.
i've searched everywhere for an answer to this problem, and the closest
thing i've found is a report from someone else with the same...
no
|
02-04-2005 11:09 AM
LJ | 1 | 20 |