all groups > dotnet windows forms > july 2004 > threads for friday july 16
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 to cancel Ctr+Tab on TabControl?
Posted by TK at 7/16/2004 8:00:15 PM
I'm building an Wizard style Win Form application. And am using TabControl
to design and run the subsequent pages (actually 6 pages to finish the
Wizard).
Because it's an Wizard application, it shouldn't allow user to go next page
while required text boxes are blank. To accomplish this, I timi... more >>
coloring the row in a datagrid
Posted by usha at 7/16/2004 6:55:18 PM
I have one colored cell i want to make the entire row in datagrid the same
color.
i got the solution from this newsgroup only how to make the cell back color
change depending on its value.
but i want the entire row the same back color depending on a column value.
thanks very much for the ... more >>
Using MSDE with OLEDB
Posted by Sateesh at 7/16/2004 2:32:18 PM
Hi,
I am using OLEDB Connection object to connect to MSDE database through a
DSN. I would like the know the provider to use for MSDE which has to be
specified in the connection string.
And also can I connect my MSDE database from a remote machine.
Thanks in advance,
Sateesh.
... more >>
HELP WANTED HELP WANTED HELP WANTED
Posted by Harvey at 7/16/2004 12:53:38 PM
Do you like code?
Do you love hack out code?
Where is your future going?
Do you have a plan for tomorrow?
Join an international organization that cares for code too, but more an
international organization that cares for you too.
Life is a risk, if you don't take c... more >>
DataGrid Paint problem
Posted by ldybug NO[at]SPAM peoplepc.com at 7/16/2004 11:37:33 AM
I'm trying to make the text in one column red while the rest of the
text is black. I've managed to change the color based on information
in the grid and by row number, but I'm unable to get the current
column number I'm in when it goes through the Paint override. Any help
would be much appreciat... more >>
Reusing textbox on multiple tabs in a tab control.
Posted by William Stacey [MVP] at 7/16/2004 11:01:03 AM
Have a form with a tab control an ~10 tabs. Each contains its own controls,
but 2 text boxes are common on each tab control. Is there a way to leverage
the *same text box on multiple tabs so I can use the same one and not have
tbNameTab1, tbNameTab2, tbNameTab3, etc. This would allow me to lev... more >>
obtaining icon from application exe/dll
Posted by Mark Broadbent at 7/16/2004 9:00:10 AM
what I am doing is writing a simple app with a tree view. I am adding images
to an imagelist and using this to populate the seperate nodes of the tree.
However one thing I am not entirely sure how to do is obtain images (default
icons or select from a library) from dlls (eg. the moreicons.dll) or... more >>
how to have two controls resize equally?
Posted by Andrew Sharpe at 7/16/2004 5:51:01 AM
Say I have two panels (or any control for that matter) on a form. When the form is resized, I want the panels to resize equally, so that they always each occupy 50% of the available area of the form.
I've messed around with docking and anchoring but can't seem to find a combination that works.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB.NET Error with DLL
Posted by Seshadri at 7/16/2004 4:22:02 AM
We are using a DLL which opens a small window fpr processing.
This DLL works fine in VB 6.0
When wqe use this DLL in VB.NEt, it throws the error as follows:
"An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in EXE"
"Additional information: Non-modal forms ... more >>
|