Try this : ' gets the end of yor path (begining of spaces) var = InStr(ApplicationPath, " ",0) ' not sure about sintaxe newpath = left(ApplicationPath,var) ...
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...
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...
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 =...
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...
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 ... ...
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...
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 ...
Thanks for the list, Mohit. This is great to have. Bart _____ From: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com]...
v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}..shape {behavior:url(#default#VML);} Try to format it...
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...
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...
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...
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...
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....
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...
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 ...
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,...
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...
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) ...
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 ...
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...
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...