all groups > dotnet windows forms > august 2003 > threads for friday august 1
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
2nd Repost: Problem Retrieving DataSet Returned By A WebService... anyone from Microsoft or anyone with solution?
Posted by Programatix at 8/1/2003 11:43:36 PM
Hi,
I'm working on a project which includes WebServices and Windows Form
application.
The Windows Form application will call the WebServices to retrieve data from
database. The data will be returned as DataSet.
Now, here's the problem. On .NET Framework 1.1, if any rows in the dataset
re... more >>
Unrepeatable form bugs -- Is 100% managed .Net Stable?
Posted by Anthony Berglas at 8/1/2003 7:41:15 PM
I am getting the following UNREPEATBLE symptoms on my 100% managed
application:-
- Form will not close via window close button. Need to Application.Exit().
- Keyboard events lost, cannot access the menus with Alt-
- Null pointer exceptions deep within the Windows runtime.
- TextBox OnValidat... more >>
DataGrid questions
Posted by Bob Day at 8/1/2003 3:56:27 PM
using VS 2003, Vb.net...
In a WinForm, I have a datagrid with a parent child relationship named
"Display Details". When you click on the + next to the Parent row, below it
you get "Display Details" -
when you click on that, you get the related child rows of the Parent row.
Everything
displa... more >>
I need to open a WMF file from VB.NET
Posted by Yelena Ekshtat at 8/1/2003 2:04:00 PM
How do I open an wmf file from vb.net?
Where do I start?
Thanks,
Yelena... more >>
Patial Undo Disaster
Posted by Bob Day at 8/1/2003 1:30:34 PM
Using VS 2003, VB.NET..
There is a disastrous bug in the "undo" icon that cost me a lot of work...
I had a data grid with an intricate collection of GridColumnStyles (i.e.
created via properties, DataGridTableStyles Collection). I accidentally
deleted the DataGrid in the WinForm, and immedi... more >>
Sending a custom Windows message
Posted by Dmitry at 8/1/2003 1:13:29 PM
Hi,
can anybody tell me if there is a way to define and send a custom windows
message to a window and to specify
a handler function for it in C#?
The reason I'm asking this is following - I use some 3d party component that
start its own threads. When my
command is executed by this comp... more >>
OnResize and OnSizeChanged
Posted by Rajeev Soni at 8/1/2003 12:12:56 PM
Hi,
What is the differnce between OnResize and OnSizeChanged events in =
windows forms.
Thanks
Rajeev... more >>
override datagrid cell context menu?
Posted by Michael Wortman at 8/1/2003 11:08:48 AM
My datagrid context menu does not display if the cursor is
within a cell or the cell text is selected... instead the
standard cut/copy/paste menu is displayed. how do I get
my menu to always show up?
thanks a bunch
mike... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
clear all errors with ErrorProvider
Posted by chantomet NO[at]SPAM cintas.com at 8/1/2003 10:10:08 AM
I want to use a single ErrorProvider for my entire form by adding
control/error combinations using:
myErrorProvider.SetError(textBox1, errorMessage1);
myErrorProvider.SetError(textBox2, errorMessage2);
This works with no problems. However, I want to be able to easily
clear *all* errors tha... more >>
Problem with the navigation in a tree view menu
Posted by Minerva Delgado at 8/1/2003 9:33:31 AM
Hello, i have an application developed in C# .NET, it has
a main window where is the tree view menu and it has
several options, and when i'm navigating through the
options suddenly i get an exception that says: "Exception
has been thrown by the target of an invocation object"
I hope you ... more >>
ListView Questions
Posted by Richard Chapman at 8/1/2003 9:28:05 AM
After i populate a listview how can i manually selected an item.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
TabControl & ComboBox
Posted by Rajesh Abraham at 8/1/2003 4:05:49 AM
Need to have same ComboxBox in two Tab Pages of a Tab
Control so that both pages would exhibit same behavour for
Combo events.
Modifying the InitializeComponent() to add the combo to
both the pages did not work. However dynamically adding
the Combo to the selected page on
tabControl1_S... more >>
|