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 8266 - 8295 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8266
heya all ! im puttin up a new web site and want it password protected, the standard individual user names and pw's for each user, just like yahoo or any other ...
Gavinne White
phaque_biotch
Offline Send Email
Dec 1, 2006
4:30 pm
8267
What kind of help you need pls specify Regards Lakhvinder ... From: Sankar Nehru <sankarjoshua@...> To: VisualBasic_Official@yahoogroups.com Sent:...
Lakhvinder Dhanoa
lakhvinder1974
Offline Send Email
Dec 1, 2006
4:35 pm
8268
Gavinne, The new Microsoft Visual Web Developer 2005 has a whole suite of web pages for login, password recover, change password, etc. The Express edition of ...
Diane deCastillia
didebugs
Offline Send Email
Dec 1, 2006
6:43 pm
8269
I've had an off board reply explaining to me the operation of the scale method, but I still don't get it. The scale method is before the print command in the...
learning_photoshop
learning_pho...
Offline Send Email
Dec 2, 2006
4:03 pm
8270
i think you have to do this; Label2.Text = DataGridView.CurrentCell.Value you can test it in -> DataGridView_DoubleClick private sub ... From: Beulah Florence...
Serkan Güney
bodakrep
Offline Send Email
Dec 2, 2006
4:05 pm
8271
I have a table that is a tickler list. A query returns the results of web sites that need to be visited. If I click on the hyperlink it will open Internet...
saab4991
Offline Send Email
Dec 6, 2006
1:22 am
8272
Try something like this: 'Create a method that would take the web Url as an argument Public Sub OpenLink(ByVal WebUrl As String) Response.Redirect(WebUrl) End...
Eze stephen O.
stonypeterz
Offline Send Email
Dec 6, 2006
9:56 am
8273
Hi Friends, I am using VB 6.0 and Sql Server 2000. I want to take backup of Sql Server 2000 database through VB. How i can do this in vb, because client want...
Chintan Shah
changesh76
Offline Send Email
Dec 6, 2006
4:59 pm
8274
I had the first method. And I have the second method for specific URL's. The question is how to execute the first method using the results of a query, rather...
vectorges@...
saab4991
Offline Send Email
Dec 6, 2006
5:00 pm
8275
Hi Friends, I am using VB6 and Crystal report 8.5. and Sql Server 2000. I was create report in .rpt files using ODBC of Database Test1. I was pass the DSN to...
Chintan Shah
changesh76
Offline Send Email
Dec 6, 2006
5:01 pm
8276
I want to get the start up path or path of the the exes running on the system using .Net. How do I do this? ...
Mukund katpatal
vyahad
Offline Send Email
Dec 6, 2006
5:07 pm
8277
Why not pass in the Backup Statement? BACKUP DATABASE [YourDatabase] TO DISK = N'C:\Temp\MyBackup.bak' WITH NOFORMAT, INIT, NAME = N'YourDatabase-Full Database...
Stephen Russell
lotmate
Offline Send Email
Dec 6, 2006
6:29 pm
8278
How do I select a specific item in the combo box column of a datagrid? Let's say if you have 3 rows, then you have 3 combo box in the datagrid. Then Each combo...
Adrian Checa
ajacheca
Offline Send Email
Dec 7, 2006
1:11 am
8279
Stephen Russell, You have use N just before providing the path, Can you descirbe me, why you have use it. Regards Rahul Verma Stephen Russell...
Rahul Verma
rahul9818084057
Offline Send Email
Dec 7, 2006
8:31 am
8280
Hi, You can use SQL DMO Object to do server level programming VB Regards Raja Raman.R ... From: Chintan Shah <changesh76@...> To: VB 6 Program...
Raja Raman
rajakkal
Offline Send Email
Dec 7, 2006
8:31 am
8281
Why? And it's probably different in SS2005. I know it's a new object, so it's got to change because it's a M$ upgrade :) Stephen Russell DBA / .Net Developer...
Stephen Russell
lotmate
Offline Send Email
Dec 7, 2006
6:23 pm
8282
Hi, Try ".\filename.extension" to locate any file in the same path with the executable file. Happy coding ... Mukund katpatal <vyahad@...> wrote: I...
Eze stephen O.
stonypeterz
Offline Send Email
Dec 7, 2006
6:25 pm
8283
How can i use Sql DMO? Regards, Chintan Shah ... ____________________________________________________________________________________ Yahoo! Music Unlimited ...
Chintan Shah
changesh76
Offline Send Email
Dec 7, 2006
6:26 pm
8284
The N is an identifier for UniCode. You don't need it in plcae to run. Stephen Russell DBA / .Net Developer Memphis TN 38115 901.246-0159 "Our scientific...
Stephen Russell
lotmate
Offline Send Email
Dec 7, 2006
6:27 pm
8285
Hi Go to Visual Basic, add references to SQL DMo Object library Create a SQL Server variable,database variable. Connect it with the Server. Create a variable...
Raja Raman
rajakkal
Offline Send Email
Dec 8, 2006
6:10 am
8286
Hi coders, This question are common to VB.net /c#.net !.) What is the datatype u suggest for mobile number. 2.) How to store picture *.jpg/*.bmp/*.gif in...
MMK CCS
computersurg...
Offline Send Email
Dec 9, 2006
12:32 am
8287
Thanks to all that replied. Gotta to work! Needing suggestions: I have created this form that the user will complete and click submit(saves infom to datbase...
Latina Barnes
lyb1392
Offline Send Email
Dec 9, 2006
12:33 am
8288
To start, there's an entire system called Help. Try the menu. Next, separate your questions into distinct (look in the dictionary) questions, not an entire...
Bruce H. Johnson
bhjohnson36
Offline Send Email
Dec 9, 2006
6:06 pm
8289
Well what error do you get when creating the new form it should be VB Dim frm As Form1 = New Form1() Dim frm1 As Form2 = New Form2() C# Form1 frm = new Form1()...
Demetrius Powers
blocklif
Offline Send Email
Dec 11, 2006
1:02 am
8290
Dear people: I am looking for a tool that let me do reverse engineering with a 20 classes proyect. I have a VB6 proyect and I need to convert the source code...
juanmbellina
Offline
Dec 11, 2006
10:50 pm
8291
Try Rational Rose or MS Visio.both softwares have revers engineering option adn u can add your database scemas or any supported language code to get UML...
Muhammad Assir Nadeem
assir_nadeem
Offline Send Email
Dec 12, 2006
9:01 am
8292
After I complete my form and click the add request button, all of the fields are being inserted into the table correctly accept for the approvebyid field....
Latina Barnes
lyb1392
Offline Send Email
Dec 12, 2006
5:17 pm
8293
I have a datgrid, with one editable column. After the user updates this column, I want to save this into the database table (SQLServer), so I loop thru' the...
arrrteee
Offline Send Email
Dec 12, 2006
5:23 pm
8294
Use the Sql Profiler to see what you are sending to the server.....That default value must be getting set to -1 some where Latina Barnes <lyb1392@...>...
Demetrius Powers
blocklif
Offline Send Email
Dec 13, 2006
4:29 pm
8295
I have Win Xp operatin system. I am creating setup files for my application. I can create it successfully. But when I try to install it, It displays msg...
amolkulkarni2007
amolkulkarni...
Offline Send Email
Dec 13, 2006
4:30 pm
Messages 8266 - 8295 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