all groups > dotnet windows forms > may 2004 > threads for monday may 3
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
Using Windows Forms in an unmanaged DLL
Posted by jtnim NO[at]SPAM hotmail.com at 5/3/2004 10:42:49 PM
I have lot's of old DLLs (C++/MFC) in which I'd like to use Windows
Forms (MC++). From what I've read, this should be possible when the
project is in mixed mode. What I don't know is how, and a pretty
thorough search through the MSDN was not fruitful. Does anyone know
any good resources on the s... more >>
Cann not implement floating tollbar?
Posted by dinoo at 5/3/2004 9:41:02 PM
I am posting this twice
I want to implement floating toolbar form. This form will be visible only if MS Word document is opened
If user minimise MS word document then this Windows form should not be displayed
I know i need to play with windows API but do not have an idea how to implement that
... more >>
Close (X) button does not work in MDI Child form!!!
Posted by trac trinh via .NET 247 at 5/3/2004 9:16:18 PM
Hi, I'm building an MDI application which has a main parent form=
(ParentForm) and some ChildForm=2E
On ChildForm, I also call another form, and I also want to add it=
as a child of ParentForm, it's OK with code below
' ON ChildForm
Public Sub New (ParentForm as Form)
InitializeCom... more >>
Formula
Posted by David de Passos at 5/3/2004 5:54:48 PM
HI!
I have a problem
I've saved the following formula in a VARCHAR filed in my database:
4<=5 AND 4>=1
Now, I want read that formula from the database and use/validate it in an IF
clause.
Exmaple:
IF 4<=5 AND 4>=1 THEN
msgbox("Verdade")
ELSE
msgbox("Faslo")
END IF
How can do ... more >>
Creating a docking toolbar on the Windows desktop
Posted by Derrick at 5/3/2004 5:29:50 PM
Hi,
I am considering the creation of a docking toolbar for the desktop (like the
Microsoft Office Toolbar that docks to the side of the desktop and hides
itself when not in use). Does anyone have any experience making one of
these using the .NET framework? I realize there is a toolbar contro... more >>
Form Gradient with Controls On Top
Posted by a at 5/3/2004 4:41:47 PM
I want a form with a LinearGradient, which is easy enough. The troublke I
have is that when I place a label on top, the label obscures my fill, even
when I set the BackColor of the label to Transparent.
Using WinXP and included a Manifest File to use WindowsXP Styles.
Is this a know issue?
... more >>
WebService & Datasets
Posted by a at 5/3/2004 4:39:17 PM
Can someone please help me with the use of Datasets and Webservices to add
new reords to a database. I keep getting duplicate records added. When the
Update call returns, I have 2 copies of the new record in my dataset.
Also, I used to get strange things when using 'Autonumber' type fields. ... more >>
textbox button and enter handling
Posted by John Smith at 5/3/2004 4:27:03 PM
a have a form w/ a textbox and a button
i want when the user presses enter in the
textbox the button to pressed automatically
how can i do this?
TIA
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
application organizer
Posted by alanchinese NO[at]SPAM yahoo.com at 5/3/2004 4:19:54 PM
hi, i am really a beginner and i want to do the following:
-- write a application "organizer", that you can click the button or
image inside the program then it will execute other programs "inside"
this organizer.
a rather silly question: when i am running the program, can i
recompile the sou... more >>
Return String from Modal Form?
Posted by localhost at 5/3/2004 4:04:35 PM
I make a modal form completely in code. I want to capture the value
of what was clicked in the form, I want the modal form to return a
string.
How can I do that? My modal-form-creation code is below. Thanks.
public virtual string FormMakeYesNo()
{
string responseValue = "";
... more >>
DataGrid bound to DataSet continuously updated by background thread.
Posted by R Avery at 5/3/2004 3:42:32 PM
I have a dataset that I am updating with a background thread about
once/second. I have a datagrid on a WinForm that is bound to a dataview
on top of a datatable within this dataset.
While it is nice that the grid automatically updates to respond to
changes in the dataset, the constant upd... more >>
Repainiting Form
Posted by J. Edward Rourke at 5/3/2004 12:54:09 PM
I have a form with about 20 textboxes for data entry. Pop-up forms enable
the user to look up and select data. When the pop-up closes and the main
form is repainted, the drawing of the textboxes is very slow and very
annoying.
Is there a way to repaint the form so that the drawing of the indiv... more >>
AutoResize Columns to Content's Width
Posted by kwarnke at 5/3/2004 11:56:13 AM
Anyone have a quick-and-dirty snippet that will go through each column of a
DataGrid and adjust the column style's width based on the content of that
column (i.e. the same as if you double-click between columns to
auto-resize)?
Thanks,
- Kevin
... more >>
Setting the color for a Datagrid row
Posted by Jeff Tolman at 5/3/2004 10:08:19 AM
Hi!
Does anyone know how to set the color for a given row? I want to set the
text color based on a value from the data row. Is there an event like the
ASP Datagrid ItemDataBound event for the Windows Forms Datagrid?
Thanks to all in advance!
Jeff Tolman
jeff.tolman@serra.com
... more >>
ScrollBar
Posted by Angelo at 5/3/2004 10:06:01 AM
hi,
I have a problem with using ScrollBar.In my form there is a DataGrid which
has a ScrollBar. When I add a new row to my DataSet , this ScrollBar goes to
end .Now with a button clicking, I add another row to my DataSet , at this
time I
want this ScrollBar goes to first .How can i send the... more >>
How to use folderbrowserdialog from webform
Posted by shailaja garishakurti at 5/3/2004 10:02:48 AM
Hi
I want to use the folderbrowserdialog from the web form. Please reply if
anyone knows.
Thanks
shaila
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Security Policy Error using Process.Start
Posted by Dave C at 5/3/2004 9:48:34 AM
I am trying to shell out to another program from a .NET WinForms application
using the command
System.Diagnostics.Process.Start and I get an a simple popup with "Error
while loading or setting security policy". Anyone have any ideas? Any help
would be appreciated.
Dave C.
... more >>
Easy Way Of Working With Panel's?
Posted by Amy L. at 5/3/2004 9:47:36 AM
I have a Windows Application that has a tree view for options on the left
side of the form and when a user selects an option it changes the panel to
the right of the tree view.
At this point I have about 15 panels that I am working with and to be honest
it is becoming more and more difficult t... more >>
Winform keyboard doesn't work when called modeless from VB6
Posted by Ken Beccard at 5/3/2004 6:36:03 AM
I have a .NET DLL containing a Winform that is being called from a VB6 application. When the VB6 application calls ShowDialog, the keyboard works correctly with the form that is loaded from the DLL. When the Show method is used, however, the keyboard (with the exception of the spacebar) is inoperati... more >>
Closing owned form pushes main app to background
Posted by Joel Moore at 5/3/2004 2:28:01 AM
I'm trying to add a child form to my main application form. It looks
like the Owner property of the child form does what I need (or the
AddOwnedForm method of the parent form -- same thing).
It works nice but when I close the child form my main application loses
focus to one of the other o... more >>
The .NET Framwork
Posted by Matt at 5/3/2004 1:56:02 AM
I am writing am application that is going to be run from a USB memory stick. It is not going to be installed on the local machine, only run from the memory stick. Is there a way to check for the framework and if it is not installed install it? I have looked at the bootstrapper but that is for msi fi... more >>
status bar color
Posted by Priya at 5/3/2004 12:16:02 AM
Hi
How do I set background color for status bar
Direct property not available
Thank
Priy
... more >>
|