How can i find out if a control is databound
(1 messages)
Date: Thu, 23 Aug 2007 14:44:50 -0000
Hi all
Firstly, sincere apologies for cross posting this, I did post on the
DataBinding forum but the traffic there is very low so I'm not
confident of a reply.
Anyway, I'm trying to put together a method to loop through ...
|
Modal window only to its parent
(1 messages)
Date: Thu, 23 Aug 2007 09:21:14 -0000
Hello everyone,
I would like to know if these is a way to do this :
I have a main Window application, opening multiple records from a
list, each of them in a separate window.
On top of each window opened for a record ...
|
Poor humaneyes
(1 messages)
Date: Wed, 22 Aug 2007 22:26:43 -0700
We had the same experiences with bad quality humaneyes. No after sell services, it's really sucks.
...
|
Windows Forms + System.Threading
(2 messages)
Date: Wed, 22 Aug 2007 17:46:00 -0700
I am working on a program where I need 2 things to happen at the same time.
The form needs to load and at the same time I want to start a timer which
after a certain amount of time kills the entire application. The user ...
|
Application.Run() without parameters, form doesn't stay open.
(3 messages)
Date: Wed, 22 Aug 2007 21:47:53 -0000
Hi there,
I need to start my Windows Forms application without showing the form
initially. Then at some point, the application will be signaled to
generate and display the user interface.
I'm trying to use Application ...
|
Windows Forms Designer Error
(2 messages)
Date: Wed, 22 Aug 2007 10:12:04 -0700
I just recently converted a VB 2003 project to VB 2005.
The project compiles and runs fine but whenever I try to view any forms in
the designer I get a "Object instance not set" error.
If I create a new Form I can view it ...
|
Check if an event is already handled
(1 messages)
Date: Wed, 22 Aug 2007 08:22:40 -0700
I created a windows form control that inherits from the standard .Net
DataGridView control, to which I've added custom functionality.
Instead of using the standard control in my applications, I use my
customized version. ...
|
Control.Invoke and anonymous methods
(1 messages)
Date: Wed, 22 Aug 2007 09:47:07 -0500
I'm a little confused about using Control.Invoke with an anonymous
method. It seems like the compiler is able to generate whatever glue
code is necessary to turn an anonymous method into a delegate type in
several situations ...
|
Smart client in Citrix environment
(1 messages)
Date: Wed, 22 Aug 2007 09:40:26 -0500
I'm trying to install a .net 2.0 smart-client application that uses the
"click once" deployment method in a Citrix environment.
If we log in as the admin on Citrix, we are able to install the application,
but when we ...
|
Component toolbox icon
(1 messages)
Date: Wed, 22 Aug 2007 08:42:19 -0500
I can't get the following code to display a custom icon in a forms toolbox,
it shows only the default sprocket icon.
Imports System.ComponentModel
Imports System.Data.SqlClient
Imports System.Drawing
<System.Drawing ...
|
|
Detecting when user clicks Red X button
(4 messages)
Date: Wed, 22 Aug 2007 04:23:36 -0700
Is there anyway to detect when the user has clicked the red X button
to exit an application (as opposed to triggering some other event
which runs code which sends the Close() message to the form?
I know I can use the CloseReason ...
|
How to Show only Year on UI using Day Time Picker in C#
(1 messages)
Date: Wed, 22 Aug 2007 14:32:41 +0530
Hi Everyone,
How to show only year on UI using VS DayTimePicker in C#.
Looking forward for your response.
Thanks
Sandy
...
|
How to show only Year using DayTimePicker in C#
(2 messages)
Date: Wed, 22 Aug 2007 14:32:00 +0530
Hi Everyone,
How to show only year on UI using VS DayTimePicker in C#.
Looking forward for your response.
Thanks
Sandy
...
|
To Check Already Shown Form?
(2 messages)
Date: Tue, 21 Aug 2007 23:22:17 -0700
How do I check whether a form is already shown (open)? ...
|
Word Table Corrupt
(1 messages)
Date: Tue, 21 Aug 2007 20:56:10 -0700
Hi there I have created a document that uses macros, vba code and user forms
so that a person can enter information. (this is all in a table ) The
problem is that after I save the word document and press the next command ...
|
Opening Form By Name?
(3 messages)
Date: Tue, 21 Aug 2007 20:46:00 -0700
I have the name of the form (in String) that I would like to show. How do I
show the form, if I only have its form name in String? ...
|
a zorder issue
(1 messages)
Date: Tue, 21 Aug 2007 16:44:04 -0700
Consider 4 forms cascaded and overlapping from the top-left corner toward the
bottom-right corner of the screen. Each form has a button on the task bar,
and the buttons are in left to right order with the 4 windows. For ...
|
Designing toolbar like application.
(1 messages)
Date: Tue, 21 Aug 2007 17:19:30 +0100
Hi
I want to design a toolbar kind of application (NOT IE toolbar), rather a
stock market update kindof toolbar that would show at the top of the screen,
and will occupy that top area permanently meaning that other applications ...
|
How to hide/remove an inherited control using the Designer?
(2 messages)
Date: Tue, 21 Aug 2007 15:18:46 -0000
My derived Form inherits several controls, including a Panel that is
Dock.Top. Using the Designer on the derived From, how can hide/remove
that inherited panel that this particular derived Form does not need?
Setting the ...
|
Disable code generation on double-click of control
(1 messages)
Date: Tue, 21 Aug 2007 10:32:18 -0400
There are times when I mistakenly double-click a control and then VS goes to
the code window and either generates the code signature for the default
event or it navigates to the default event. Is there a way to disable ...
|