all groups > dotnet faqs > july 2005
What is differ between Application.Run and .ShowDialog() ?
Posted by alex9128 at 7/29/2005 1:41:38 PM
Hi All,
I mean if you writing Sub Main in VB you can start you application either
way:
Dim mainfrm As Form1 = New Form1()
mainfrm.ShowDialog()
or just
Application.Run(New Form1())
What is advantage of each way? And how to count how many times user started
application and let do it ... more >>
test
Posted by Ted Kyte at 7/28/2005 9:18:53 PM
Just a test
--
Ted Kyte
----------------------------------------------------------------------
http://www.ted-kyte.com
Take out the *REMOVE* when replying here
----------------------------------------------------------------------
... more >>
Experience Beta 2 Kit
Posted by Elvis at 7/24/2005 9:14:41 PM
Hi.
Did anybody install the team suite CD ?
Thanks
... more >>
Netframework 1.1 install blows up
Posted by Tom Beretvas at 7/21/2005 4:23:59 PM
I am trying to use Symantec Norton Ghost. This implicitly invokes
..Netframework installation 1.1 which blows up with an error 2908.
I tried to download 1.1 package and install it. It blows up with the same
error. Followed the instruction dotnetfx.exe... Tried to reinstall it. It
blows up.
I re... more >>
How to send a small jpeg to a newsgroup?
Posted by Jack Nation at 7/21/2005 11:08:22 AM
Anyone tell me how to send a small jpeg (average size is about 6kb) to a
newsgroup _ at least the information in it? I cannot copy the text
information in it because the background is grayed out.
--
Sincerely,
Jack Nation
... more >>
Distirbuting .Net application
Posted by Joey at 7/21/2005 2:06:14 AM
I'm using Visual Studio .Net 2003 Pro at the moment, do I have to purchase
any other licence if I want to commercially distributing my application?
Thank you.... more >>
How to solve COMException
Posted by Ajith Nair at 7/19/2005 12:00:00 AM
Hi,
I am trying to create a new object of "COMM object" inside my one =
"dll" object as shown below,
oMSComm =3D New MSCommLib.MSComm
But its throwing an COMexception saying that there is no license for the =
application for the object.
but the same program is working in my development... more >>
usage of listview control in asp.net
Posted by (sravanthi_v NO[at]SPAM yahoo.co.in) at 7/18/2005 4:54:14 AM
is it possible to use listview control in asp.net.
if so hot to use it i want som eexample code
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & AS... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Installer example in northwind or duwamish7?
Posted by Bright at 7/17/2005 12:00:00 AM
Hi All,
I am trying to build one installer for my WEB application, and want to take
a look at northwind or duwamish7 installer samples, can anyone know where I
can get the sorucecode of northwind or duwamish7?
Thanks in advance,
Bright
... more >>
Upgrading VC 6.0 to VC 2003
Posted by SherryM at 7/15/2005 1:19:02 PM
I have an ATL COM object compiled with VC 6.0 that needs to be compiled in
Visual Studio .Net 2003. I got the project converted, compiled and linked
without errors. It registers correctly but it will not instatiate as an
ActiveX control in my classic ASP pages. I get the "ActiveX component ... more >>
Where can I get NorthWind sample application?
Posted by Bright at 7/15/2005 12:00:00 AM
All,
I want northwind sample for the study purpose, can anyone let me know where
I can get it?
Thanks in advance,
Bright
... more >>
A tool returned an error code from "Performing registration" error
Posted by Wes Stebbins at 7/14/2005 11:27:30 AM
My hard drive crashed so I've had to reinstall everything. I use Microsoft
Visual C++ .NET and I'm now getting an error when I try to build/rebuild
only my particular project (it's a COM object - a Service):
Project : error PRJ0019: A tool returned an error code from "Performing
registration"
... more >>
PropertyGrid-Need HELP
Posted by Deepak at 7/14/2005 9:07:05 AM
Im new to PropertyGrid .
I dont know how to set the property of the object that is changed in the
property grid . All that my form has relative to propertygrid is :
propertygrid.SelectedObject=first; //object
private void propertygrid_PropertyValueChanged(object s,
System.Windows.Forms.... more >>
How to "unattended" (or quietly) installed the .NET Framework 1.1. and SP1 for this
Posted by Soren Mikkelsen at 7/7/2005 10:26:23 AM
Dear all,
I am not sure this is the right forum so please bare with me that I've
posted the same on fora:
microsoft.public.dotnet.faq
microsoft.public.dotnet.framework.setup
microsoft.public.dotnet.general
I will be very happy if you can tell me how to "unattended" (or quietly)
installed... more >>
|