RE: Browse Folders on Windows Form
Tue, 07 Oct 2008 10:37:37 GMT
The FolderView control from http://www.ssware.com does all that you require. It cna show mapped drives with correct icons and it sits inside your form.
From http://www.developmentnow.com/g/39_2004_7_0_0_150793/Browse-Folders-on-Windows-Form.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/ ...
|
**BARCELONA** R4 DS CARTUCHOS ** www.R4spain.com/tienda
Mon, 6 Oct 2008 10:26:21 +0200
**BARCELONA** R4 DS CARTUCHOS ** www.R4spain.com/tienda http://www.R4spain.com/tienda
**BARCELONA** R4 DS CARTUCHOS ** www.R4spain.com/tienda http://www.R4spain.com/tienda
**BARCELONA** R4 DS CARTUCHOS ** www.R4spain.com/tienda http://www.R4spain.com/tienda
**BARCELONA** R4 DS CARTUCHOS ** www.R4spain.com/tien ...
|
How to export a web page to image
Thu, 2 Oct 2008 23:01:01 -0700
Hi:
I'm developing a Windows application that uses the control WebBrowser to
sail by some web pages. But i have a problem, since, i need that application
save because the application need save the web page to image (jpg, bmp, etc)
or save all the content from the page like image(jpg, bmp, etc) or pdf.
I ...
|
Question about ASP.NET ServerSide DropDown listbox
Fri, 19 Sep 2008 12:56:01 -0700
In VisualStudio 2005, ASP.NET 2005, Visual Basic 2005
On an aspx page I have a drop down list box. The user enters a value into a
text box on the aspx page. For example, suppose the user enters "Hello" in
the text box.
The vb code behind retrieves data from a SQL Server 2005 table to display in
the lis ...
|
visual basic.net 2005
Fri, 19 Sep 2008 06:39:01 -0700
all controls ...
|
datagridview
Fri, 19 Sep 2008 11:55:12 +0200
How do I prevent selection of the first row of a datagridview after binding?
rg,
Eric
...
|
Error when closing form due to combobox
Thu, 18 Sep 2008 00:33:01 -0700
I programmed an windows forms application in VS2008.
I used the designer to create a form (name is frmCostcentres) and within the
form a combobox.
The combobox is set to be databound to as dataset table.
In the VS2008 property box for the combobox I set AutoCompleteMode to Append
and AutoCompleteSource to List ...
|
|
|
Sychronized Scrolling of Two Panels
Mon, 15 Sep 2008 11:16:12 -0400
I need to have two Panels scroll, horizontally, in unison or lock-step. The
scrolling is to be manually controlled by the user. But dragging the
"thumb" of either control should have the same effect on both panels, i.e.
the displayed Panel content and the "thumb" location should both change by
the same amo ...
|
How do I know when my Height or Width is being changed?
Sat, 13 Sep 2008 13:13:59 -0400
I have a control, OuterCntl, which Inherits
System.Windows.Forms.UserControl. It contains two controls, a VScrollBar
and a creature of my own creation called a MultiSelectTBX ...
Public Class OuterCntl
Inherits System.Windows.Forms.UserControl
Dim vscroll As New VScrollBar
Public mstbx As N ...
|
Adding Image Objects to Panel
Wed, 3 Sep 2008 19:27:04 -0400
I'm new to this list...and hoping to be involved in a lot of great
dialogs with other programmers.
I've recently moved from VB6 to VB2008. I have read a lot of books,
so have a lot of theoretical knowledge, but would appreciate some
practical input on my current programming issue. The subject line
addresses o ...
|