Hello Everybody !!!
I am develop an application in Visual Basic 5. Now i am
create complete setup program which is nearly 10.0 MB.
What i want is that is there any third party tool or anyway
how can i reduce the size of this setup program.
I want to reduce the size of setup upto 2.5 MB.
Please guide me and suggest me any reference you have.
It's urgent. Plz answer quickly.
Thanks.
Nayan S. Vora
Lab Admin. & Sr. Programmer
Brainbow Computech Pvt. Ltd.
nayan_vora@...
How do you put buttons (like the minimize, maximize, and cancel buttons) in
the title bar?
For starters I know it's possible. I've seen it in at least 2 programs now.
So I know it can be
done.
I've come up with three ways of doing this. But they are all cheats.
1) Create a dialog box without a title bar, and create my own title bar,
with the additional buttons.
2) Create a separate form, with a transparent back ground and buttons.
Place the form over the section of the title bar where it should appear, and
do an always-on-top. (Major focus issues)
3) Do the same thing as in #2 only with a child window. Solves some issues,
but not the big ones. It's still a hack.
They have all kinds of focus, coloration, and style problems, that could be
fixed but would be too difficult
to debug, given the wide range of client environments this program is
expected to run in.
What I really need to do is create real buttons that really are in the title
bar (a non-client area).
But after 2 days I have no idea how to do it.
Any ideas?
Thanks in advance,
J
Healinx Corporation, an application service provider
(ASP), has developed the Internet's first Web-based
messaging system designed to enable ongoing
physician-patient communication. We are well-funded
by leading Venture Capital firms and pre-IPO.
We seek developers to design and implement web sites
that enable Healinx member patients, physicians, and
clinical staff to communicate effectively and manage
electronic medical records in a secured manner. This
role will provide the opportunity to confront
challenging business and new technology issues such as
security, workflow, and scalability.
You must have:
*At least 3-5 years of experience using any or all of
the Microsoft suite of tools and programs, including
Visual Basic, ASP, ADO, COM, MTS, SQL Server and IIS.
(Experience with other RDBMS is acceptable.)
*At least 2-3 years designing and implementing
business critical web sites.
*Direct line responsibility as a web site developer
writing significant amounts of code on a web site that
has significant traffic.
Pluses include:
*Technical experience with XML and related
technologies.
*Technical experience with COM+.
*Experience with database administrator concepts.
*A computer science degree
Healinx is a young, dynamic and employee-friendly
company that values communication, teamwork and
diversity. The work environment is casual and hours
are flexible. This is an EXCELLENT OPPORTUNITY to
join a HOT, yet stable pre-IPO start-up. Learn more
about Healinx at www.healinx.com.
Salary range is $60,000 - 120,000 plus stock options.
Visa Transfers Available.
To apply, email your resume to:
Alexandra Murphy
alexandra.murphy@...
No agencies, brokers or 3rd parties, please.
I'm trying to develope a sider/webcrawler in vb using winsock to
discern website structure. My problem lies in searching the html code
for all links (href) and images (src). At the moment I am using a
combination of InStr() and Mid() to capture everything between href=
and /a>. I extract any internal links and recursively read all found
links and place the information in a collection of collections with
each collection containing all accessible links from a page. From
this I can create a site map. My problem lies in that every web site
is different .i.e some <a href= anchors do not have an end anchor /a>
etc. To cut to the chase - has anyone wrote a similar spider in vb or
any other language where I can see how to search the html code to
get the info I'm looking.
Many thanks
Derek
Hi,
Neither of my answers have much to do with VB. I don't have a solution that
would use VB.
1).
You can get a free chat room at: http://www.multicity.com. I believe that
this supports multiple languages.
2).
You can get Language translation tools at: http://tranexp.com/. Select
InterTran.
Both of these can be integrated into your website for free. Why re-invent
the wheel.
If you wanted to know how to do it for strictly educational reasons, I don't
have an answer.
Thanks,
Paul Coleman
Need to pay auctions with a credit card?
https://secure.paypal.com/refer/pal=Paul.Coleman%40CoSeCo.com
> -----Original Message-----
> From: nayan_vora@... [mailto:nayan_vora@...]
> Sent: Monday, July 24, 2000 12:08 PM
> To: webvb@egroups.com
> Subject: [webvb] I facing some problems...
>
>
> Hello Friends ,
>
> I have some question listed below. If anybody among u have
> any reference or solution please help me.
>
> (1). How can i build a chat program which support multiple
> languages ?
> (2). How can i build a engine which translate webpage in different
> languages ? How can i get free software for it ?
> (3). Is there anyway in VB 5.0 that i use some specific font , and
> during the setup i set some languages and if user set any specific
> language , font change according to it.
> (4). How can i learn COM/DCOM component and how to integrate it
> with VB ?
>
> Please Help to comeout from this problem.
>
> ThanX.
> Nayan S. Vora
> Brainbow Computch Pvt. Ltd.
> Lab Admin & Sr. Programmer
> India.
>
>
>
>
>
>
> ------------------------------------------------------------------------
> Still looking for the complete Application Server solution?
> Find answers and a $75 gift certificate at the Intraware App Server
> Webinar. Sign up at:
> http://click.egroups.com/1/6756/2/_/18824/_/964454910/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
(1). How can i build a chat program which support multiple
languages ?
I think you can use the "Resource" file or Function in VB. It should carry
all the language support.
Sidney Thomas
Corporate Software Development
Trigon Engineering Consultants, Inc.
<mailto: sthomas@...>
------------------------------------------------------------------------
Still looking for the complete Application Server solution?
Find answers and a $75 gift certificate at the Intraware App Server
Webinar. Sign up at:
http://click.egroups.com/1/6756/2/_/18824/_/964515473/
------------------------------------------------------------------------
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
------------------------------------------------------------------------
There is 1 message in this issue.
Topics in this digest:
1. I facing some problems...
From: nayan_vora@...
________________________________________________________________________
________________________________________________________________________
Message: 1
Date: Mon, 24 Jul 2000 16:08:19 -0000
From: nayan_vora@...
Subject: I facing some problems...
Hello Friends ,
I have some question listed below. If anybody among u have
any reference or solution please help me.
(1). How can i build a chat program which support multiple
languages ?
(2). How can i build a engine which translate webpage in different
languages ? How can i get free software for it ?
(3). Is there anyway in VB 5.0 that i use some specific font , and
during the setup i set some languages and if user set any specific
language , font change according to it.
(4). How can i learn COM/DCOM component and how to integrate it
with VB ?
Please Help to comeout from this problem.
ThanX.
Nayan S. Vora
Brainbow Computch Pvt. Ltd.
Lab Admin & Sr. Programmer
India.
________________________________________________________________________
________________________________________________________________________
Hi all
I've created a dll file that I put function1. I want to get some
setting from an ini file and after that run function1,
I created it by putting a GetSetting in Class initialize and after
that the function runs. but I think performance of this way is not
good, please suggest me a good way to save the settings(of course I
have to have an ini file)
I put another function that check the ini file but I want to initiate
this function in first call and in other calling of this function, use
of last setting result of first initiate,
How can I save data of ini file in a place that fetching of that be
faster than first time.
Thanks in advance,....
my email address is biglari@...
Mina
Hello Friends ,
I have some question listed below. If anybody among u have
any reference or solution please help me.
(1). How can i build a chat program which support multiple
languages ?
(2). How can i build a engine which translate webpage in different
languages ? How can i get free software for it ?
(3). Is there anyway in VB 5.0 that i use some specific font , and
during the setup i set some languages and if user set any specific
language , font change according to it.
(4). How can i learn COM/DCOM component and how to integrate it
with VB ?
Please Help to comeout from this problem.
ThanX.
Nayan S. Vora
Brainbow Computch Pvt. Ltd.
Lab Admin & Sr. Programmer
India.
hi everybody,
i have an oracle-database.And I use Microsoft ODBC Oracle Driver for
conecction to the db.I want to query the db using this Odbc driver.
The SQL String is "select Borc1+Borc2 from MHK" , and Borc1 and Borc2
are the field names.The Type of These fields is number(19).But
whenever i want to execute this string i get the error message belov:
"
stmt:szSqlState = "22003", *pfNativeError = 0, *pcbErrorMsg = 80
MessageText = "[Microsoft][ODBC driver for Oracle]Error in column 1:
Numeric value out of range"
"
If you know anything about that, please contact me...
Thank you...
Hi all
I've created a dll file that I put function1. I want to get some
setting from an ini file and after that run function1,
I created it by putting a GetSetting in Class initialize and after
that the function runs. but I think performance of this way is not
good, please suggest me a good way to save the settings(of course I
have to have an ini file)
I put another function that check the ini file but I want to initiate
this function in first call and in other calling of this function, use
of last setting result of first initiate,
How can I save data of ini file in a place that fetching of that be
faster than first time.
Thanks in advance,....
my email address is biglari@...
Mina
Ok here is the beef:
I have a list of bitmaps, and a wav file.
What I want to do is use them to create a single AVI file or ASF.
----------------------------------------------------------------------------
-----------------------------
I've been fighting this stupid thing for the last 2 weeks now and I'm
climbing the walls.
The only references I've found are from www.shrinkwrapvb.com and MSDN.
Shrinkwrap gives a great tutorial, and even shows how to integrate BMP lists
into a AVI but neglects to show how to integrate sound or even a multi
stream AVI file.
MSDN shows how to generate a multipart AVI file, but not how to integrate a
list of BMPs. Plus the whole darn thing is in VC++.
The kicker is that, they're both using the same SDK in completely different
ways. And are in no way (that I've found) compatible with one another.
Can anyone help?
hii paul,
Thanks for everything.Im sure theres gonna be many subjects for that Ill
need your help i think...
take care...
>From: "Paul Coleman" <paul.coleman@...>
>Reply-To: webvb@egroups.com
>To: <webvb@egroups.com>
>Subject: RE: [webvb] Ý nearly solved the problem
>Date: Fri, 26 May 2000 08:59:02 -0400
>
>Hi,
>There is a middle piece called MDAC that actually has the guts of ADO in
>it.
>If you search on the Microsoft web site you will find information on it.
>When you installed Access2000, you also installed a more current release of
>MDAC. There may be newer versions, so keep current. Access97 did not come
>with ADO as a part of it. VB 6.0 may or may not have been successful in
>both finding and updating it. If you installed Access 97 after VB this
>would not have happened at all. I am glad you are up and on your way.
>As for 3-tier systems, do a search on the Microsoft web site for n-tier for
>more information. You can also search on any of the search engines.
>n-tier
>evolved from client server (2-tier). Past 2-tier you would have one or
>more application and/or data servers thus the n-tier nomenclature.
>I hope this helps,
>Paul Coleman
>
>Get your free and private web based eMail address at iUpTown.com ->
>http://eMail.iUpTown.com
>
>
> > -----Original Message-----
> > From: servet zeybek [mailto:servet_zeybek@...]
> > Sent: Friday, May 26, 2000 7:27 AM
> > To: webvb@egroups.com
> > Subject: [webvb] Ý nearly solved the problem
> >
> >
> > hii paul,
> > i think ado2.I doesnt work with access97.Because i installed
>access2000
> > and there was no problem. oledb4.0 is solving the problem.Thanks for
>your
> > help.But one of my friend said to me that he uses access97 and Ado
>within
> > visual basic to reach to the DB There was no error. D u think
> > what i think
> > is right.Access97 doesnt work with ADO!!!
> >
> > These days i got another interest.Its about 3-tier system.D u
> > know where i
> > can find detailed information about this.I mean, Its implementation with
> > visual Basic as client application, and general information about it.
> >
> > Thanks for your help
> >
> > >From: "Paul Coleman" <paul.coleman@...>
> > >Reply-To: webvb@egroups.com
> > >To: <webvb@egroups.com>
> > >Subject: RE: [webvb] Again Sample Project
> > >Date: Wed, 24 May 2000 12:23:28 -0400
> > >
> > >Hi servet,
> > >I created a new database in access 2000. the provider you used
> > won't work
> > >on this version so I changed it from 3.51 to 4.0 and ran the program.
>I
> > >was
> > >able to create two record and then go back and forth between them and
> > >update
> > >both fields. I will wait until you can provide me with the database
>you
> > >are
> > >using in working order. Let me know what version of access you
> > are using
> > >to
> > >create the database. I also see you are using access admin, let me
>know
> > >what settings you have for this. It ma be an access security
> > option that
> > >is
> > >the problem. I won't be able to determine that until you get me
> > a working
> > >copy.
> > >Thanks,
> > >Paul Coleman
> > >
> > >Get your free and private web based eMail address at iUpTown.com ->
> > >http://eMail.iUpTown.com
> > >
> > >
> > > > -----Original Message-----
> > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > Sent: Wednesday, May 24, 2000 8:53 AM
> > > > To: webvb@egroups.com
> > > > Subject: [webvb] Again Sample Project
> > > >
> > > >
> > > > hi paul,
> > > > Sorry for the last time, i noticed that there was something
> > > > wrong with
> > > > the sample project that i sent.But Now i corrected it.it must
> > load when
> > > > running.
> > > > The Connection String i used for the ado data control is that:
> > > > "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> > > > Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> > > > i hope this time youll see the error message
> > > > thank u for your help....
> > > >
> > > >
> > > >
> > > >
> > > > >From: "Paul Coleman" <paul.coleman@...>
> > > > >Reply-To: webvb@egroups.com
> > > > >To: <webvb@egroups.com>
> > > > >Subject: RE: [webvb] Sample Project
> > > > >Date: Tue, 23 May 2000 07:01:54 -0400
> > > > >
> > > > >Hi,
> > > > >I had one problem when loading the project. I think you used an
> > > > ODBC data
> > > > >source for the connection. Could you send me the information you
> > >entered
> > > > >for that. If you used a connection string instead, please
> > send that as
> > > > >well. I really think this is where the problem you are having is.
> > > > >All of these parameters are what generate the code, much of it you
> > >can't
> > > > >see. I haven't looked at code like this for a while, so give me a
> > >little
> > > > >time to look at this. I have been able to get this to work,
> > > > even over the
> > > > >internet.
> > > > >Thanks,
> > > > >Paul Coleman
> > > > >
> > > > >Get your free and private web based eMail address at iUpTown.com ->
> > > > >http://eMail.iUpTown.com
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > > > > To: webvb@egroups.com
> > > > > > Subject: [webvb] Sample Project
> > > > > >
> > > > > >
> > > > > > hii paul,
> > > > > > im sending u a sample project.
> > > > > > after running the project,enter a few new records to the DB from
> > > > > > Datagrid.Then Go back to the first record and try to update it.
> > > > > > Anytime i do that i get an error message.
> > > > > > Please correct me if im wrong.." i think a project with a
> > > > datagrid and
> > > > >and
> > > > > > data control should need no code to work"...
> > > > > > Take a look at the project and try to get the error message.
> > > > > > Unzip problemwithado.zip to c:\windows\desktop.
> > > > > > Thanks so much for your help.....
> > > > > > Servet
> > > > > >
> > > > > >
> > > >
> > ________________________________________________________________________
> > > > > > Get Your Private, Free E-mail from MSN Hotmail at
> > >http://www.hotmail.com
> > > > >
> > > > >
> >
> >------------------------------------------------------------------------
> > > > > Did you know you're using eGroups now?
> > > > > Start a free email group today at
> > > > > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > > > >
> >
> >------------------------------------------------------------------------
> > > > >
> > > > > Visit:
> > > > >
> > > > > WebVB at http://www.CoSeCo.com/WebVB
> > > > >
> > > > > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > > > >
> > > >
> > >
> >
> >________________________________________________________________________
> > >Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com
> > >
> >
> >------------------------------------------------------------------------
> > >Best friends, most artistic, class clown Find 'em here:
> > >http://click.egroups.com/1/4054/1/_/18824/_/959172819/
> >
> >------------------------------------------------------------------------
> > >
> > >Visit:
> > >
> > >WebVB at http://www.CoSeCo.com/WebVB
> > >
> > >Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > >
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> >
> > ------------------------------------------------------------------------
> > Missing old school friends? Find them here:
> > http://click.egroups.com/1/4055/1/_/18824/_/959340394/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi,
There is a middle piece called MDAC that actually has the guts of ADO in it.
If you search on the Microsoft web site you will find information on it.
When you installed Access2000, you also installed a more current release of
MDAC. There may be newer versions, so keep current. Access97 did not come
with ADO as a part of it. VB 6.0 may or may not have been successful in
both finding and updating it. If you installed Access 97 after VB this
would not have happened at all. I am glad you are up and on your way.
As for 3-tier systems, do a search on the Microsoft web site for n-tier for
more information. You can also search on any of the search engines. n-tier
evolved from client server (2-tier). Past 2-tier you would have one or
more application and/or data servers thus the n-tier nomenclature.
I hope this helps,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Friday, May 26, 2000 7:27 AM
> To: webvb@egroups.com
> Subject: [webvb] Ý nearly solved the problem
>
>
> hii paul,
> i think ado2.I doesnt work with access97.Because i installed access2000
> and there was no problem. oledb4.0 is solving the problem.Thanks for your
> help.But one of my friend said to me that he uses access97 and Ado within
> visual basic to reach to the DB There was no error. D u think
> what i think
> is right.Access97 doesnt work with ADO!!!
>
> These days i got another interest.Its about 3-tier system.D u
> know where i
> can find detailed information about this.I mean, Its implementation with
> visual Basic as client application, and general information about it.
>
> Thanks for your help
>
> >From: "Paul Coleman" <paul.coleman@...>
> >Reply-To: webvb@egroups.com
> >To: <webvb@egroups.com>
> >Subject: RE: [webvb] Again Sample Project
> >Date: Wed, 24 May 2000 12:23:28 -0400
> >
> >Hi servet,
> >I created a new database in access 2000. the provider you used
> won't work
> >on this version so I changed it from 3.51 to 4.0 and ran the program. I
> >was
> >able to create two record and then go back and forth between them and
> >update
> >both fields. I will wait until you can provide me with the database you
> >are
> >using in working order. Let me know what version of access you
> are using
> >to
> >create the database. I also see you are using access admin, let me know
> >what settings you have for this. It ma be an access security
> option that
> >is
> >the problem. I won't be able to determine that until you get me
> a working
> >copy.
> >Thanks,
> >Paul Coleman
> >
> >Get your free and private web based eMail address at iUpTown.com ->
> >http://eMail.iUpTown.com
> >
> >
> > > -----Original Message-----
> > > From: servet zeybek [mailto:servet_zeybek@...]
> > > Sent: Wednesday, May 24, 2000 8:53 AM
> > > To: webvb@egroups.com
> > > Subject: [webvb] Again Sample Project
> > >
> > >
> > > hi paul,
> > > Sorry for the last time, i noticed that there was something
> > > wrong with
> > > the sample project that i sent.But Now i corrected it.it must
> load when
> > > running.
> > > The Connection String i used for the ado data control is that:
> > > "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> > > Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> > > i hope this time youll see the error message
> > > thank u for your help....
> > >
> > >
> > >
> > >
> > > >From: "Paul Coleman" <paul.coleman@...>
> > > >Reply-To: webvb@egroups.com
> > > >To: <webvb@egroups.com>
> > > >Subject: RE: [webvb] Sample Project
> > > >Date: Tue, 23 May 2000 07:01:54 -0400
> > > >
> > > >Hi,
> > > >I had one problem when loading the project. I think you used an
> > > ODBC data
> > > >source for the connection. Could you send me the information you
> >entered
> > > >for that. If you used a connection string instead, please
> send that as
> > > >well. I really think this is where the problem you are having is.
> > > >All of these parameters are what generate the code, much of it you
> >can't
> > > >see. I haven't looked at code like this for a while, so give me a
> >little
> > > >time to look at this. I have been able to get this to work,
> > > even over the
> > > >internet.
> > > >Thanks,
> > > >Paul Coleman
> > > >
> > > >Get your free and private web based eMail address at iUpTown.com ->
> > > >http://eMail.iUpTown.com
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > > > To: webvb@egroups.com
> > > > > Subject: [webvb] Sample Project
> > > > >
> > > > >
> > > > > hii paul,
> > > > > im sending u a sample project.
> > > > > after running the project,enter a few new records to the DB from
> > > > > Datagrid.Then Go back to the first record and try to update it.
> > > > > Anytime i do that i get an error message.
> > > > > Please correct me if im wrong.." i think a project with a
> > > datagrid and
> > > >and
> > > > > data control should need no code to work"...
> > > > > Take a look at the project and try to get the error message.
> > > > > Unzip problemwithado.zip to c:\windows\desktop.
> > > > > Thanks so much for your help.....
> > > > > Servet
> > > > >
> > > > >
> > >
> ________________________________________________________________________
> > > > > Get Your Private, Free E-mail from MSN Hotmail at
> >http://www.hotmail.com
> > > >
> > > >
> >------------------------------------------------------------------------
> > > > Did you know you're using eGroups now?
> > > > Start a free email group today at
> > > > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > > >
> >------------------------------------------------------------------------
> > > >
> > > > Visit:
> > > >
> > > > WebVB at http://www.CoSeCo.com/WebVB
> > > >
> > > > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > > >
> > >
> >
> >________________________________________________________________________
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> >------------------------------------------------------------------------
> >Best friends, most artistic, class clown Find 'em here:
> >http://click.egroups.com/1/4054/1/_/18824/_/959172819/
> >------------------------------------------------------------------------
> >
> >Visit:
> >
> >WebVB at http://www.CoSeCo.com/WebVB
> >
> >Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
> ------------------------------------------------------------------------
> Missing old school friends? Find them here:
> http://click.egroups.com/1/4055/1/_/18824/_/959340394/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
hii paul,
i think ado2.I doesnt work with access97.Because i installed access2000
and there was no problem. oledb4.0 is solving the problem.Thanks for your
help.But one of my friend said to me that he uses access97 and Ado within
visual basic to reach to the DB There was no error. D u think what i think
is right.Access97 doesnt work with ADO!!!
These days i got another interest.Its about 3-tier system.D u know where i
can find detailed information about this.I mean, Its implementation with
visual Basic as client application, and general information about it.
Thanks for your help
>From: "Paul Coleman" <paul.coleman@...>
>Reply-To: webvb@egroups.com
>To: <webvb@egroups.com>
>Subject: RE: [webvb] Again Sample Project
>Date: Wed, 24 May 2000 12:23:28 -0400
>
>Hi servet,
>I created a new database in access 2000. the provider you used won't work
>on this version so I changed it from 3.51 to 4.0 and ran the program. I
>was
>able to create two record and then go back and forth between them and
>update
>both fields. I will wait until you can provide me with the database you
>are
>using in working order. Let me know what version of access you are using
>to
>create the database. I also see you are using access admin, let me know
>what settings you have for this. It ma be an access security option that
>is
>the problem. I won't be able to determine that until you get me a working
>copy.
>Thanks,
>Paul Coleman
>
>Get your free and private web based eMail address at iUpTown.com ->
>http://eMail.iUpTown.com
>
>
> > -----Original Message-----
> > From: servet zeybek [mailto:servet_zeybek@...]
> > Sent: Wednesday, May 24, 2000 8:53 AM
> > To: webvb@egroups.com
> > Subject: [webvb] Again Sample Project
> >
> >
> > hi paul,
> > Sorry for the last time, i noticed that there was something
> > wrong with
> > the sample project that i sent.But Now i corrected it.it must load when
> > running.
> > The Connection String i used for the ado data control is that:
> > "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> > Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> > i hope this time youll see the error message
> > thank u for your help....
> >
> >
> >
> >
> > >From: "Paul Coleman" <paul.coleman@...>
> > >Reply-To: webvb@egroups.com
> > >To: <webvb@egroups.com>
> > >Subject: RE: [webvb] Sample Project
> > >Date: Tue, 23 May 2000 07:01:54 -0400
> > >
> > >Hi,
> > >I had one problem when loading the project. I think you used an
> > ODBC data
> > >source for the connection. Could you send me the information you
>entered
> > >for that. If you used a connection string instead, please send that as
> > >well. I really think this is where the problem you are having is.
> > >All of these parameters are what generate the code, much of it you
>can't
> > >see. I haven't looked at code like this for a while, so give me a
>little
> > >time to look at this. I have been able to get this to work,
> > even over the
> > >internet.
> > >Thanks,
> > >Paul Coleman
> > >
> > >Get your free and private web based eMail address at iUpTown.com ->
> > >http://eMail.iUpTown.com
> > >
> > >
> > > > -----Original Message-----
> > > > From: servet zeybek [mailto:servet_zeybek@...]
> > > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > > To: webvb@egroups.com
> > > > Subject: [webvb] Sample Project
> > > >
> > > >
> > > > hii paul,
> > > > im sending u a sample project.
> > > > after running the project,enter a few new records to the DB from
> > > > Datagrid.Then Go back to the first record and try to update it.
> > > > Anytime i do that i get an error message.
> > > > Please correct me if im wrong.." i think a project with a
> > datagrid and
> > >and
> > > > data control should need no code to work"...
> > > > Take a look at the project and try to get the error message.
> > > > Unzip problemwithado.zip to c:\windows\desktop.
> > > > Thanks so much for your help.....
> > > > Servet
> > > >
> > > >
> > ________________________________________________________________________
> > > > Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com
> > >
> > >
>------------------------------------------------------------------------
> > > Did you know you're using eGroups now?
> > > Start a free email group today at
> > > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > >
>------------------------------------------------------------------------
> > >
> > > Visit:
> > >
> > > WebVB at http://www.CoSeCo.com/WebVB
> > >
> > > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> > >
> >
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>------------------------------------------------------------------------
>Best friends, most artistic, class clown Find 'em here:
>http://click.egroups.com/1/4054/1/_/18824/_/959172819/
>------------------------------------------------------------------------
>
>Visit:
>
>WebVB at http://www.CoSeCo.com/WebVB
>
>Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi servet,
I created a new database in access 2000. the provider you used won't work
on this version so I changed it from 3.51 to 4.0 and ran the program. I was
able to create two record and then go back and forth between them and update
both fields. I will wait until you can provide me with the database you are
using in working order. Let me know what version of access you are using to
create the database. I also see you are using access admin, let me know
what settings you have for this. It ma be an access security option that is
the problem. I won't be able to determine that until you get me a working
copy.
Thanks,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Wednesday, May 24, 2000 8:53 AM
> To: webvb@egroups.com
> Subject: [webvb] Again Sample Project
>
>
> hi paul,
> Sorry for the last time, i noticed that there was something
> wrong with
> the sample project that i sent.But Now i corrected it.it must load when
> running.
> The Connection String i used for the ado data control is that:
> "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> i hope this time youll see the error message
> thank u for your help....
>
>
>
>
> >From: "Paul Coleman" <paul.coleman@...>
> >Reply-To: webvb@egroups.com
> >To: <webvb@egroups.com>
> >Subject: RE: [webvb] Sample Project
> >Date: Tue, 23 May 2000 07:01:54 -0400
> >
> >Hi,
> >I had one problem when loading the project. I think you used an
> ODBC data
> >source for the connection. Could you send me the information you entered
> >for that. If you used a connection string instead, please send that as
> >well. I really think this is where the problem you are having is.
> >All of these parameters are what generate the code, much of it you can't
> >see. I haven't looked at code like this for a while, so give me a little
> >time to look at this. I have been able to get this to work,
> even over the
> >internet.
> >Thanks,
> >Paul Coleman
> >
> >Get your free and private web based eMail address at iUpTown.com ->
> >http://eMail.iUpTown.com
> >
> >
> > > -----Original Message-----
> > > From: servet zeybek [mailto:servet_zeybek@...]
> > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > To: webvb@egroups.com
> > > Subject: [webvb] Sample Project
> > >
> > >
> > > hii paul,
> > > im sending u a sample project.
> > > after running the project,enter a few new records to the DB from
> > > Datagrid.Then Go back to the first record and try to update it.
> > > Anytime i do that i get an error message.
> > > Please correct me if im wrong.." i think a project with a
> datagrid and
> >and
> > > data control should need no code to work"...
> > > Take a look at the project and try to get the error message.
> > > Unzip problemwithado.zip to c:\windows\desktop.
> > > Thanks so much for your help.....
> > > Servet
> > >
> > >
> ________________________________________________________________________
> > > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com
> >
> > ------------------------------------------------------------------------
> > Did you know you're using eGroups now?
> > Start a free email group today at
> > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------------------------------------------
Best friends, most artistic, class clown Find 'em here:
http://click.egroups.com/1/4054/1/_/18824/_/959172819/
------------------------------------------------------------------------
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
Hi servet,
I am unable to open try.mdb. I have access 2000 and it tells me it might be
corrupt. Please send me a copy or tell me how to create it.
Thanks,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Wednesday, May 24, 2000 8:53 AM
> To: webvb@egroups.com
> Subject: [webvb] Again Sample Project
>
>
> hi paul,
> Sorry for the last time, i noticed that there was something
> wrong with
> the sample project that i sent.But Now i corrected it.it must load when
> running.
> The Connection String i used for the ado data control is that:
> "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
> Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
> i hope this time youll see the error message
> thank u for your help....
>
>
>
>
> >From: "Paul Coleman" <paul.coleman@...>
> >Reply-To: webvb@egroups.com
> >To: <webvb@egroups.com>
> >Subject: RE: [webvb] Sample Project
> >Date: Tue, 23 May 2000 07:01:54 -0400
> >
> >Hi,
> >I had one problem when loading the project. I think you used an
> ODBC data
> >source for the connection. Could you send me the information you entered
> >for that. If you used a connection string instead, please send that as
> >well. I really think this is where the problem you are having is.
> >All of these parameters are what generate the code, much of it you can't
> >see. I haven't looked at code like this for a while, so give me a little
> >time to look at this. I have been able to get this to work,
> even over the
> >internet.
> >Thanks,
> >Paul Coleman
> >
> >Get your free and private web based eMail address at iUpTown.com ->
> >http://eMail.iUpTown.com
> >
> >
> > > -----Original Message-----
> > > From: servet zeybek [mailto:servet_zeybek@...]
> > > Sent: Tuesday, May 23, 2000 6:04 AM
> > > To: webvb@egroups.com
> > > Subject: [webvb] Sample Project
> > >
> > >
> > > hii paul,
> > > im sending u a sample project.
> > > after running the project,enter a few new records to the DB from
> > > Datagrid.Then Go back to the first record and try to update it.
> > > Anytime i do that i get an error message.
> > > Please correct me if im wrong.." i think a project with a
> datagrid and
> >and
> > > data control should need no code to work"...
> > > Take a look at the project and try to get the error message.
> > > Unzip problemwithado.zip to c:\windows\desktop.
> > > Thanks so much for your help.....
> > > Servet
> > >
> > >
> ________________________________________________________________________
> > > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com
> >
> > ------------------------------------------------------------------------
> > Did you know you're using eGroups now?
> > Start a free email group today at
> > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------------------------------------------
Best friends, most artistic, class clown Find 'em here:
http://click.egroups.com/1/4054/1/_/18824/_/959172819/
------------------------------------------------------------------------
Visit:
WebVB at http://www.CoSeCo.com/WebVB
Free Web Stuff at http://www.CoSeCo.com/WebStuff
hi paul,
Sorry for the last time, i noticed that there was something wrong with
the sample project that i sent.But Now i corrected it.it must load when
running.
The Connection String i used for the ado data control is that:
"Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data
Source=C:\WINDOWS\Desktop\ProblemWithAdo\try.mdb"
i hope this time youll see the error message
thank u for your help....
>From: "Paul Coleman" <paul.coleman@...>
>Reply-To: webvb@egroups.com
>To: <webvb@egroups.com>
>Subject: RE: [webvb] Sample Project
>Date: Tue, 23 May 2000 07:01:54 -0400
>
>Hi,
>I had one problem when loading the project. I think you used an ODBC data
>source for the connection. Could you send me the information you entered
>for that. If you used a connection string instead, please send that as
>well. I really think this is where the problem you are having is.
>All of these parameters are what generate the code, much of it you can't
>see. I haven't looked at code like this for a while, so give me a little
>time to look at this. I have been able to get this to work, even over the
>internet.
>Thanks,
>Paul Coleman
>
>Get your free and private web based eMail address at iUpTown.com ->
>http://eMail.iUpTown.com
>
>
> > -----Original Message-----
> > From: servet zeybek [mailto:servet_zeybek@...]
> > Sent: Tuesday, May 23, 2000 6:04 AM
> > To: webvb@egroups.com
> > Subject: [webvb] Sample Project
> >
> >
> > hii paul,
> > im sending u a sample project.
> > after running the project,enter a few new records to the DB from
> > Datagrid.Then Go back to the first record and try to update it.
> > Anytime i do that i get an error message.
> > Please correct me if im wrong.." i think a project with a datagrid and
>and
> > data control should need no code to work"...
> > Take a look at the project and try to get the error message.
> > Unzip problemwithado.zip to c:\windows\desktop.
> > Thanks so much for your help.....
> > Servet
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> > ------------------------------------------------------------------------
> > Did you know you're using eGroups now?
> > Start a free email group today at
> > http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> > ------------------------------------------------------------------------
> >
> > Visit:
> >
> > WebVB at http://www.CoSeCo.com/WebVB
> >
> > Free Web Stuff at http://www.CoSeCo.com/WebStuff
> >
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi,
I had one problem when loading the project. I think you used an ODBC data
source for the connection. Could you send me the information you entered
for that. If you used a connection string instead, please send that as
well. I really think this is where the problem you are having is.
All of these parameters are what generate the code, much of it you can't
see. I haven't looked at code like this for a while, so give me a little
time to look at this. I have been able to get this to work, even over the
internet.
Thanks,
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: servet zeybek [mailto:servet_zeybek@...]
> Sent: Tuesday, May 23, 2000 6:04 AM
> To: webvb@egroups.com
> Subject: [webvb] Sample Project
>
>
> hii paul,
> im sending u a sample project.
> after running the project,enter a few new records to the DB from
> Datagrid.Then Go back to the first record and try to update it.
> Anytime i do that i get an error message.
> Please correct me if im wrong.." i think a project with a datagrid and and
> data control should need no code to work"...
> Take a look at the project and try to get the error message.
> Unzip problemwithado.zip to c:\windows\desktop.
> Thanks so much for your help.....
> Servet
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ------------------------------------------------------------------------
> Did you know you're using eGroups now?
> Start a free email group today at
> http://click.egroups.com/1/3947/1/_/18824/_/959076268/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
hii paul,
im sending u a sample project.
after running the project,enter a few new records to the DB from
Datagrid.Then Go back to the first record and try to update it.
Anytime i do that i get an error message.
Please correct me if im wrong.." i think a project with a datagrid and and
data control should need no code to work"...
Take a look at the project and try to get the error message.
Unzip problemwithado.zip to c:\windows\desktop.
Thanks so much for your help.....
Servet
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
hii paul,
im sending u a sample project.
after running the project,enter a few new records to the DB from
Datagrid.Then Go back to the first record and try to update it.
Anytime i do that i get an error message.
Please correct me if im wrong.." i think a project with a datagrid and and
data control should need no code to work"...
Take a look at the project and try to get the error message.
Thanks so much for your help.....
Servet
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
hii paul,
im sending u a sample project.
after running the project,enter a few new records to the DB from
Datagrid.Then Go back to the first record and try to update it.
Anytime i do that i get an error message.
Please correct me if im wrong.." i think a project with a datagrid and and
data control should need no code to work"...
Take a look at the project and try to get the error message.
Thanks so much for your help.....
Servet
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Hi,
What parameters are you supplying to the Data Control? I need a lot more
detail if I am to try to re-create the scenario at my computer. You can
always send me the source code privately if you want.
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: Servet Zeybek [mailto:servet_zeybek@...]
> Sent: Sunday, May 21, 2000 7:05 AM
> To: webvb@egroups.com
> Subject: [webvb] problem with ADO
>
>
> hi
> There is No Code...
> What i do is:
> 1-put a datagrid on the form(allow addnew and allow update are true)
> 2-put a ado data control on the form
> 3-create a simple access database that includes a table and the table
> have 3 fields(one of them is key field and has the autonumber
> datatype)
> 4-bound ado data control to the DB and bound grid to the data control
> 5-run the project
> 6-enter the first record
> 7-enter the second record
> 8-then turn back to the first record to update
> 9-make a change to the first record
> 19-and now try to leave the first record
> At this point i get 'the specified row could not be located for
> updating.it may have been changed since it was last read'
> Where can i find an explanation for this error message....
> I hate ADO......
> It never works properly....
> thenks sooo much for your help....
>
>
> ------------------------------------------------------------------------
> Save 75% on Products!
> Find incredible deals on overstocked items with Free shipping!
> http://click.egroups.com/1/4013/1/_/18824/_/958907126/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
hi
There is No Code...
What i do is:
1-put a datagrid on the form(allow addnew and allow update are true)
2-put a ado data control on the form
3-create a simple access database that includes a table and the table
have 3 fields(one of them is key field and has the autonumber
datatype)
4-bound ado data control to the DB and bound grid to the data control
5-run the project
6-enter the first record
7-enter the second record
8-then turn back to the first record to update
9-make a change to the first record
19-and now try to leave the first record
At this point i get 'the specified row could not be located for
updating.it may have been changed since it was last read'
Where can i find an explanation for this error message....
I hate ADO......
It never works properly....
thenks sooo much for your help....
Hi,
As I replied the last time, I need to see the code.
Paul Coleman
Get your free and private web based eMail address at iUpTown.com ->
http://eMail.iUpTown.com
> -----Original Message-----
> From: Servet Zeybek [mailto:servet_zeybek@...]
> Sent: Saturday, May 20, 2000 7:10 AM
> To: webvb@egroups.com
> Subject: [webvb] Problem with ADO
>
>
> hii anyone
> I get an error message (The Specified row could not be located for
> updating.It may have been changed since it was last read) when i want
> to update records in Datagrid.The Grid's datasource is a Ado data
> control.
> if anyone knows how to deal with this problem please tell me about it.
> I have to get over this problem.....Thanks So much....
>
>
> ------------------------------------------------------------------------
> 72% off on Name brand Watches!
> Come and buy today and get free shipping!
> http://click.egroups.com/1/4011/1/_/18824/_/958821029/
> ------------------------------------------------------------------------
>
> Visit:
>
> WebVB at http://www.CoSeCo.com/WebVB
>
> Free Web Stuff at http://www.CoSeCo.com/WebStuff
>
>
hii anyone
I get an error message (The Specified row could not be located for
updating.It may have been changed since it was last read) when i want
to update records in Datagrid.The Grid's datasource is a Ado data
control.
if anyone knows how to deal with this problem please tell me about it.
I have to get over this problem.....Thanks So much....
Hi anyone
im using an ADO data contol and a datagrid.Also im entering data in
to the grid.
But When I go back to the record that ive entered a few seconds
ago,and try to update, I get the error mesage:
"The Specified Could not be located for updating.Some Values May have
been changed since it was last read"
If Anybody knows why that happens and an answer for that please help
me.I need an Urgent Answer.....
Thanks..
Hi-
Does anyone know how to get the Dial-Up-Networking connection(the one
you get when you double-click the DUN icon in the system tray)
Thanks in advance.
Erek
I know that I have not done much with the companion site in quite a while, and I am not about to make any drastic changes right away either. Has anyone been to http://www.CoSeCo.com/WebVB? Does anyone have anything that they would like to contribute to the WebVB site? Do you have a site of your own that has complimentary information to WebVB that I could link to? If you don't want to respond to the group you can contact me at WebVB@....