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 to share photos of your group with the world? 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 26985 - 27014 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26985
Try this : ' gets the end of yor path (begining of spaces) var = InStr(ApplicationPath, " ",0) ' not sure about sintaxe newpath = left(ApplicationPath,var) ...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Oct 2, 2006
10:57 am
26986
how are you? i send the details. OK ? [Non-text portions of this message have been removed]...
ckp21082_1
Offline Send Email
Oct 2, 2006
4:55 pm
26987
hi, please can someone more about error codes and there meanings; like when i what to run vb project, screen displays error '242' ... Do you Yahoo!? Everyone...
Fredrick Ugwuoke
fuchyco2003
Offline Send Email
Oct 2, 2006
10:05 pm
26988
I'm still looking for a ActiveX contro lfor picture boxes with a transparency feature. Does anyone have one of these? Darrin J. Calcutt...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Oct 2, 2006
11:18 pm
26989
How to format number in listview? at the moment it shows 1000 and i want to show as 1,000.00 any tips would be greatly appreciated. TIA, George [Non-text...
George Oro
georgeoro
Offline Send Email
Oct 3, 2006
10:14 am
26990
how are you adding the numbers to the listview , also you would use the format function ie Dim intNumber As Integer Dim intFormat As Integer intNumber =...
shane russell
gecko_au2003
Offline Send Email
Oct 3, 2006
11:49 am
26991
How can edit the value in my ListView? After a populate the list I want to have an option that I can change directly the value of any column. I ticked the...
George Oro
georgeoro
Offline Send Email
Oct 3, 2006
11:56 am
26992
thanks Russell its been resolved already... some parenthesis or syntax problem only. I used "Standard" instead of "0,000.00" which works fine too. cheers ... ...
George Oro
georgeoro
Offline Send Email
Oct 3, 2006
11:58 am
26993
Hi Group, Can any one tell me how to do incremental search in True DB Grid 8.0 in VB 6.0? For Example. I have two colums Account Number and Last Name. If I...
sibykjose
Offline Send Email
Oct 3, 2006
1:08 pm
26994
hiiii Fredrick Ugwuoke I have this file about Vb error number and description hope this will help u 'Task: VB Error Number and Description more than 650 ...
mohit vashistha
unknown_fbd
Offline Send Email
Oct 3, 2006
4:47 pm
26995
what do you mean by standard ? As in format(number,"standard") ?? Also its good to hear you have the issue resolved now :) George Oro <george@...>...
shane russell
gecko_au2003
Offline Send Email
Oct 3, 2006
5:04 pm
26996
Thanks for the list, Mohit. This is great to have. Bart _____ From: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com]...
Bart Toole
toole130
Offline Send Email
Oct 3, 2006
6:08 pm
26997
dim x as double x=1000 listview1.listitem.add(,,fromat(x,"#,##0.00)) ok ... i want to...
nuardotcom
Offline Send Email
Oct 4, 2006
12:54 am
26998
sibykjose <sibykjose@...> wrote: Hi Group, Can any one tell me how to do incremental search in True DB Grid 8.0 in VB 6.0? For Example. I have...
MOHAMED M
en_mohamed0
Offline Send Email
Oct 4, 2006
2:05 am
26999
Thanx for the reply. BTW, I got the ApplicationPath from lngResult = GetPrivateProfileString(KeySection, _ KeyKey, strFileName, ApplicationPath,...
Dzulaiha Zainal
ninizainal
Offline Send Email
Oct 4, 2006
2:20 am
27000
v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}..shape {behavior:url(#default#VML);} Try to format it...
fendy acien
fendy_acien
Offline Send Email
Oct 4, 2006
2:51 am
27001
Sorry, I tried the Redim, it pops out error mesgs. I tried using the InStr, but I modified it a bit because my path includes spaces in the string, so i did it...
Dzulaiha Zainal
ninizainal
Offline Send Email
Oct 4, 2006
3:07 am
27002
Wondering if someone knows how to keep the list portion of a combo box kept shown while the user types to wit: 1.PgUP 2.PgDn 3.Home 4.End 5.Arrow Up 6.Arrow...
matt_1ca
Offline Send Email
Oct 4, 2006
6:00 am
27003
I am having trouble appending one file to another. Perhaps I have gotten too far in the forrest. I want to copy on file to another appending the second to the...
toole130
Offline Send Email
Oct 4, 2006
3:36 pm
27004
hiii MOHAMED I am using VSFlexgrid 6.0 and i have to just set a property and it do the serach in grid and highlighted the matched cell as u type in that if u...
mohit vashistha
unknown_fbd
Offline Send Email
Oct 4, 2006
3:53 pm
27005
Had someone made a program for connect mobile devices with bluetooth. I need help with a good lybrary and some code samples please, this is my first try....
Ramón Ureña
ray_cyber_kn...
Offline Send Email
Oct 4, 2006
3:58 pm
27006
Do not use the combos keydown event. Create your own key handler in the usercontrols keydown event. If the control does not have this event add it (use the...
Dan Opiela
daniel_opiela
Offline Send Email
Oct 4, 2006
4:52 pm
27007
if it is a text file, you just just do open "c:\test.txt" for append as #1 print #1, "whatever" close #1 Rick Rose For the cheapest computer parts on the net ...
Rick Rose
roseri1997
Offline Send Email
Oct 4, 2006
10:48 pm
27008
Hi there.. what's the best way to learn about the registry ? I would like to explore its' capabillities within VB6 functions. many thanks, Harry...
Harry
hairbear72
Offline Send Email
Oct 5, 2006
2:48 am
27009
This is a very valuable piece of information -- I will look deeper into it. Its the first time I will try out the KeyPreview event, but from the sound of it,...
matt_1ca
Offline Send Email
Oct 5, 2006
5:01 am
27010
Hello Friends, I want to check for digit (1,2,3,4,5,6,7,8,9,0) and hyphen (-) in vba. Right now I am using this statement For i = Len(ActiveCell.Value) To 1...
^Stuart Little^
high_way122
Offline Send Email
Oct 5, 2006
9:30 am
27011
Off the top of my head.... Not much shorter but another way of doing it...... For i = Len(ActiveCell.Value) To 1 Step -1 cch = Mid(ActiveCell.Value, i, 1) ...
Kenneth Danner
racermand289
Offline Send Email
Oct 5, 2006
10:00 am
27012
I wrote this email 5 times trying to be clear and now in reading it, I see I wasn't. Several hundred lines of variables are written from a subroutine called ...
Bart Toole
toole130
Offline Send Email
Oct 5, 2006
11:30 am
27013
I have done this but by using the ascii value. If ascii vlue of x = '-' or ascii value of x is between 0 and 9 then true If Asc(x) = 45 or (Asc(x) > 47 And...
Bart Toole
toole130
Offline Send Email
Oct 5, 2006
11:37 am
27014
hi fredrick........ first of all i thank u fredrick....... really it's very help full to me also all like me as a developer..... it's greate job pls continue...
karthikraj sekar
ss_karthikraj
Offline Send Email
Oct 5, 2006
11:52 am
Messages 26985 - 27014 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