all groups > dotnet general > october 2004 > threads for saturday october 23
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
gui using .net
Posted by Bill at 10/23/2004 8:39:39 PM
I want to create a GUI using VS .NET. For now I just want to input some
parameters used by the algorithms I've written in C++. Maybe later I want to
access a database to load the data from and plot figures if it isn't too
hard to do.
I haven't done any GUI's before so what should I use? Do ... more >>
User Controls
Posted by Tome73 at 10/23/2004 3:59:03 PM
When trying to access properties of a User Control while using Code Behind I
am running into a brick wall. I can create the User Control using a Code
Behind page with no problem, but after embedding it in a Web page I can’t
access its properties. Take for example the Microsoft’s QuickStart... more >>
SQL open error
Posted by Dave at 10/23/2004 2:53:28 PM
I reinstalled SQL 2000 server after reformatting my drive.
Now I cannot open a database in my C## program as before.
If I use "Provider=SQLOLEDB;Data Source=localhost; Initial
Catalog=master;Integrated Security=SSPI"; I
get an Invalid login error. If I use "Provider=SQLOLEDB;
Data Source=l... more >>
Executing a program
Posted by majid at 10/23/2004 10:29:03 AM
Hi
I'd like to execute another program like media player from my application .
How can i do ?... more >>
Migrating from Vb Script to VB.NET & web.config
Posted by Brandon Taylor at 10/23/2004 9:01:05 AM
Hi everyone, I'm using Visual Web Developer '05 beta, VB.NET, Access.
I'm a complete newbie to .NET, so please bear with me! In classic ASP. I
used to put my connection string in global.asa. Since web.config is XML,
obviously I can't do a Server.MapPath() in that file. Of course I'll know the... more >>
Set Company Name - VB.net for Smart Device
Posted by James Tcheng at 10/23/2004 6:27:01 AM
I've created a simple calculator program using VB.NET -> Smart Device, and
successfully deployed to my PDA. When I delete the program from my PDA, it
lists the program as "My Company Calculator". How do I set the company name
in this environment? An option to change the company name doesn't e... more >>
Change Company Name - VB.Net Smart Device program
Posted by James Tcheng at 10/23/2004 6:25:05 AM
I've created a simple calculator program for the Pocket PC, and have deployed
successfully (installed via a simple copy of the .cab file generated in
Build, Build Cab File menu to my Pocket PC). When I go to delete the
application from my PPC, it is listed as "My Company Calculator". I can't... more >>
|