Drawing, Charting or Graphic Control in .NET
Thu, 25 Sep 2008 10:04:48 -0400
Hi,
I am developing an app using VC#.NET 2003 and SQL Server 2008.
In VB3 there was Graphic control, which I could use to chart data like in
Excel. After that I never needed that and so never bothered. But I don't
find any such control either in VB6 or in .NET. Is there any substitute for
it?
Even if ...
|
Reading information...
Mon, 22 Sep 2008 13:42:19 -0400
I believe that this is the proper place to broach this question. A
little explanatory information first.
I've developed a Windows application. In a most general\ sense
it works fine. I have a number of components all of which work
as anticipated. I also have a "textbox" component which is used
its development ...
|
encrypting the sa password
Sun, 21 Sep 2008 16:05:00 -0700
Hello:
The DBA here changed the sa password and now a .exe program that users
double-click on in order to run a SQL 2000 DTS package gives the response
"Login failed for user sa".
In looking at the app.config file, the sa user ID and password are
encrypted. (The sa password used to be "sa"!)
Anyway, ...
|
Datagridview error
Sun, 21 Sep 2008 09:52:28 -0700
I have a datagridview control in a tab page. Data on the dgv is populated by
the datasource in the Windows VB.Net application and the datasource reloads
itself on that tab page "on enter" event . There are several tab pages in
the main form and I designed an "Exit" button in the main form to close the
applic ...
|
Splash screen closes without setting focus to the form
Sat, 20 Sep 2008 16:02:49 -0600
When the splash screen closes the form is visible but does not have focus.
Is there a way to make it have focus right away so a person can type in the
first textbox?
I am using Visual Studio 2008 and using VB.
--
Ted
Authorized Rhino Reseller
http://www.RhinoCanada.com
http://www.ted-kyte.com
-------- ...
|
How do I use classes developed for a web-service for a client
Fri, 19 Sep 2008 12:18:05 -0700
Not sure if this is the right area to ask, and if not, I'd appreciate a
pointer to the right newsgroup.
I have a bunch of C# classes exposd through a SOAP web-service. I can call
these quite nicely from a web-client. However the web reference has a
generated proxy. I'd like to replace some of the classes in ...
|
resx files gone, causing build/runtime errors (VS 2005)
Fri, 19 Sep 2008 11:26:42 -0700 (PDT)
Being a newbie to the VS.NET (2005, to be precise), I got into the
following situation: I didn't place .resx files under version control,
assuming that they were auto-generated by the IDE. Not sure why, but
my solution (Desktop forms app, SmartDevice 2.0 app, setup project)
suddenly lost all of the resx files. A ...
|
|
|
Workflow Designer Error on Win2k3 - VS2008
Fri, 19 Sep 2008 09:24:39 -0700 (PDT)
Hi,
We created a Windows Workflow in VS2008 SP1 (.Net Framework 3.5 SP1).
When we open in on our winXP Media Center SP3 machines it opens fine.
But when we open it on a Windows 2003 R2 Enterprise -- we get an error
tellings us that that path or file name is too long and should be
limited to 260 characters. ...
|
Windows Installer -- How do I get value from TextBox into Registry
Thu, 18 Sep 2008 05:48:01 -0700
I'm sorry if this is the wrong group to ask this question in, but I'm
stumped.
In the MSDN documentation "Deployment In Visual Studio 2005", it says the
following in the "Text Boxes User Interface Deployment" instructions....
"In the registry, you would set the Condition property for the workgroup
na ...
|
A Bug in Web.config ?
Wed, 17 Sep 2008 08:13:42 +0100
Hi all
I persistently receive an error report for web.config which reads
"The 'confiuration' start tag on line 6 does not match the end tag of
'location' line 132 " etc
That was an error which existed some time ago when I failed to delete the
last line of a redundant location section
Since then the fi ...
|