473,323 Members | 1,574 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

Wizards in c#

Hi, how do I create a wizard in C# or C++.NET

Thanks in advance
Nov 19 '05 #1
6 1007
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install and
study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"kremlins" <kr******@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance

Nov 19 '05 #2
STFW!

"kremlins" <kr******@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance

Nov 19 '05 #3
TJS
article link ?
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:ur**************@tk2msftngp13.phx.gbl...
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install
and study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"kremlins" <kr******@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance


Nov 19 '05 #4
Doh! %-)

http://www.ftponline.com/vsm/2003_04...olumns/aspnet/

<%= Clinton Gallagher

"TJS" <no****@here.com> wrote in message
news:er**************@TK2MSFTNGP12.phx.gbl...
article link ?
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:ur**************@tk2msftngp13.phx.gbl...
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install
and study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"kremlins" <kr******@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance



Nov 19 '05 #5
that site is a mess. can't login without getting this error
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.

Source Error:
Line 20:
Line 21: Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles
MyBase.Load
Line 22: If Request.UserAgent.ToLower().IndexOf("googlebot") > -1 Then
Line 23: 'utility.SendSmtpEmail("jd*@fawcette.com", "jd*@fawcette.com",
"GoogleBot is here!", "GoogleBot visited")
Line 24: End If
Source File: d:\webdev\ftponline\Default.aspx Line: 22
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Doh! %-)

http://www.ftponline.com/vsm/2003_04...olumns/aspnet/

<%= Clinton Gallagher

"TJS" <no****@here.com> wrote in message
news:er**************@TK2MSFTNGP12.phx.gbl...
article link ?
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message news:ur**************@tk2msftngp13.phx.gbl...
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install
and study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"kremlins" <kr******@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance



Nov 19 '05 #6
Works OK here...

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Jon Paal" <Jon nospam Paal @ everywhere dot com> wrote in message
news:OB**************@TK2MSFTNGP10.phx.gbl...
that site is a mess. can't login without getting this error
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and where it
originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an
instance of an object.

Source Error:
Line 20:
Line 21: Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Line 22: If Request.UserAgent.ToLower().IndexOf("googlebot") > -1 Then
Line 23: 'utility.SendSmtpEmail("jd*@fawcette.com", "jd*@fawcette.com", "GoogleBot is
here!", "GoogleBot visited")
Line 24: End If
Source File: d:\webdev\ftponline\Default.aspx Line: 22
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Doh! %-)

http://www.ftponline.com/vsm/2003_04...olumns/aspnet/

<%= Clinton Gallagher

"TJS" <no****@here.com> wrote in message news:er**************@TK2MSFTNGP12.phx.gbl...
article link ?
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:ur**************@tk2msftngp13.phx.gbl...
This is the best article [1] I've found myself but you'll have to do the work to
convert from VB to C#. It is well worth the download and install and study of the
code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"kremlins" <kr******@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
> Hi, how do I create a wizard in C# or C++.NET
>
> Thanks in advance



Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Michael Kennedy [UB] | last post by:
Hi, I'm not sure if this is the best newsgroup for this post, but I know there will be many people who do know the answer. In Visual Studio.NET 2002, when you installed the DirectX 9 SDK it...
1
by: brendang | last post by:
Hello all, I was hoping someone might know where, if at all, you can download the Additional Wizards for MS Access 2000 (VB Help, Converting Macros to VBA, etc.) and Excel 2000. I didn't...
2
by: ronglen | last post by:
I am using MS-Office2000. When I use MSAccess, the wizards do not work. I get the message that they are not installed or are turned off. I have installed all wizards and none appear as disabled. ...
10
by: G | last post by:
Hi all, I've just upgraded to Access 2000 and it seems that all the wizards do not work. I get error messages saying that they are not installed. I've already done the following: 1....
2
by: worldbadger | last post by:
When I moved my Access 2000 program to Win XP Home, none of the wizards are working. Anyone know why? Since I know it will come up (at least it was the first question Microsoft asked) I do have...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.