all groups > dotnet windows forms > july 2003 > threads for tuesday july 8
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
Control Licensing
Posted by Mauro at 7/8/2003 4:59:42 PM
Help please!
I'm trying to implement control licensing using the LicFileLicenseProvider
implementation of the LicenseProvider class, but I cannot seem to get the
right format either in my <controlname>.LIC file, or in the first line
"myClass name is a licensed component" in the file. (I will i... more >>
ListView subitem
Posted by Larry Hilley at 7/8/2003 4:25:17 PM
I have a listview that I need to get the text in a subitem in a selected
item (line).
I can get the selected item index, but I can not get the data back from the
subitem.
If you can point me to an example or tell me how to do it that would be
great!
The is managed C++ but C# will do.
Thanks... more >>
IE ?ontrol
Posted by Boris at 7/8/2003 12:31:53 PM
Hi,
I would like to add an IE control to my winfrom. Do You have a tutorial:
"how to ..."?
Tnx.
... more >>
Bound data doesn't change with dataset.
Posted by M K at 7/8/2003 12:17:06 PM
. Reply (E-mail) Forward (E-mail)
Subject: Bound data doesn't change with cleared dataset.
From: "M K" <mark@centurycolor.com> Sent: 7/8/2003
8:29:42 AM
I have a win form app that has several bound controls
(mostly textbox). When I load a job, the dataSet is
filled,... more >>
passing arguments from web-form to win-form
Posted by David Boaz at 7/8/2003 8:58:33 AM
Hello all,
I have an existing GUI written in asp.net, which performs a search
operation, and displays the results. I have also another win-form
application that needs these search results. I want to open the web-form
from my windows application, to enable searching, and finally, to pass the
res... more >>
Debugging designer instantiation
Posted by GKG at 7/8/2003 7:48:49 AM
Hello...Im using VS.net and i have a problem with the
windowsfrom designer it when i attempt to bring up the
designer for a form (that is derives another form i made)
i get an exception message ("ExecuteReader requires an
open and available Connection. The connection's current
state is Clo... more >>
Error inheriting a form with a parameter
Posted by Greg Smith at 7/8/2003 7:44:22 AM
I am attempting to inherit a form that has a parameter passed to it:
public frmListbox_c0(string strConnectionString)
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
... more >>
Convert COLORREF to Color
Posted by Dan Buck at 7/8/2003 7:21:27 AM
I would like to convert the COLORREF returned by the
GetThemeColor function to a Color type using C#. I would
appreciate any guidance on the best way to accomplish
this.
Thanks,
Dan... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|