all groups > dotnet windows forms > july 2003 > threads for thursday july 24
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How do I get my .exe file to display a custom icon?
Posted by Tony Lin at 7/24/2003 6:54:29 PM
I want my .exe file and its shortcut to display an appropriate custom icon
when listed in Windows Explorer. How do I embed or associate an icon with
my .NET application?
Tony Lin
Fremont, CA
... more >>
SelectedIndex_Changed event firing during load ?
Posted by Giri at 7/24/2003 4:16:40 PM
It would appear that the SelectedIndex_Changed event on a combobox is firing
during the load of a windows form..
Is this the case?
Is there any way to easily stop this from happening?
Thanks
... more >>
workingArea resize
Posted by dbl at 7/24/2003 1:35:39 PM
I will resize my application when the workingArea is resized. for
example:When one increased the taskbar (VisualStudio .Net do that...)
How do that!! Have you an example of code in C#
Thanks David
... more >>
Disable the Alt+F4, Alt+Tab,F4 keys through c# program
Posted by Dev at 7/24/2003 1:32:58 PM
Hello,
How do disable the Alt+F4, Alt+Tab,F4 keys through c# program?
If anyone know please let me know..... sample code or reference link.
Thanks in Advance for all help and suggestions!!!!!!
Thanks,
Dec
... more >>
Binding Using DataRelation
Posted by Jerry at 7/24/2003 12:58:44 PM
I'm having a problem creating a binding based on a DataRelation. Here's an
excert from the .NET Framework Class Library that defines the context of my
question:
"... if the DataTable named "Suppliers" contains a DataRelation named
"suppliers2products", the data member could be
"Suppliers.supp... more >>
Serialization sometimes tries to serialize more than it should!
Posted by Nate at 7/24/2003 12:58:43 PM
Has anybody else seen this with serialization?
I have some options for my application that I am serializing. The object is
serializable and otherwise serializes and deserializes fine. Sometimes
though, when I call the object.serialize method (of mine) the serializer
tries to serialize the form... more >>
DataGrid refresh in C++
Posted by Bumbrlik at 7/24/2003 11:31:26 AM
I have a DataGrid bound to an ArrayList. How do I refresh
the DataGrid once I change the ArrayList ?
Thanks,
Bumbrlik... more >>
Inherited Controls in ToolBox
Posted by Bijoy at 7/24/2003 10:56:35 AM
We have customised version versions of textbox, treeview which are inherited
from standard windows usercontrols like textbox etc.
However we are unable to add these to the toolbox currently.
Any sample illustrations would be highly regarded.
Kind Regards
Bijoy
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Exchange Server Contact list into VB.NET
Posted by Brian Henry at 7/24/2003 8:28:11 AM
Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.
--
================================
Brian Henry
The Reschini Group
HTTP://www.reschin... more >>
Where's the DataGrid scrollbars (winforms) ?
Posted by FabrÃcio de Novaes Kucinskis at 7/24/2003 12:44:02 AM
Hi all,
I have to problems concerning datagrids, tabcontrols and scrollbars:
1) I created a form with a TabControl. This TabControl has two TabPages: the
first with a datagrid to browse database records and the second with some
controls
(TextBoxes, OptionButtons...) to edit these records. W... more >>
|