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 14899 - 14928 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14899
i have a double value: dim a as double, b as integer a = 12.68 if i assign b = a, i will get b = 13. but i want is b = 12, which is the floor of a. (Remark:...
setlan83
Offline Send Email
Sep 2, 2006
2:03 am
14900
... Did you look at Fix() yet? Regards, Shawn K. Hall http://12PointDesign.com/...
Shawn K. Hall
vb_shawn
Online Now Send Email
Sep 2, 2006
2:28 am
14901
it works thank you so much ... Did you look at Fix() yet? Regards, Shawn K. Hall http://12PointDesign.com/ ... Get your own web address for just $1.99/1st yr....
woo setlan
setlan83
Offline Send Email
Sep 2, 2006
3:07 am
14902
I set grid's OleDropMode Property to Manual. I create DragDrop event and put "stop" in the event. When I drag something over the grid, it has the "+" symbol,...
Have A. Niceday
halfof4is2
Offline Send Email
Sep 2, 2006
4:23 pm
14903
Hi again, I created simple toolbar in my project. As for now it has a "Find", "Sort acending" & "Sort decending" buttons in it.What I am sorting is columns in...
mikecisar
Offline Send Email
Sep 2, 2006
11:58 pm
14904
Does this help with what you'r trying to do: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/dninvb01/html/ivb0900.asp /tr ... am ... the...
Tim Rupp
timrupp804
Offline Send Email
Sep 3, 2006
2:18 pm
14905
Dear Mike, Check this ADODC1.Recordset. Find "=", "Text1.text" Or set rst=new adodc.recordset rst.open "Select * From Table_Name where Field_Name='" &...
Thanuja K
nuja79
Offline Send Email
Sep 5, 2006
4:27 am
14906
hello recently I have seen a dictionary software which when user takes the mouse over a specific word , without any click , the meaning of that word appears in...
jshoghi
Offline Send Email
Sep 6, 2006
2:57 am
14907
have a spreadsheet that has data in in HTML controls. For example in D4 there is an embed function that contains the control HTMLText15. It shows 87.3 If I use...
Michael S
michael971
Offline Send Email
Sep 6, 2006
10:48 pm
14908
Hi all Dudes and Gals. I am new to this group. In fact I am a novice in VB programming also. One of my clients asked me to make VB - Access project with few...
swetha
ashwinidm
Offline Send Email
Sep 10, 2006
11:02 am
14909
Hihi there ;) I'm no great expert in this area, but there are many very user friendly splitter softwares out there, I use one called Cutter4, and all you do is...
Hotmail
jimbobob21
Offline Send Email
Sep 13, 2006
5:53 am
14910
Hi experts, I am working on I18N support for the application which has been written in VB. I did some investigation around that and what i got to know ia that...
ghatgeamol
Offline Send Email
Sep 14, 2006
7:46 pm
14911
It could be the fonts. Maybe your English OS doesnt have Asian fonts (Chinese/Japanese) installed? And I have written some VB6 applications that display both...
Moses M
khufujpn
Offline Send Email
Sep 15, 2006
3:59 pm
14912
Dear Friends, 1. I wanted to calculate area under the curve and peak of curve for 'n' number of files. 2.Starting point of peak in each file is different. ...
jaya_physicssvu
Offline Send Email
Sep 19, 2006
1:08 pm
14913
Hi Google Simpsons rule or Trapesoidal rule.... These are how most integration problems are done (area under curve) As for the peak.... Why not just have a...
Julian Holt
jholt@...
Send Email
Sep 19, 2006
1:45 pm
14914
Hi Dudes and Gals in this group, I have a problem in my VB group. Last week I had sent a VB project by setup wizard to my client. Some of you had really helped...
ashwini dm
ashwinidm
Offline Send Email
Sep 19, 2006
8:08 pm
14915
Hi, ... This error message means what it says: You need to make your report slightly less wide. Sometimes, this message will appear on one computer and...
Adelle Hartley
adellehartley
Offline Send Email
Sep 20, 2006
1:25 am
14916
Hi, Thank you very much for immediate reply. I will try, if i've any doubt i will be back. With rgds, Jayalakshmi. Julian Holt <jholt@...> wrote: Hi ...
jaya lakshmi
jaya_physicssvu
Offline Send Email
Sep 23, 2006
8:00 am
14917
Hello All, Can anyone here suggest me a solution to solve my follwoing problem? 1) I got a .aspx page and on that page i got a combo box and a command button. ...
jack fadd
jackfadd
Offline Send Email
Sep 24, 2006
10:15 am
14918
I'm trying to establish a connection for MySQL so that I can connect to a MySQL database using VB6. I've installed all of the necessary software. I can connect...
jmsm357
Offline Send Email
Sep 24, 2006
9:41 pm
14919
Hey there handgun, ... '// ======================================================== '[Variables] Public cn As Connection '[Support] Sub TestConnection()...
Shawn K. Hall
vb_shawn
Online Now Send Email
Sep 24, 2006
10:41 pm
14920
Hello All, Can anyone here suggest me a solution to the following problem? Iam trying to generate a report, which is already made using CR. When i execute the...
jack fadd
jackfadd
Offline Send Email
Sep 27, 2006
7:31 am
14921
Shawn, Thanks very much for your help! I really appreciate the information. Best regards, Jim ... the ... add...
jmsm357
Offline Send Email
Sep 27, 2006
3:10 pm
14922
The only way for me to close the datareport after a datareport.show command is by pressing the X button at upper right corner of screen. Is it possible to ...
ken keyser
ken_keyser
Offline Send Email
Sep 29, 2006
7:18 am
14923
Anyone know of a decent way to print your msflexgrid? You're probably familiar with the problems: If you use myform.print, it only does a screen dump of the...
Have A. Niceday
halfof4is2
Offline Send Email
Oct 2, 2006
6:27 pm
14924
Hi Dudes and Gals in this group, I have a problem in my VB group. Last week I had sent a VB project by setup wizard to my client. Some of you had really helped...
ashwini dm
ashwinidm
Offline Send Email
Oct 4, 2006
7:27 pm
14925
Hi all, How can i refresh crystal reports? Iam using VS.NET2003 and using vs.net i created a aspx webpage and on the page i placed a drop dwon list and a...
jack fadd
jackfadd
Offline Send Email
Oct 4, 2006
11:48 pm
14926
ok cso here is my expereince with data reports, first you must install the driver of the prefered printer and it must be the default printer.. if you will use ...
Roger Kaputnik
jovoh
Offline Send Email
Oct 4, 2006
11:48 pm
14927
Hi experts Thanks in advance. I am trying to open an help file with vb 6.0 application. with out specifying the file in project properties. can any one help me...
lramshankarfree
Offline Send Email
Oct 6, 2006
1:12 pm
14928
Dear All, I have developed a Search application for our inventory in MS Access database split into front and back end. It is working well. However, I want to...
vb_kri
Offline Send Email
Oct 8, 2006
4:39 pm
Messages 14899 - 14928 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