all groups > dotnet windows forms > april 2004 > threads for sunday april 25
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
RichTextBox and Tables
Posted by Reinhard Vornholt at 4/25/2004 11:36:06 PM
Hi,
I have problems with the Windows.Forms.RichtextBox Control of the VS.
I have a text that is written with WordPad. In this text there are tables.
The cells in the tables are holding multiple lines. When I copy & paste the
whole text, including the table, the table does not show up properly ... more >>
Access to other forms objects
Posted by SOS at 4/25/2004 7:24:07 PM
Hi guys ,
i have 2 win from in my app. and i have a text box on my from 1.
how can i a access to this text box from form 2 ?
Thanx
... more >>
What's BooleanSwitch ?
Posted by SOS at 4/25/2004 7:23:41 PM
Hi guys,
can any one help me to understand BooleanSwitch and TraceSwitches ?
Thanx
... more >>
Importing Access Tables
Posted by Brian P. Hammer at 4/25/2004 3:41:31 PM
All - I have the need to import an Access table from one database to =
another. On my form, I have it set up so the user chooses the source =
database and the destination database. The table to be imported is set =
in code.=20
Anyone have links or code on where I can start? I don't even know w... more >>
Reset Serial Number
Posted by Thom Little at 4/25/2004 11:18:03 AM
While developing the MSI setup for my C# winforms application in Visual
Studio .NET 2003 I experimented with the Serial Number and it now contains a
bogus value on my test machine.
This bogus serial number is faithfully being maintained on this test
machine.
How can I change or delete the s... more >>
Setting Window Item Properties
Posted by Tony Reina at 4/25/2004 7:41:02 AM
I've got an MFC dialog window in Visual C++ .NET. There's a progress bar (IDC_PROGRESS1) that I'd like to change from visible to invisible during run-time. Can someone point the command to do this?
What's the general command for changing property settings on window items from C++ .NET
Thanks
... more >>
|