all groups > dotnet windows forms > december 2003 > threads for tuesday december 9
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
Good Win Controls/Forms Book?
Posted by What-a-Tool at 12/9/2003 10:05:27 PM
Anybody recommend a good Windows Controls/Forms book to me? (VB.Net)
Thanks
--
/ Sean the Mc /
"I have not failed. I've just found 10,000 ways that won't work."
- Thomas Alva Edison (1847-1931)
... more >>
Diabling Tabpage
Posted by Raju Shrestha at 12/9/2003 6:06:34 PM
I tried to disable a tabpage by using tp.Enabled = False. It disables
all the controls contained on that tabpage but still I can move focus to
that tabpage which is not as expected. What is the workaround of this
problem?
Appreciate for the answer.
Thanks
Raju Shrestha
*** Sent via Develo... more >>
Trapping all events
Posted by Raju Shrestha at 12/9/2003 6:06:34 PM
Is there anyway to trap all events to have centralized control?
Let me try to make the problem clear. Suppose I have a form and several
many controls on it. As we know every control has its own events and
according to certain actions(by user, system etc.), corresponding event
gets fired. I am ... more >>
Date Time Control
Posted by Kstoj at 12/9/2003 5:21:43 PM
I'm creating the Date Time Picker control using the CreateWindowEx function.
Once I have a window handle is there a way to extract the CDateTimeCtrl
control object out of it.
This would be needed to further manipulate the Date Time values.
I know I can directly create the object using the CDat... more >>
Menu Item Bitmap
Posted by Max at 12/9/2003 5:11:05 PM
I did not find such thing in .NET, while there was one in Win32 API.
(See MENUITEMINFO, SetMenuItemBitmaps, etc,... help topics in Platform SDK
documentation)
Am I missing something?
... more >>
Form Loading
Posted by mike at 12/9/2003 3:40:40 PM
I am coming from VB6 and I want to be able to load forms (invoke form load)
without having form displayed to user. I used the Load (form) method in VB6
to accomplish this. Is there an equivilent to this in C# or is there a
different to accomplish this?
Thanks
... more >>
LostFocus For a TabPage
Posted by Suresh Munagala at 12/9/2003 3:06:46 PM
Hi,
Can any one please let me know, how to trap the Lost Focus
event for a tab page. I have to do some processing as soon
as the TabPage losses the Focus. If this is not possible i
really appreciate if some one could tell me the work
around for this problem
Thank you
Suresh... more >>
How to change the namespace of embedded image
Posted by babylon at 12/9/2003 2:57:06 PM
I have a user control (usercontrol.dll) that has an embedded image (abc.bmp)
I would like other project include the user control directly instead of
referencing the usercontrol.dll so that i only need to distribute one .exe
instead of both usercontrol.dll and the .exe
i use
// G... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
html table equivalent in Windows Forms
Posted by Aamir Ghanchi at 12/9/2003 12:12:14 PM
Is there a grid style, html table like control available
in Windows Forms. Something like Panel with cells, in
which I can put other controls like TextBox, ComboBox etc.
TIA
aamir... more >>
BUG: Designer breaks UI code
Posted by discussion NO[at]SPAM discussion.microsoft.com at 12/9/2003 11:50:20 AM
Hi,
We have a form designed in the VS designer in C# and everytime we build on
different machiens its chainging the .Location and .Size properties yet we
are not changing anything in this.
We have locked the form, we have set AutoScaleBaseSize and so on to false
and its still having a m... more >>
Can you turn a one-form app into a custom control?
Posted by trebor NO[at]SPAM sirius.com.no.more at 12/9/2003 9:26:09 AM
Starting with a finished one-form application (a special-function
calculator), how can you turn it into a custom control without making
any code changes (assume you need no underlying interface because the
calculator is only visual)?
I'm sure I saw it done, and I think the trainer either added... more >>
Create a ASP.net page to upload a file
Posted by Brian Kedersha at 12/9/2003 9:20:13 AM
I am working on a project that requires the user to upload a file to a
webserver. I am using VB.net and would like the user to go to an ASP.Net
page to upload the file. Does anyone have any code samples I could try?
Thanks
-={Brian}=-
kedershab@cox.net
bkedersha@aol.com
... more >>
Focus problem
Posted by Michael Wong at 12/9/2003 7:19:21 AM
On the form, I have a textbox in which users provide information to filter a
datagrid.
The problem I have is when I move around (horizontally and vertically) in
the datagrid,
the textbox seems to receive focus and repaints itself before focusing back
to the datagrid.
The only workaround I fo... more >>
Capturing "validating" event in TextBox of form negates normal "esc key" action
Posted by Steve Roggow at 12/9/2003 6:13:35 AM
I am using a form that contains a TextBox class object of
which I capture the Validating event. This form is shown
as a dialog box. The problem is this: A user enters
invalid characters into the TextBox object and then
changes his/her mind and hits the escape key. Normally,
the ShowDialog... more >>
How to delete selected items in a ListBox
Posted by SeeBee at 12/9/2003 5:18:00 AM
This must be easy but I can't get i right.
I have two listboxes, one to the left and on to the right.
The user can add items to the right one be selecting any
items in the left list and press an add button.
This will trigger an action to copy the items to the
listobx to the right:
selCo... more >>
Remove the line around the face of a button
Posted by Bruce Schechter at 12/9/2003 12:39:24 AM
I am creating two buttons ("Forward" and "Back" in a windows forms
application that has a "browsing" function, vaguely like the forward/back
buttons in IE.) Using the VS.NET designer I placed images within each
button to visually show forward and reverse "arrows."
I have not been found... more >>
|