Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 10186 - 10219 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10186
Waqas, Thank you very much, that is exactly what I was looking for ! Don ... Webbrowser1) ... to ... some ... like ... adjust ... ...
Don Routman <DonRoutm...
donroutman
Offline Send Email
Feb 1, 2003
12:56 pm
10188
Dear group, how do I "open" a file with my application. As a very simple example, how could I open a text file with my application?? by right clicking the file...
Rnd
thorinzzzz
Offline Send Email
Feb 2, 2003
5:12 pm
10189
take a look at the command function ... From: "Rnd" <randomaccess10@...> To: <vbhelp@yahoogroups.com> Sent: Sunday, February 02, 2003 10:12 AM Subject:...
Eduardo
eoliv_dot_com
Offline Send Email
Feb 2, 2003
5:40 pm
10190
Hi John, ... What are you asking, exactly? How to convert it? THe "Yahoo database" can be exported to CSV, which can be readily imported into Access. Regards, ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2003
7:00 am
10191
Thanks Krishnakant. I'll try it. Dave...
nguyendave74 <nguyend...
nguyendave74
Online Now Send Email
Feb 3, 2003
5:25 pm
10192
I am developing a program in which i want to use password protected access database. till now I was using simple access database. my coding was as follows Set...
jayeshchikhal <jayesh...
jayeshchikhal
Offline Send Email
Feb 3, 2003
5:26 pm
10193
YOU MAY DO ONE THING THAT CREATE ONE PROCEDURE AND CALL THAT PROCEDURE AT THE TIME OF ENDING UR APPLICATION. I.E. PUBLIC SUB ENDPROC() For each CurFrm in Forms...
Manish Gajjar
scroll@...
Send Email
Feb 3, 2003
5:26 pm
10194
I have a problem to do in my VB class I am taking. The program searches a sequential access file for zip codes and then displays the corresponding city. The...
great_est_1 <greatest...
great_est_1
Offline Send Email
Feb 3, 2003
5:27 pm
10195
This assumes that each record of la8zip.dat contains the city followed immediately by the ZIP code, like "New York, NY10001". If it's otherwise, you'll have to...
William Flis
williamflis
Offline Send Email
Feb 3, 2003
10:22 pm
10196
Hi, Try this! Set com = New Command Set con = New Connection Set rs = New Recordset With con .ConnectionString = "Jet OLEDB:Database Password=mypassword;Data ...
Waqas Hussain
WHussain@...
Send Email
Feb 4, 2003
4:06 am
10198
sir, thank you for helping me. I was desperately trying to find the code for my problem for quite some time now but I was unsuccessful. I rewuest you to keep...
jayesh chikhal
jayeshchikhal
Offline Send Email
Feb 5, 2003
5:05 am
10199
Use this connection string; With con .ConnectionString = "user id = Admin;password ="";data source= c:\foldername\nameofdatabase.mdb;Persist Security...
adp ad
adp19702000
Offline Send Email
Feb 5, 2003
5:05 am
10200
hi all, i'm want to use datarepeater control to display the access data. can anybody help me to find the usage of DATARepeater Control. and how to use it. ...
Manish Gajjar
scroll@...
Send Email
Feb 5, 2003
9:19 pm
10201
Hi, I've send you the attachment on your personal address because I think the group does not accept attachments. Waqas... "Manish Gajjar" To:...
Waqas Hussain
WHussain@...
Send Email
Feb 7, 2003
12:22 am
10202
Hi All, How can find the existance of a Diskette in a Floppy Drive using VB Codes? Thanks and regards, Ibrahim ...
Ibrahim Kebir
kebirqcb
Offline Send Email
Feb 7, 2003
12:22 am
10203
Hi to all !!! My question is: How can i display an Microsoft Office Word file into a Form. I need to view this file.doc in my form. Thanks a LOT !!!! ... Do...
marinescu florin
halford13
Offline Send Email
Feb 7, 2003
12:23 am
10204
Hi, Have you tried the OLE Control from vb's toolbox? marinescu florin To: vbhelp@yahoogroups.com <halford13@ya cc: hoo.com>...
Waqas Hussain
WHussain@...
Send Email
Feb 7, 2003
4:12 am
10205
Option Compare Database Private Sub Command0_Click() On Error GoTo Err_Command0_Click Dim oApp As Object Set oApp = CreateObject("Excel.Application") ...
sandeep -
kusandeep
Offline Send Email
Feb 7, 2003
6:25 pm
10206
USING SELECT CASE VBKEYF5: COMMAND1_CLICK NEED TO BE ABLE TO USE SHIFT PLUS FUNCTION KEY TO DO A SIMAILAR ACTIVITY. NEED TO BE ABLE TO GO BEYOND THE...
aams1234dw <DWB123@...>
aams1234dw
Offline Send Email
Feb 9, 2003
1:44 am
10207
Thanks my friend for your help! I will try this right away...... Regards, Laurie ... followed ... otherwise, ... the ZIP ... displays the ... this ... ...
great_est_1 <greatest...
great_est_1
Offline Send Email
Feb 9, 2003
2:56 am
10209
Pass KeyCode and Shift to a subroutine. To check whether shift and or alt /ctrl key is pressed, use KeyTest = Shift and 7 Select Case KeyTest Case 1 ' or...
adp ad
adp19702000
Offline Send Email
Feb 10, 2003
6:16 pm
10210
Hi Can anyone teach me how to retrieve updatable recordset from oracle stored procedure using VB6? I've tried using ref cursor via Oraoledb but it doesn't...
vtyt <vtyt@...>
vtyt
Offline Send Email
Feb 13, 2003
7:29 am
10211
Hi - we're trying to get our heads around the shape command here, have docs from msdn but would be grateful if anyone could point us to some additional ...
Bachmann, Nigel
nigz_0
Offline Send Email
Feb 13, 2003
11:08 am
10212
Hi to ALL VBHelpers !!! Does anybody know how can I store jpg files (or other file type, like *.*) into a SQL table ??? If you know, please send me some...
marinescu florin
halford13
Offline Send Email
Feb 13, 2003
3:06 pm
10213
I'm trying to use "mailto:" and shellexecute command. Call ShellExecute(frmApplication.hwnd, "open", sText, _ vbNullString, vbNullString, SW_SHOWNORMAL) It...
Martin R. Slimmer
qwerty3020
Offline Send Email
Feb 13, 2003
3:07 pm
10214
This is just a thought but how are you veiwing in outlook, text mode, rtf mode or html? If it's in html view you might have to write to display in html. I've...
Darrell Adams
captain_51
Offline Send Email
Feb 13, 2003
4:13 pm
10216
TRY A CARRIAGE RETURN AT THE END OF THE EACH VALUE FOR sText ??...
DAN BRIDGEMAN
aams1234dw
Offline Send Email
Feb 13, 2003
7:59 pm
10217
http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_20359820.html marinescu florin <halford13@...> wrote: Hi to ALL VBHelpers !!! Does...
adp ad
adp19702000
Offline Send Email
Feb 13, 2003
8:00 pm
10218
I think that's the problem - - it's opening in Rich Text. If I can force it to Plain Text, I think it would work alright - - or find the RTF commands to force...
Martin R. Slimmer
qwerty3020
Offline Send Email
Feb 13, 2003
8:00 pm
10219
CHECK OUT HELP FOR MSGBOX. ... [Non-text portions of this message have been removed]...
DAN BRIDGEMAN
aams1234dw
Offline Send Email
Feb 14, 2003
4:22 am
Messages 10186 - 10219 of 15862   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