Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~4K People Reached
About Me

student

Favorite Forums
Favorite Tags

20 Posted Topics

Member Avatar for 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... can u plz tell me how to do that

Member Avatar for rishif2
0
2K
Member Avatar for guru511
Member Avatar for borgster
Member Avatar for 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.

Member Avatar for guru511
0
173
Member Avatar for 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...

Member Avatar for QVeen72
0
58
Member Avatar for 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 manually.. but throwing the same error can u plz help me in this regard

Member Avatar for debasisdas
0
91
Member Avatar for 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 throwing the error guru

0
60
Member Avatar for Friendly Shark

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 = xlApp.Workbooks.Open("C:\Documents and Settings\c5098466\My Documents\Guru\Solution Tracker\Notefix Tracker1.xls") Set ws = wb.Worksheets("Sheet1") 'Give your worksheet name stre = "" For i = 1 To …

Member Avatar for QVeen72
0
85
Member Avatar for guru511
Member Avatar for guru511
Member Avatar for 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+ "' ") i want to get the records whose search_trem contains the string "inp" which …

Member Avatar for guru511
0
96
Member Avatar for 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 is showing error... plz check with this.. urgent...

Member Avatar for QVeen72
0
94
Member Avatar for 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

Member Avatar for QVeen72
0
81
Member Avatar for 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 duplicate values and put balnk spaces in that..hw can i …

Member Avatar for QVeen72
0
101
Member Avatar for 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 any 1 plz tell me...

Member Avatar for QVeen72
0
151
Member Avatar for dreamerboy

hi itz giving me an error "type mismatch" at db.openrecordset("select * from table_name")

Member Avatar for QVeen72
0
114
Member Avatar for dreamerboy

hi jireh... i also got the same problem... i'm using ADODB and my access file is in a [B][I]server[/I][/B].... how can i access the data from that.... [QUOTE=jireh;404593]You did not stated here how you access your database, Are you using DAO or ADO? Here's a DAO code to display the …

Member Avatar for jireh
0
240
Member Avatar for 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..

Member Avatar for QVeen72
0
68
Member Avatar for guru511

How can i access data from MS Access using VB6 (I need the connection code) can u plz tell me the code for accessing tables in MS Access using Visual Basic 6. my access tables are in a server not in my local computer..... plz let me know the code

Member Avatar for guru511
0
186
Member Avatar for xwings

[How can i access data from MS Access using VB6 (I need the connection code) can u plz tell me the code for accessing tables in MS Access using Visual Basic 6. my access tables are in a server not in my local computer..... plz let me know the code

Member Avatar for QVeen72
0
106

The End.