all groups > dotnet windows forms > july 2003 > threads for monday july 21
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
errors in the inherited form design view
Posted by David at 7/21/2003 11:04:37 PM
Using VS.NET 1.0, I encountered this error message when attempting to open
the design view of an inherited form.
************************************************
An error occurred while loading the document. Fix the error, and then try
loading the document again. The error message follows:
... more >>
how to resize DataGrids automatically?
Posted by Juan Dent at 7/21/2003 6:37:52 PM
Hi,
When you use a DataGrid control in Windows.Forms, you can
double click the headers between columns to auto-size the
column to make a good fit for the data present in that
column. This functionality *must* be present
programatically. Does anybody know where it is??
Also, how can one... more >>
Visual Form Inheritence Problem
Posted by kevin at 7/21/2003 5:22:12 PM
Perform the following steps:
* Create a base form.
* Place a panel on the form.
* Place a button on that panel.
* Build the project (I love this needless step, it makes me appreciate
Delphi so much more).
* Create an inherited form based on the first form.
* Place a button on the panel.
*... more >>
accept numbers with % (percent) in datagrid editing
Posted by Luther Miller at 7/21/2003 3:49:44 PM
What do I need to do in order to allow the user to enter "10%" in a data
grid column and have it be accepted? I have the numbers displaying this way
with the format property without any issues, however, "10" become "1000%"
and ".10" becomes "10%". I also need to allow users to enter "10%", which ... more >>
VB6 calls .NET
Posted by bears at 7/21/2003 2:18:05 PM
I have two VB6 executables (let's say A and B). A is the
first one start up. After clicking a button on the main
form of A, the executable B will start up by using the
CreateObject() function (to create an object of a class in
B). In this way the main form in B will show. (The
executable I... more >>
Execute Stored procedure
Posted by Belee at 7/21/2003 11:11:08 AM
I have an update stored procedure that returns an output
parameter. How do I execute it directly in the database
without a data adapter and dataset using C#? I am using
odbc with ms sql server 2000.... more >>
populating all the files and folders of System in a Treeview control like Windows Explorer
Posted by Karuppasamy at 7/21/2003 11:04:46 AM
Hi
I want to populate all the files and folders of System in a Treeview control
like Windows Explorer.
I try this using File System Objects. But sometimes I am getting an error
like 'Access Denied".
Why am I getting an error like this?
How to populate the TreeView with Folders and files ... more >>
change code serialization order
Posted by Bill Foust at 7/21/2003 9:36:52 AM
Is there something I can do to change the code
serialization order? I have a custom derived dataset that
I want to do its initialization AFTER all the visible
objects on the form are initialized. Basically at the end
of the InitializeComponents function. Right now its based
on creation ord... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Troubleshooting SecurityExceptions
Posted by Trebek at 7/21/2003 9:22:56 AM
Hello all:
I have an application being hosted in an IE instance. I have signed the
app, modified user permissions (thru .msi) and deployed it successfully, but
I am continuing to receive a security exception. I believe it is due to a
permission not being included in my permission set, but I ... more >>
display HTML file as an embedded resource
Posted by dragan at 7/21/2003 8:48:49 AM
Hello,
I want to display HTML file as an embedded resource,
(read it into MS webBrowser control.)
I know how to do it from file, but...
Also, I have pictures in that HTML file.
Can anyone help me, please?... more >>
Capturing down-arrow key on Datagrid with IsInputKey()
Posted by Raymond Fenske at 7/21/2003 6:44:07 AM
I am trying to capture the press of the down-arrow key on
a Datagrid. The online doc states that to accomplish this
I need to override IsInputKey() first, but I am unable to
get this to work. Does anyone have a working code sample?
Thanks
... more >>
Image processing
Posted by oeyvind toft at 7/21/2003 2:16:49 AM
I`ve gone through books about vb.net looking for image processing
algorithms.
The few I`ve found (for sharpening, embossing, blurring etc.) works fine
but are very slow.
Anyone here know where to find info/suggestions/solutions on how to write
FAST image processing routines? Books? Links? N... more >>
|