Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 3 Views: 1,687 |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 3 Views: 1,687 |
Forum: Visual Basic 4 / 5 / 6 Aug 31st, 2007 |
| Replies: 2 Views: 1,612 Re: arrow key detection on msflexgrid hi veena,
that code doesnt work on msflexgrid.. i tried that.... UP,DOWN ,RIGHT and LEFT keys are not detecting on Msflexgrid..
is there any other way to detect them |
Forum: Visual Basic 4 / 5 / 6 Aug 31st, 2007 |
| Replies: 2 Views: 1,612 arrow key detection on msflexgrid How can i detect the arrow key on the FlexGrid object, I had try using the KeyDown event, but this event doesn't respond with the arrow key pressed. |
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2007 |
| Replies: 1 Views: 407 attachment in vb6 hi,
i need to provide a link for an attachment... i mean the user have to attach a file and the others can access that attachment... hw can i do that... |
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2007 |
| Replies: 1 Views: 5,004 time difference in vb6 hi,
how to get the time difference in vb6
exp;
dt1 = now() ' dt1=08/Aug/07 12:57 PM
dt2=some date n time
now i want to find the difference between these two in terms of time...
can u... |
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2007 |
| Replies: 2 Views: 856 error in loading package and deployment wizard hi,
i want to create a setup file of my project....
while loading package and deployment wizard
itz throwing the error
"error in loading the PDWIZARD.OCX"
i tried to load that OCX file manually..... |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2007 |
| Replies: 0 Views: 570 error in loading PDWIZARD.OCX hi,
i want to make a setup file for the project... i tried to load the component "package and deployment wizard" itz showing the error
"Error in loading PDWIZARD.OCX"
can u plz tell me y its... |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2007 |
| Replies: 8 Views: 987 Re: Excel in VB 6 hi veena..
i got how to go till the last used row..
i used
Dim ra As Excel.Range
Set rang = ws.UsedRange
' and then i used
ra.Rows.Count
ra.columns.count |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2007 |
| Replies: 8 Views: 987 Re: Excel in VB 6 hi veena..
i got how to go till the last used row..
i used
Dim ra As Excel.Range
Set rang = ws.UsedRange
' and then i used
ra.Rows.Count
ra.columns.count |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2007 |
| Replies: 8 Views: 987 Re: Excel in VB 6 Dim xlApp As Excel.Application
Dim wb As Workbook
Dim ws As Worksheet
Dim i As Integer
Dim stre As String
Set xlApp = New Excel.Application
Set wb =... |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2007 |
| Replies: 6 Views: 1,532 |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007 |
| Replies: 1 Views: 919 vb6-excel hi... how to read data from excel using vb6 |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 6 Views: 1,532 |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 5 Views: 1,259 Re: where-like in vb6 yeah.. i'm using access..
search_term is field name and solution_database is table name |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 1 Views: 1,615 |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 5 Views: 1,259 Re: where-like in vb6 "select * from solution_database where ucase(search_term) like '*" + UCase(Text4.Text) + "*'"
itz not working |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 5 Views: 1,259 Re: where-like in vb6 "select * from solution_database where ucase(search_term) like '*" + UCase(Text4.Text) + "*'"
itz not working |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 5 Views: 1,259 where-like in vb6 can u tell me how to find a part of string using an sql..
Dim inp As String
inp = InputBox("Enter the Search Term")
exec ("select * from solution_database where search_term like '" + inp+ "' ")
i... |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 6 Views: 1,532 Re: marquee in vb6 thanq vena..
can u tell me how to find a part of string using an sql..
Dim inp As String
inp = InputBox("Enter the Search Term")
exec ("select * from solution_database where search_term like '" +... |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 6 Views: 1,532 |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 4 Views: 3,383 Re: ms access-vb date insert hi.. thanq...
while retriving itz showing the prob...
text1.text=now()
update table_name where t_date='"+text1.text+"'
here itz showing data mismatch |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 4 Views: 3,383 ms access-vb date insert hi,
can u plz tell me how to insert date in to msaccess
i have
text1.text=date
what is the sql statement for inserting
insert into table_name (datecolumn) values ('"+text1.text+"')
this is... |
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2007 |
| Replies: 1 Views: 401 comparing strings hi,
how to compare part of the string
ex:
i have XX-BP-XXXXXXXXXXXXXXX
i want to check wherther the string starts with XX-BP
how can i do that |
Forum: Visual Basic 4 / 5 / 6 Jul 28th, 2007 |
| Replies: 3 Views: 1,761 |
Forum: Visual Basic 4 / 5 / 6 Jul 28th, 2007 |
| Replies: 3 Views: 1,761 datagrid-recordset hi,
plz tell me how to bind the record set to datagrid..
i have all the data in recordset now i want to modify the recordset and dind that to datagrid... also in one column i want to supress the... |
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007 |
| Replies: 12 Views: 1,483 Re: spliting a string in vb6 i'm not going to display that string...
i'm using that string as a subject in my mail code
im sending a mail using the vb code... in that i need to set the font.... im not going to display thatin... |
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007 |
| Replies: 12 Views: 1,483 Re: spliting a string in vb6 hi
hw can i set the font for a string.. i have like this
dim str as string
str="guru"
now i want to set the font for this,.. can u plz tell me ... |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2007 |
| Replies: 12 Views: 1,483 Re: spliting a string in vb6 len(string) work for string..
but mine is string array
arr() as string
now i want to fine the length of that string array |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 12 Views: 1,483 Re: spliting a string in vb6 thanq very much vbCNEW
but how can i find the length of the arr
i mean i dunno how many splits nah....
if i want to use arr(0),arr(1)..... where should i stop....
arr.length is not working.... |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 12 Views: 1,483 spliting a string in vb6 hi,
can u plz tell me how to slpit a string using a delimeter...
exp:
my string is like guru\text
now i want it to be splitted into
guru
text |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 13 Views: 2,361 |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 13 Views: 2,361 |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 25 Views: 1,626 Re: Problem hi itz giving me an error "type mismatch"
at db.openrecordset("select * from table_name") |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 13 Views: 2,361 |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007 |
| Replies: 13 Views: 2,361 |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007 |
| Replies: 6 Views: 2,373 |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007 |
| Replies: 6 Views: 2,373 |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007 |
| Replies: 1 Views: 511 |