Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8404 - 8433 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8404
hi... i need little bit help regarding ODBC conenction. i develop a small program which uses access database.... and then i make its package using vb package &...
kmehtab
Offline
Mar 1, 2007
5:34 pm
8405
... System.EventArgs) ... e As ... Nothing ... second's i ... remove ... saving old ... Hi, The problem is when you use myForm.Dispose() you erase the memory ...
mrwilsonmj
Offline Send Email
Mar 2, 2007
12:08 am
8406
Hi, My problem is also related to disposing the object. but it is little bit different. It is related to disposing a dataset table. Let suppose my dataset...
Rahul Verma
rahul9818084057
Offline Send Email
Mar 2, 2007
8:14 am
8407
I'm hoping that someone will be able to quickly see what I'm doing wrong. I perform the following steps: 1. I create a Windows application in Visual Basic .NET...
ericboyajian
Offline
Mar 3, 2007
5:28 pm
8408
well i replied from my mailbox and it dont look like it got posted so i'll do it this way. you should leave the windows generated code alone and add your lines...
gilabite
Offline Send Email
Mar 3, 2007
9:34 pm
8409
well however you are deploying this application my not have the references added when you install the app on the other computers, which is why you are getting...
Demetrius Powers
blocklif
Offline Send Email
Mar 5, 2007
2:09 am
8410
Hello Everybody, My name is N.S.Santosh Kumar. Well I need some information pertaining to a specific problem. I am developing a club membership management ...
N.S.Santosh Kumar
coolcanc
Offline Send Email
Mar 5, 2007
2:11 am
8411
I would try somethink like this. dim tblX as datatable tblx = DS.Tables(2) ds.tables.removeAt(2) tblx = nothing or tblx.dispose - I think the important thing...
Michael S
michael971
Offline Send Email
Mar 5, 2007
8:16 am
8412
Thank you for the advice on simply trapping the exception. Now I get a nice dialog that says that the .NET Security Policy is not allowing this application to...
ericboyajian
Offline
Mar 6, 2007
5:15 pm
8413
You can store the connection settings in registry or you can create dsn when the application runs first time. Roopesh kmehtab <no_reply@yahoogroups.com> wrote:...
Roopesh Kumar
rk9811321262
Offline Send Email
Mar 7, 2007
5:08 pm
8414
I upgrade my system. and all parts (Ram [kingston], Harddisk [seagate 80gb baracuda], Motherboard [asus], Processor [celeron]) are new and in warranty. my...
Raghib Khesal
khesal2003
Offline Send Email
Mar 7, 2007
5:10 pm
8415
try re-installing ur os.... ... From: Raghib Khesal To: simplycomputers2@yahoogroups.com ; JavaScript_Official@yahoogroups.com ;...
Narendran
iamnarendran
Offline Send Email
Mar 7, 2007
8:49 pm
8416
It sounds to me like one of two things. First how old is the power supply and how many watts is the power supply? I doubt it is the power supply but I mught as...
gilabite
Offline Send Email
Mar 7, 2007
8:49 pm
8417
I keep getting a "No error message available, result code: DB_SEC_E_AUTH_FAILED(0x80040E4D). " It's saying that the source code error is: daCW.Fill(dsCW,...
kharmi_catura
Offline
Mar 13, 2007
12:38 am
8418
yes, we can create dsn only once... but the user who doesn't know this, its difficult for him/her to follow the steps.... so thats why i am asking is there any...
kmehtab
Offline
Mar 13, 2007
6:19 pm
8419
Greetings, I see two things I question. First, does your db allow access for UserID=Admin; Password=""? My guess is a problem with the connections string. I...
Tidrick, Thomas (CDC/...
thtidrick2001
Offline Send Email
Mar 13, 2007
6:20 pm
8420
Hello Every Body, Hi, I am a new member of your group, who would like no about how to make a Bitmap Splash Screen in VB.net with vb code not C# and J#. Please...
Muneer Hussain
muneerpashakh
Offline Send Email
Mar 13, 2007
6:20 pm
8421
Put your added lines in a form load sub and you can also wrap your 2 lines in a try statement like this form1_Load(ByVal sender As Object, ByVal e As...
Snake Man
gilabite
Offline Send Email
Mar 13, 2007
6:21 pm
8422
Is this somone's connection string? OleDb.OleDbConnecti on("Provider= Microsoft. Jet.OLEDB. 4.0;Password= "";User ID=Admin;Data Source=C:\Course ...
Eze stephen O.
stonypeterz
Offline Send Email
Mar 13, 2007
6:24 pm
8423
Almost all the ODBC stuff is in the registry. HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI. Create a DSN then look at the registry. From there, you can either...
Bruce H. Johnson
bhjohnson36
Offline Send Email
Mar 14, 2007
6:44 am
8424
I'm working on an ASP.NET 2.0 project that I would like to use the ASP.NET Login Controls with. My problem is that my system includes a smart client. The...
Mike
mikester7768
Offline Send Email
Mar 20, 2007
4:30 pm
8425
You have to manually generate the encryption and decryption keys in ASP.NET 2.0's machine.config file. Each computer needs the exact same encryption and...
gilabite
Offline Send Email
Mar 20, 2007
10:27 pm
8426
Hello ! I have the following problem : I have a central sub in form A. e.g. ... Sub CentralCaller() FeatureA() FeatureB() End Sub ... and say a sub called...
howardeichenbaum
howardeichen...
Offline Send Email
Mar 22, 2007
5:37 pm
8427
How about a cheap and dirty public Boolean. Set the bool to false in CentralCaller before calling feature A. Somewhere in Feature A set the Boolean to true and...
Yates, Shawn
zindar2000
Offline Send Email
Mar 22, 2007
11:01 pm
8428
HI everyone! kindly any one tell that how can i access quickly more than 2 lakh records from MS ACCESS database? i using vb.net for data filtering and show...
jointheasim
Offline Send Email
Mar 23, 2007
6:47 pm
8429
I dont see why you need a timer or a loop cant you just put feature "A" and feature "B" in if statements and either have a public boolean or an integer to...
gilabite
Offline Send Email
Mar 23, 2007
6:52 pm
8430
Hi all, I would like to use more than one parameter in a a datasource for a GridView... Here is the GridView code.... <asp:SqlDataSource ID="SqlDataSource"...
Manuel Tejada
visualbprogr...
Offline Send Email
Mar 23, 2007
6:55 pm
8431
Hello everyone, I am starting a new windows application project. In this project, I will require to authodicated the users. My question is: Should I use the...
Joao
joao_toronto
Offline Send Email
Mar 26, 2007
6:22 am
8432
Hey all, I am just starting to learn .Net, and want to know if VS 2003 will run on Vista? I have XP home and so planning to buy a new sys. XP pro is in...
Vipul Gupta
er_vipulgupta
Offline Send Email
Mar 26, 2007
6:23 am
8433
Hi All, Can anyone tell me Is it possible to install Oracle 9i on Windows Vista Home Premium? I m getting error as 'could not start jrew.exe'. Thanx ...
Mukund katpatal
vyahad
Offline Send Email
Mar 26, 2007
6:24 am
Messages 8404 - 8433 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help