DateTimePicker wrongly displays MinDate when dropdown is pressed.
Wed, 23 Jul 2008 06:04:04 -0700
If Today is less than MinDate, whenever the DateTimePicker dropdown is
pressed, the date displayed and its Value are reset to MinDate. I suspect
this is because the picker is trying to navigate to Today.
Similarly, if Today > MaxDate, the display always reverts to MaxDate when
the dropdown is pressed.
To ...
|
webbrowser - fill form
Wed, 23 Jul 2008 05:42:02 -0700
Hello. I use VS 2005 and winform app.
It is simple app with one button and webbrowser object.
I open some link in this webbrowser and when i click on the button it
should fill login and pass in form.
The problems:
1) This page use <iframe src="http://someurl.com"> to show this login form,
so i don't have ...
|
can't display UserControl in design view
Tue, 22 Jul 2008 18:52:23 -0700
I have a Class Library project (MyProject) , which contains a UserControl
(MyUserControl1) that contains an instance of another UserControl (
MyUserControl2 ) which is also located in MyProject.
MyUserControl1 will not display in design view. The error is :
Could not find type 'MyNamespace.MyProjectName.My ...
|
Microsoft Report Viewer with SqlConnection
Wed, 23 Jul 2008 00:44:00 +0300
anyone has a code sample to connect the Microsoft Report Viewer Control
using Microsoft SQL Server stored procedure?
...
|
Access Table not accepts RTF Formatted text.
Tue, 22 Jul 2008 16:52:16 -0400
All,
I'm trained to figure out a simple example of connecting to a database.
unfortunately I'm running into problems. I'm using Access 2007 as my back
end database (because I'm familiar with Access and don't want to add the
complexity of a SQL database that I have never worked with before) while I'm
learning ...
|
DataGridView question
Mon, 21 Jul 2008 14:08:01 -0700
what is the difference between the DataGridview RowCount and DisplayedRowCount?
Both have similar explanations at msdn site:
Get/Set # of rows displayed (RowCount)
# of rows displayed to the user (DisplayedRowCount
Thanks.
...
|
TextBox MaxLength
Mon, 21 Jul 2008 01:22:16 -0700
G'day,
I've been developing for quite a few years now, and a question I have always
had in my head is "Why the TextBox Control's default MaxLength is 32767?".
It's such an odd number to have as a MaxLength, did someone simply pick out
a completely random number when developing Visual Studio (I recount this ...
|
|
|
LinkLabel - a couple of questions
Sun, 20 Jul 2008 21:22:22 -0600
Hi;
A couple of questions on the LinkLabel control
1) If I don't set the height, it starts off as 13 but after I set the
text & link areas, sometimes (not always) it changes to 18. Why?
2) Is there a way to set the click event and/or link behavior for each
area?
thanks - dave
david@at-at-at@windward ...
|
.Net-BroadcastEventWindow error
Sun, 20 Jul 2008 20:09:07 -0700
Hi,
I'm experiencing a problem with a windows forms control hosted in IE.
Everytime I close the IE window we get this error:
---------------------------
.NET-BroadcastEventWindow : iexplore.exe - Application Error
---------------------------
The exception unknown software exception (0x02d43c32) occur ...
|
Get event for click outside a control
Sun, 20 Jul 2008 19:20:32 -0600
Hi;
I need to know if when a control has the focus, if the user clicks
anywhere outside the control (so I can remove the focus - weird case).
Leave is not called unless another control gets the focus.
??? - thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.c ...
|