all groups > dotnet windows forms > march 2005 > threads for wednesday march 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
Can't access digital camera to copy from in code
Posted by Glen M at 3/9/2005 1:25:03 PM
I am trying to copy pictures from a digital camera in code. When I use the
FolderBrowserDialog, it won't let me select the camera as the folder. I have
gotten around this by using Shell32.BrowseForFolder. I am then also able to
get the names of the files. However, the path is a pidl (i believe... more >>
borderless combobox
Posted by dan fisherman via .NET 247 at 3/9/2005 12:48:57 PM
How can I create a borderless System.Windows.Forms.ComboBox?
--------------------------------
From: dan fisherman
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>wKQR1Ld6dk20hPr9P+yd1w==</Id>... more >>
Passing parameters to forms
Posted by Gav at 3/9/2005 12:48:50 PM
Hi all,
I have a function that handles opening child forms in a MDIContainer, I want
the child forms to accept a parameter to setup the form when opening. So I
simply overloaded the constructor to accept the parameter...that easy
enough, however the function that opens the form checks first... more >>
Working with Tabs
Posted by Norbert Thek (News) at 3/9/2005 10:32:32 AM
Hello
I'm writing an APP for an PocketPC
Because of the small Size of the Display I want to use Tabs!
The problem is, if I work with the VS-Designer It puts all Code
in one File. I also have to put some code there to prepare Data for
Viewing. Thats why I fear that i loose the overview in th... more >>
WinForm Startup Error
Posted by ShadowMan at 3/9/2005 9:43:42 AM
I am getting an "'Application' is an ambiguous reference" error when I try
to start my WinForms appllication. How can the Application object be
ambiguous? Any ideas what I did wrong? Thanks.
I am using C# and VS2003.
I have declared references:
using System;
using System.Window... more >>
|