all groups > dotnet windows forms > may 2004 > threads for sunday may 9
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
TreeView onPaint problem
Posted by Ata at 5/9/2004 10:26:07 PM
I am writing a small program just to test mirroring on TreeView control in C#. Along with that i wanted to add some more functionality in its "onPaint" override. But this override is not called. As i read over few websites.. this is a bug in TreeView in .Net. Is there any proper work around?... more >>
Flicker and dispose
Posted by SimonH at 5/9/2004 4:06:02 PM
Hi all
Got a problem with my application. Whenever I close a form that's been shown through ShowDialog() and go back to the parent form, whatever is running behind my app (Usually VS), appears very briefly - and creates a flickering effect
I've enabled double buffering on all my forms, and it ha... more >>
uploading data
Posted by Neil at 5/9/2004 2:05:54 PM
I was wondering if anybody could shed some light on this scenario, maybe
there is white paper somewhere ?
I have a vb.net app that runs on a few machines storing data in a local
access db, but if they are connected to web I want them to be able to upload
there data and pull down any updates th... more >>
Windows Forms MyBase.New() constructor.
Posted by Mark S. at 5/9/2004 12:06:02 PM
I am developing an Outlook Addin. I have tracked a problem down to MyBase.New() in the Windows Form class constructor
The situation: Outlook with Word as the default email editor. Clicking a toolbar button in Outlook email inspector displays my Windows Form. (Working when Outlook is default em... more >>
Intelisense descriptions
Posted by sparmar2000 at 5/9/2004 3:51:02 AM
Hi
I am writing classes that I can wrap and give to others in the team. What would be nice is to be able to see the method description and its parameter description in VS at design time...same are what you see when are using components supplied by MS
Any help would be great...thanks in advance.... more >>
web Image to Picture Box
Posted by Brian P. Hammer at 5/9/2004 1:32:07 AM
All - How can I get an image from the web into a picturebox on a form?
E.g.
If I have an image at =
http://www.mywebsite.com/cgi-bin/sty?RANGE=3D1580%40DAL&STYLE=3Dbest and =
want to get it into a picture box on my form.
Thanks,
Brian P. Hammer... more >>
Find a .NET control ?
Posted by John Young at 5/9/2004 12:14:13 AM
I posted this in Microsoft.Public.dotnet.faqs but did not get any answers.
Maybe I'll have more luck here, so please bear with me...
Does anyone know where I can find an analog clock control for c#? Something
along the lines of the clock in Longhorn would be great, but I would also
settle ... more >>
|