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
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

Hello, I'm using the following code in a EXE to open excel with vb6.0 : [code] Sub Main() Dim xlapp As Excel.Application Dim wkbKei As Excel.Workbook Dim Key As String 'Check if file exists If FExists(App.Path & "\Kei.xls") = True Then 'Open file Key="test" Set xlapp = New Excel.Application xlapp.UserControl …

Member Avatar for guru511
0
100
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
160
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
57
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
87
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
58
Member Avatar for Friendly Shark

How do I insert an Excel file into VB 6. I need to be able to view the file in a seperate form. I know the coding to change the forms is [code]Form1.Hide Form2.Show[/code] And I read a previous thread before on these forums that gave me the coding to …

Member Avatar for QVeen72
0
81
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
88
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
89
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
79
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
94
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
147
Member Avatar for dreamerboy

The code i have written (in VB)is : Dim dbMyDB As Database Dim rsMyRS As Recordset Private Sub cmd_Delete_Click() rsMyRS.Delete userlist.RemoveItem userlist.ListIndex End Sub Private Sub cmd_Display_Click() Set rsMyRS = dbMyDB.OpenRecordset("PC_User_Details", dbOpenDynaset) rsMyRS.MoveFirst If nm_txt.Text = rsMyRS!Name Then If rsMyRS.RecordCount > 0 Then name_txt.Text = rsMyRS!Name ip_txt.Text = rsMyRS!ip pass_txt.Text …

Member Avatar for QVeen72
0
110
Member Avatar for dreamerboy

Hi I have a problem retrieving the data from access database. I have a list of records for eg. Name,user_name, password etc.(all in access) The problem is ,i want a solution wherein , when i double-click on a name, i want all the details for that particular name. * i …

Member Avatar for jireh
0
235
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
66
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
180
Member Avatar for xwings

I just learn how to do a programming with vb6, and i have few problem that i need to get some advise and idea from experts here. Ok I successfully captured a data from a notepad text, and my access database data filed is look like this; Schedule sku size …

Member Avatar for QVeen72
0
103