You are here:
visual basic application programming from design to access information, sql, engineering and commercial applications. access databases, excel.(VB6) basic questions in vb 2008. Optional: 1)a large number of people want me to do work which takes some time and effort. can do projects in vb 2008. Pl.note that i would like to be paid for such work. 2) if you want me to spend quality time and do special work, i expect to be paid a reasonable price for my time. 3) if you are pleased with my reply you could consider a good amount. 4) you can visit my website http://ravindra.coolpage.biz
programming since the past 15 years. have completed a large number of projects in Industrial applications, finance,accounts, correspondence. excel macros etc
engineering, management degrees.
project work for a Norway company,USA company and a Canadian company completed. Freelance Project work and Teaching. helping programmers with their work
teaching vb
VB.Net, ASP.net, MYSQL,VB 2005, vb 2008
this is because the 2nd computer does not have vb runtime files. the setup wizard works fine if the 2nd computer also has vb but runs into snags if it does not have vb. so your problem of using exe and
this is because the second computer has not got vb6 installed. these controls like dbgrid are not automatically added in a programme as they need to be registered in the second computer. copy the dbgrid32
sample for date filter Dim conn As ADODB.Connection, rec As ADODB.Recordset, esql As String, dater2 As Date, GOOD As String, time1 As Date, time2 As Date Private Sub Command1_Click() GOOD = Chr(35)
the flexgrid is for storing data retrieved from the database. instead of insert better use AddNew code sample is as below: just make changes as needed Option Explicit 'put a check mark on
Dim num As Integer Private Sub Command1_Click() Randomize num = Int(Rnd * 16) + 1 Label1.Caption = num End Sub this gives a random no from 1 to 16 which can be changed by changing
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.