all groups > dotnet windows forms > july 2003 > threads for thursday july 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
TypeConverter Question
Posted by Dr. Guenther Schwarze at 7/3/2003 2:53:08 PM
Hi,
Sorry for reposting, just thought to give it one more try, as this is a
really annoying problem for us. I will shut up if I still don't get any
replies this time <g>.
I have a component that has a class type property. This class in turn only
consists of about 20 public members which are... more >>
storing an xml element
Posted by NotYetaNurd at 7/3/2003 2:20:23 PM
I have a situation , where in I had to store a bit of information about a
treenode in Tag .....
like this
"<shorcut key="M1" startpos="33" >System.Windows.MessageBox.Show("");
</shorcut>"
ideally i should be creating an xmlelement add attributes and store the
xmlelement in Tag...
but a... more >>
cast datagrid.datasource to dataset (datasource is table)
Posted by newsgroper NO[at]SPAM yahoo.com at 7/3/2003 2:05:43 PM
I extended a windows datagrid to some formatting and to add controls
like buttons and comboboxes. To get the datagrid to accept the
changes I add tablestyles. To make the datagrid use the new
tablestyles and bind to the table I used the following code...
this.TableStyles.Clear();
this.Table... more >>
Similar code for timer needed
Posted by Derek Hart at 7/3/2003 10:34:44 AM
I have the following code in Access. I use it to delete some files, but I
need the timer because the system may still have a hold on the files. This
works nicely to clean up a directory. What is similar code for VB.Net?
PauseTime = 5
start = Timer
... more >>
PropertyGrid: show/hide properties at runtime?
Posted by Todd at 7/3/2003 9:19:53 AM
I have an instance of a class I need to display
properties for. I have created a wrapper class for this
class solely for use with a PropertyGrid. Just before
setting myPropertyGrid.SelectedObject, I create an
instance of the wrapper class.
I'd like to be able to show or hide certain pro... more >>
Clipboard
Posted by Garry Harrison at 7/3/2003 8:33:36 AM
I have populated the clipboard with text and a bitmap and
allow the contents of the clipboard to be dragged.
When I drag the above to MSWord. MSWord drops the text.
Is it possible to force MSword to drop the Bitmap and
Excel to drop the text.
... more >>
WinForm
Posted by Lang at 7/3/2003 8:12:39 AM
Hi,
i'm trying to implent an application with "Ide Style"
(form dockable, aspect) using vb.net
Some help?
Thanks... more >>
Control Tab
Posted by Marilu at 7/3/2003 6:06:21 AM
Good Morning (..Afternoon, Evening??) All,
I am hoping someone can give me a hand with a most
aggrivating problem.
I have a control tab with TEN tabs. I have named
them "tab0", "tab1", "tab2" . . . "tab9" and when I look
at the properties of the control tab collection, the pages
are liste... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Remote Development of VB.NET Application
Posted by varkey NO[at]SPAM wipro.co.in at 7/3/2003 3:48:53 AM
Dear all,
Can you please provide some information on the following issue, at the
earliest.
I have a development server setup in the network, say machine X. Also,
there is another workstation, say Y, for a programmer, to work with.
The application is a Winforms Application and machine X (se... more >>
|