all groups > vb.net upgrade > march 2005
how to submit a form when enter is pressed
Posted by RTT at 3/31/2005 2:10:00 PM
<form id="Form1" method="post" runat="server">
<asp:textbox id="TxtEmail" tabIndex="1" runat="server" Width="272px"
ToolTip="Enter your emailaddress for authentication"></asp:textbox>
<asp:textbox id="TxtPassword" tabIndex="2" runat="server" Width="272px"
ToolTip="Enter your domain password"... more >>
CustomValidator problem...
Posted by RTT at 3/31/2005 9:32:02 AM
It's my first time i want to write a cotum validator but it doesn't seem to
work. In de page i've put this validator:
<asp:CustomValidator id="CVFBeginDate"
OnServerValidate="CVFBeginDate_ServerValidate" runat="server"
ErrorMessage="Please fill in a valid date as startdate"
ControlToValidate="T... more >>
Combobox exception
Posted by Sarika at 3/30/2005 11:13:02 AM
I upgraded a VB 6.0 application to VB.NET.
My .NET application crashes at this statement with the error code that
follows.
Private Sub ReadData
'
'
cmbCableType.SelectedIndex = I - 1 "Crashes here
'
'
End Sub
An unhandled exception of type 'System.ArgumentOutOfRangeExcept... more >>
MSFLXGRD woes
Posted by thog.hoiland NO[at]SPAM gmail.com at 3/30/2005 6:55:46 AM
Hello,
We upgraded from VS6 to VS7 and now apps that use MSFLXGRD crash at
runtime. I have followed the instructions to install the license info
in the registry. Note this is not a design time problem but a runtime
crash.
Thanks!
Alan... more >>
SQL-question
Posted by RTT at 3/29/2005 2:02:57 PM
i have a script that insert a variable amount of rows in a table. each row
is identified by an autonumber by SQL
how can i find out the number of the newly added rows without having to much
troubles?
... more >>
Err.raise in VB.NET??
Posted by Perre Van Wilrijk at 3/29/2005 10:19:17 AM
Hi,
In VB6 I gave the client programmer (mostly myself) the option to catch
errors in 2 ways :
So when using the class function OpenDatabase, you can ...
1) Handle errors in the errorhandler of the client
Set MyConnection = MyObject.OpenDataBase(..., 0) causing the client to jump
to it's... more >>
datagrid button_click event
Posted by goitsh Tec via DotNetMonster.com at 3/27/2005 2:37:02 PM
Hi, I want to use a datacombo or dbcombo, or simple combo drop down box in
my datagrid control, I used the buttonclickevent and a combo box that moves
with the cuurent cell of the datagrid, by the code is very long. Is there
nay simple solution for this,
Thank you
--
Message posted via http... more >>
to create a DLL file in VB.net to use in
Posted by ashwin bambhaniya via .NET 247 at 3/26/2005 7:18:30 AM
(Type your message h
I developing a 3 - tire Application in ASP.net and i want to create a DLL file in VB.net which used as a bussiness logic. so send me a replay how to create a DLL file in VB.net so it will be implemented in ASP.net appplication
--------------------------------
From: ashwin b... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
progress bar, vbModal
Posted by hrishikesh nibandhe via DotNetMonster.com at 3/26/2005 12:00:00 AM
I want to show a progress bar,on a form, that is modal in nature, but as it
appears i need to close it to continue the execution of the application.
Could anyone please suggest me a solution to continue the execution without
closing the dialog form? the application is in VB 6.o.
Here are the cod... more >>
Reserved words in VB.NET
Posted by Robert Hake via .NET 247 at 3/24/2005 8:01:01 AM
In the process of running a fairly large VB6 project through the=
converter, several class names and a few properties that were=
fine in VB6 turn out to be reserved words in =2ENET and are=
disallowed (e=2Eg=2E Command, Switch, Format, TypeName)=2E The=
converter renamed these to name_RENAM... more >>
VB6 and .Net on the same machine??
Posted by Bogie at 3/23/2005 9:11:04 AM
I've got a VB6 development machine (Win 2000) and was wondering if VB.net
could be installed and reside on the same machine without causeing any
problems??... more >>
Building html dynamicly out of VB.Net
Posted by RTT at 3/18/2005 10:54:12 AM
I have to build a form that is very variable. So i would like to write the
HTML for the table out of the VB code. How can this be done?
It's like the way i do it in php, there i can easily check certain things
and write out a part of a table depending on the checks i made in php...
for examp... more >>
vb6 to .net
Posted by notregister at 3/17/2005 7:47:04 PM
Hi, how do i convert the following vb6 codes to .net? Nibble is variable
declared as Byte
InputString = ""
Open CurInputFileName For Binary Shared As #1
Do
Get #1, , Nibble
InputString = InputString & Chr$(Nibble)
Loop Until EOF(1)
Close #1
... more >>
DateTimePicker for ASP (prefered in VB.Net)
Posted by RTT at 3/16/2005 2:22:37 PM
hey,
I've been looking for a DateTimePicker for ASP but it does not exist, only
in windows.forms. Now i wonder if anyone knows a script or has written a
script that he's willing to share to get a DateTimePicker (like the one in
windows.forms) in an ASP web form.
Thxs in advance.
Tom
... more >>
Creating dll and windows services with VB Express 2005
Posted by Val3 at 3/12/2005 1:27:06 PM
Hi all.
I need to build dll(s) and windows services using VB .NET 2005 Express. When
I make File/New project the windows contain only Windows application,
Windows control library, Console application, DVD collection starter kit.
How can I do? Any suggest?
Thanks in advance.
VAL
... more >>
Start learing VB.Net from VFP
Posted by sen1668 NO[at]SPAM yahoo.com at 3/11/2005 4:53:29 PM
I'd like to ask:
1. Where are the best to start learing VB.Net, currently I am using
Visual Foxpro as my depelopment tools
2. How to generate menu at run time, the menu it self is stored at
database table, are there any code examples to share
3. Can we perform SELECT statement against GRI... more >>
Mixing VB6 & VB.NET in one application
Posted by Bob Trabucco at 3/11/2005 9:45:49 AM
Hello all,
Our application is written in VB6 and it's hundreds of thousands of lines of
code. With only a few developers we are taking our time converting and doing
one piece at a time.
To that end we have taken to creating our new screens and modules in VB.NET
and calling them from VB6 ... more >>
"Unexpected Error" running Upgrade Wizard
Posted by Benjamin Tolputt at 3/10/2005 2:33:05 AM
In the process of upgrading a series of VB6 projects to VB.Net, I have
encountered an "Unexpected Error".
Just after selecting the project file to convert & pressing "Next" I am
given the following message in a pop-up dialog:
"An unexpected error has occured
Error Message: Object refere... more >>
Why Upgrade to .NET?
Posted by DarkBlastoise at 3/7/2005 11:57:02 PM
I get every thing I want out of 6.0! So why should I upgrade?
--
Current Designer of Pokemon Database 2005 for Windows... more >>
ASP.NET Module Public Variable scope.
Posted by Terry Klymyshyn via .NET 247 at 3/7/2005 11:04:08 AM
(When running ASP=2ENET server side application, Public Variables=
declared in module modVARIABLES (Public ID as Int32) stay ONE=
COPY(static) for ALL simultaneous users of the program, versus=
what I want - Seen by All forms within my program, but each user=
has his own set of global varia... more >>
How to know NOT Responding?
Posted by Mahmoud Metwally at 3/6/2005 3:15:52 PM
Dear Sir,
Which VB6 functions can I use to detect some program is not responding to
make it automatically restarted.
So, how to detect that this is NOT RESPONDING program, and How To Restart
it.
Thank U V.Much
... more >>
VB6 com dll ASP to .net dll asp.net
Posted by Manuel Quelcutti via DotNetMonster.com at 3/5/2005 12:42:29 PM
I having a bit of difficulty understanding .net dlls etc how to relate vb6
dlls, registration in COM+ services and using these in ASP pages to how
..net does this .
EG
I have a dll with a method getName that just returns a string "YourName". I
register this in COM+ under a new application.
... more >>
error in initializing provider
Posted by sarika gaddam via DotNetMonster.com at 3/4/2005 4:56:47 PM
i have a ado control with which i am connecting to oracle database;
i am getting an error "Error in initializing the provider" when iam
checking the test connection.
please help me.
Thanks,
sarika.
--
Message posted via http://www.dotnetmonster.com... more >>
[Active Directory] best protocols
Posted by RTT at 3/4/2005 9:28:33 AM
does anyone has axperience with accessing AD information through VB.Net. Is
the best protocol LDAP? does anyone has a site for information about AD and
VB.Net cause it's the first time i have to work with active directory in
vb.net so all sources of information would be helpfull. Thanks
... more >>
How do I get this to work
Posted by Dib at 3/2/2005 9:42:04 AM
Hi,
I have this statment in VB6 how do I make it work in Dot net program.
Dim oForm as Form
If rs.Fields("OpenFM").Value = "F" Then
strSqlFName = "SELECT * from tblmenudesc where tblmenudesc.menuid=" &
rs.Fields(0).Value
rs2 = New ADODB.Recordset
rs2.Open(strSqlFName, Cn)
If ... more >>
vb6 does not support ie6
Posted by Dan Konig at 3/1/2005 2:49:02 AM
can anyone help me? I have a program tha was developed in vb6 and it used
mail access via outlook express 5 (msoe.dll). now Iam using a system with
winxp sp2 and vb6 does not recognize msoe.dll anymore. does anyone have this
dll in it's older version?
dankonig@hotmail.com
... more >>
|