Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Ravi Singhal

Hi all, My query is that I have some tables in MsAccess. Using that tables I want to create some more table by putting some query. (Like I want to merge two table in a single table.) How it is possiple by using VB6.

Member Avatar for jireh
0
61
Member Avatar for Cyone

Hi My name is Clive, I live in the UK near Manchester, I have been in the IT industry for some 28 years, and yes I have seen changes, especially on the money side. I am 52 years old and I do mostly project work. Last one was wfor the …

Member Avatar for hollystyles
0
60
Member Avatar for Ravi Singhal

Hi all, Myself Ravi Singhal. I am just of 22year old. I lives in India in New Delhi. I am working in RMSI from past 6month. There I am working as a VBA developer. If I will face any problem in my working. I will share it with you people. …

Member Avatar for happygeek
0
46
Member Avatar for Ravi Singhal

hi all, I want to create addIn in vb.net. I have created it in VBA before it. what step have to take. Can any body help me out.. Thanks alot

0
47
Member Avatar for Ravi Singhal

hi , i am writing a programme in vb6. I want to check whether my cities are matching with cities in database. so i want to ask that how to pass a array to a database by query. I have written the following code please help me Dim CITYARRAY(5) As …

Member Avatar for manoshailu
0
87
Member Avatar for srinath.sec

hi, what is the difference between a library function and a system call

Member Avatar for Ancient Dragon
0
97
Member Avatar for mhovidz

Good day! I have a problem in changing a properties of a control in class module. I want to put it in a function so that every now and then I can call it. Could anyone help me how to change it! Thanks in advance!

Member Avatar for mhovidz
0
75
Member Avatar for victor Thomas.D

Hi, 1 ) I must take a back up of a access data base daily and store in my desktop. Please give me coding to copy the access data base from the c drive and to paste in my desktop. Every time when i save the access in my desktop …

Member Avatar for victor Thomas.D
0
83
Member Avatar for ONELA

I M A Girl Reading A Degree At A Local University , I M Having A Assignment To Do Please Help Me On That Fact

Member Avatar for Ene Uran
-1
93
Member Avatar for yaya_star

i use thsi code for timer , but it shows the messagebox 50 times.. i just need the mesage box to be showed once only [COLOR=#008000]Dim conn As New OleDbConnection [/COLOR][COLOR=#008000]Dim dap As OleDbDataReader [/COLOR][COLOR=#008000]Dim cmdb As New OleDbCommand [/COLOR][COLOR=#008000]conn.ConnectionString = Provider=Microsoft.JET.OLEDB.4.0;DATA SOURCE= c:\ApptDB.mdb" [/COLOR][COLOR=#008000] conn.Open() [/COLOR][COLOR=#008000]cmdb.Connection = conn [/COLOR][COLOR=#008000]cmdb.CommandText …

Member Avatar for yaya_star
0
107
Member Avatar for Slavrix

hey guys i got this iece of code on a program i am writing, and i was jus twondering if you could help me to convert it so it uses the conditional operator to make it into a 1 line code, cheers [code=C++] int total, start, stop, increment; if (total …

Member Avatar for addicted
0
144
Member Avatar for Ravi Singhal

Hi, Can somebody help me I am creating a macro in excel and I want to take input from user. user can give address of any column,row,cell and may be insert perticuler value.and after that I work on that data and response Excel User. Thanks in advane

Member Avatar for PVBert
0
82
Member Avatar for ezbie

My options in my combobox are added from my mdb database... what I need is for each time my form, or program for that matter loads is to have the selected option default to the option that was last selected. So essentially, I need my combo box to "remember" which …

Member Avatar for iamthwee
0
806
Member Avatar for Ravi Singhal

Hi everyone I want to insert flexgrid control in vb.net. But there is no such tool to add it. See I dont want to add datagrid bcoz it dosenot allow to take input from user. I need MSFlexgrid just like in VB6. can anybody help me. Thanks in advance

Member Avatar for iamthwee
0
122
Member Avatar for yaya_star

lstUsers.Clear() lstUsers.View = View.Details lstUsers.Activation = ItemActivation.TwoClick lstUsers.Columns.Add([COLOR=#800000]"First Name"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Last Name"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Email"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Job Title"[/COLOR], 100, HorizontalAlignment.Center) lstUsers.Columns.Add([COLOR=#800000]"Mobile No"[/COLOR], 100, HorizontalAlignment.Center) [COLOR=#008000]'lstUsers.Columns.Add("People Involved", 100, HorizontalAlignment.Center) [/COLOR][COLOR=#0000ff]Dim[/COLOR] cnn [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] OleDbConnection [COLOR=#0000ff]Dim[/COLOR] da [COLOR=#0000ff]As[/COLOR] OleDbDataReader [COLOR=#0000ff]Dim[/COLOR] cmd1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] OleDbCommand cnn.ConnectionString = [COLOR=#800000]"Provider=Microsoft.JET.OLEDB.4.0;DATA SOURCE=c:\ApptDB.mdb" [/COLOR]cnn.Open() cmd1.Connection …

Member Avatar for Ravi Singhal
0
73
Member Avatar for shy_wani

hi.. i have problem...which i don;t know how to perform this action.. i have a page...named "preview.aspx". this page should preview all the Question with their Answer List example of Question: What is the temperature of boiling water? example of Answer : 100 degrees Celcius, 120 degrees Celsius, 80 degrees, …

Member Avatar for Ravi Singhal
0
138