Search Results

Showing results 1 to 40 of 42
Search took 0.01 seconds.
Search: Posts Made By: guru511
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007
Replies: 3
Views: 2,232
Posted By guru511
hi,
please tell me how to export a picture from vb to excel.
I'm using mschart to plot a graph and i want that to export to excel.

thanks
guru
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007
Replies: 3
Views: 2,232
Posted By guru511
How to export a picture from Vb to excel
Forum: Visual Basic 4 / 5 / 6 Aug 31st, 2007
Replies: 2
Views: 2,516
Posted By guru511
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: 2,516
Posted By guru511
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: 593
Posted By guru511
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: 9,262
Posted By guru511
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......
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2007
Replies: 2
Views: 1,259
Posted By guru511
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...
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2007
Replies: 0
Views: 834
Posted By guru511
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: 1,328
Posted By guru511
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: 1,328
Posted By guru511
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: 1,328
Posted By guru511
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: 2,848
Posted By guru511
what is Status.Panels(1).
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007
Replies: 1
Views: 1,168
Posted By guru511
hi... how to read data from excel using vb6
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007
Replies: 6
Views: 2,848
Posted By guru511
what is "Status.Panels(1).text " in the marquee reply
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007
Replies: 5
Views: 2,550
Posted By guru511
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: 2,384
Posted By guru511
hi
can u plz let me know how to delete msflexgrid rows which are empty
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007
Replies: 5
Views: 2,550
Posted By guru511
"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: 2,550
Posted By guru511
"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: 2,550
Posted By guru511
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+ "' ")...
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007
Replies: 6
Views: 2,848
Posted By guru511
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: 2,848
Posted By guru511
hi,
can you plz tell me how to use marquee in vb6
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007
Replies: 4
Views: 6,625
Posted By guru511
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: 6,625
Posted By guru511
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...
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2007
Replies: 1
Views: 564
Posted By guru511
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: 2,974
Posted By guru511
the same thing i did.. but i want to edit the record set and then bind to datagrid
Forum: Visual Basic 4 / 5 / 6 Jul 28th, 2007
Replies: 3
Views: 2,974
Posted By guru511
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: 2,046
Posted By guru511
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...
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 12
Views: 2,046
Posted By guru511
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: 2,046
Posted By guru511
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: 2,046
Posted By guru511
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...
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007
Replies: 12
Views: 2,046
Posted By guru511
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: 3,047
Posted By guru511
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007
Replies: 13
Views: 3,047
Posted By guru511
still itz showing the same error "type mismatch"
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007
Replies: 25
Solved: Problem
Views: 2,074
Posted By guru511
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: 3,047
Posted By guru511
i tried the code but itz showing type mismatch at thr line
Set rs = db.OpenRecordset("select * from team_details")
plz let me know the problem
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007
Replies: 13
Views: 3,047
Posted By guru511
hi jireh...
i also got the same problem...
i'm using ADODB and my access file is in a server.... how can i access the data from that....
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007
Replies: 6
Views: 3,748
Posted By guru511
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007
Replies: 6
Views: 3,748
Posted By guru511
thanq mr.choudhuryshouvi

will that work for a database which is in a server not in my local computer...
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007
Replies: 6
Views: 3,748
Posted By guru511
will this work for a database which is in a server not in my local computer
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2007
Replies: 1
Views: 704
Posted By guru511
how to send mails using visual basic 6.. im in a local network and im using windows XP.. can you plz tell me the code for that..
Showing results 1 to 40 of 42

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC