Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? 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 26228 - 26257 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26228
Hi How can I find WINDOWS directory by using Vb code? Best Regards, Bijith...
Biji
m_bijith
Offline Send Email
Jul 1, 2006
8:12 am
26229
I have tried that, but the problems stil occur. The program I am using is only a project, I did'nt install it. I am using an inpout.dll and io.dll for this...
pinay_mariascott
pinay_marias...
Offline Send Email
Jul 1, 2006
8:33 am
26230
Hi Everyone Myself a student of Computer Engineering and I have to submit my project on 4th of July. So, Please help me in the following:- 1. how to load our...
viky
vsd_2663
Offline Send Email
Jul 1, 2006
11:30 am
26231
... My group friend, I have understand your means to WINDOWS directory,plz explain me what u want, then I help u Your group friend, Sangeeta Mb. 9926022309...
sang_prt
Offline Send Email
Jul 1, 2006
1:25 pm
26232
Obviously, people either didn't understand me or read my post too quickly. I am hoping someone has the right answer. I made my own DLL and need to register it....
Jean-Pierre Jamous
keen_black_e...
Offline Send Email
Jul 1, 2006
1:31 pm
26233
You are correct Rick Rose For the cheapest computer parts on the net http://tinyurl.com/lhpyu ... From: Jean-Pierre Jamous Date: 7/1/2006 9:32:04 AM To:...
Rick Rose
roseri1997
Offline Send Email
Jul 1, 2006
2:15 pm
26234
Use Environ http://www.vbcity.com/forums/topic.asp?tid=47474 PathString=environ(SystemRoot) Rick Rose For the cheapest computer parts on the net ...
Rick Rose
roseri1997
Offline Send Email
Jul 1, 2006
2:26 pm
26235
I have 2 separate questions related to the same program: 1) I have a form with a text box in which the user will type a function like x^2*cos(x). I want to be...
Eric
oswaler
Online Now Send Email
Jul 1, 2006
4:12 pm
26236
hiiiiiiiiii viky for first add ur exe to program->startup menu u caN DO SO BY RUGHT CLICKING the start butoon then open program folder then startup and then...
mohit vashistha
unknown_fbd
Offline Send Email
Jul 1, 2006
6:43 pm
26237
If the users have access to MS Office, you can make a reference in your project to Excel. Application.Evaluate does an evaluation on a character string. Might...
Bruce H. Johnson
bhjohnson36
Offline Send Email
Jul 1, 2006
7:49 pm
26238
Hi all, I have 2 create a Library system by the end of this week, an todays the 2nd.. Pls help me, at least by givin me some ideas.. Thanks in advnce, AJ...
aj.kool
Offline
Jul 2, 2006
11:59 am
26239
goto vb-helper.com and search for "mathmatical expression" there are several ways to evaluate the expression for both VB6 and VB.Net WJK...
wjkahlssmd
Offline
Jul 2, 2006
12:26 pm
26240
I am trying to center justify the contents of some excel cells exported from Visual Basic 6 program... What is the proper syntax for doing this. I cannot seem...
wjkahlssmd
Offline
Jul 2, 2006
12:30 pm
26241
If you are talking about the "Package and Deployment" that comes with VB6, I have that code somewhere to add a couple of things to the .bas file then add also...
Kenneth Danner
racermand289
Offline Send Email
Jul 2, 2006
12:40 pm
26242
Try: excel_app.worksheets("Sheet1").Rows(1).horizAlignment = xlCenter _____ From: visualbasic6programming@yahoogroups.com ...
Bart Toole
toole130
Offline Send Email
Jul 2, 2006
12:48 pm
26243
Bart, Thank you.... very quick response... That did the trick once I changed xlCenter to -4108 I googled xlCenter to get that value... I really appreciate the...
wjkahlssmd
Offline
Jul 2, 2006
1:45 pm
26244
Hi all, I want to calculate the present age of any employee from the birth date entered I used the following code dim dateman as date (general declarations) ...
Thaddeus
aerolidar
Offline Send Email
Jul 2, 2006
4:51 pm
26245
I have two memo fields that I am trying to display as one field using this SQL code: SELECT [Field1]+' '+[Field2] as [CombField] FROM ..... The code works but...
wjkahlssmd
Offline
Jul 2, 2006
7:09 pm
26246
Try something like this Dim years years = (CDate(Date) - CDate("6/8/1972")) / 365 MsgBox years Date has to follow your regional settings.... ... birth date...
wjkahlssmd
Offline
Jul 2, 2006
7:29 pm
26247
Yes Jean-Pierre, Place it anywhere you want then register it. Reference your DLL in the calling program and VB6 will find it. It is pretty slick! Just call...
Dan Opiela
daniel_opiela
Offline Send Email
Jul 3, 2006
12:09 am
26248
That can't be done with SQL. It will always truncate it at 255 characters. What I would suggest is that you not try to combine it with sql, but with vb...
Rick Rose
roseri1997
Offline Send Email
Jul 3, 2006
2:34 am
26249
Gentlemen, et al., I'm still looking for a transparent picture box control. I'm not satisfied with the control I have....
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Jul 3, 2006
2:48 am
26250
check out this code... i think this is the best solution 4 u..... hope this will help u.... ************ Dim dateman As Date 'general declaration Private Sub...
shahbhavna2004
Offline Send Email
Jul 3, 2006
6:32 am
26251
... use GetWindowsDirectory API : Private Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal...
reza rostami
r_rostam
Offline Send Email
Jul 3, 2006
10:32 am
26252
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
reza rostami
r_rostam
Offline Send Email
Jul 3, 2006
10:52 am
26253
what kind of algorithm does it need to take the Media Access Controller of your computer? I was just wondering how it could be done and how can it be...
pragmatic_panoy
Offline Send Email
Jul 3, 2006
2:45 pm
26254
Hi, Hi, I am using the pseudo code below to input a file from a computer on the web that has the file in a shared folder, the firewall is down and I know its...
johnstubbe
Offline Send Email
Jul 3, 2006
4:33 pm
26255
Thank you Rick, That is what I ended up doing...code is not as clean, but it does work. I wonder why MS did that. I am using the Jet engine, so I can blame...
wjkahlssmd
Offline
Jul 3, 2006
5:18 pm
26256
I've made a database program with data , dbgrid tool ... how do i arrange the the database's data by ( A to Z or Z to A ) in a field that i want ... And how do...
emadocom
Offline
Jul 3, 2006
6:54 pm
26257
Check this out.... http://vbnet.mvps.org/code/network/macaddress.htm...
Kenneth Danner
racermand289
Offline Send Email
Jul 4, 2006
1:23 am
Messages 26228 - 26257 of 32051   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