11,868 Topics
![]() | |
VBA so that each click generates a random character between A and Z in cell A1, and the number is displayed with a random font size in the range of 16 to 24 points. can anyone help me out?? | |
![]() | Hey there, I'm still a newbie to VB and here's my question. I have say 3 check boxes and each of them is assigned a message. If I click on one of them, it displays its message (say Hello) in a text box. Now if i press on the 2nd … ![]() |
If any body help me, I shall be very greatful: How shall we write Code using VB so that the value of the product of two variable should be rounded to the nearest Integer number which is divisible by 5. Is there any way to check whether the given number … | |
i have a completed project want to comply an run succefully on system that have vb but i want to know the setup to comply so that i can install it and run in a computer without vb or refer me to a site that fully elaborate it Thank your … | |
Hi my friends. I write a program that show sended and recieved bytes in dialup connection. i use below api function's for get Sended and Recieved bytes: RasGetConnectionStatistics RasGetLinkStatistics RasEnumConnections RasGetConnectStatus it work correctly. now i want write this program for dsl(adsl) connection. but previous program not work in adsl … | |
This involves an Excel file that is being controlled by another program. I have written my own excel file with vba that works with this Excel file. So basically, the program opens up an excel file, then the user opens up my excel file in the same instance of the … | |
Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem. | |
Hi, I have a access 2007 database which makes use of attachments. I cannot seem to find a way to sent the attachments by e-mail. My table structure is simular to: ID: Autonumber Att: Attachment Send: Yes/No Eg: ID Attachment Send 1 xyz Yes 2 xyz No 3 xyz Yes … | |
[B]Hi all, Is it possible to programatically "Compact and Repair" an mdb file as can be done manually from MSACCESS menu "Tools"-> "Database Utilities" -> "Compact and Repair Database..." Any help will be appreciated... Rajesh Khanna [/B] | |
hi, Through VB i would like to delete duplicate rows in MS ACCESS. Note: There are no PKEY in Database also the DB allows duplicate records. Please help Regards, DINIL | |
Hi, I want to write VB code so that the any First letter of any Word entered in the textbox will be automatically converted to Capital. Whether there is one or more than one word in the text box, any first letter of the word should be converted to Capital … | |
Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem. | |
Dear Sir/Madam Please tell me how can i remove "Invalid use of null" problem . Coding given below There is no value in rc1.fields(6) [code]db1.Open "Provider='Microsoft.Jet.OLEDB.4.0';Data Source='" & App.Path & "\tmgmt.mdb';" st1 = "select * from travel where sno = " & frmtorf.tserial.Text & ";" rc1.Open st1, db1, adOpenDynamic, adLockBatchOptimistic … | |
hello freinds.I am anshul agarwal doing my summer internship in Germany. I am facing one problem in visual c++.. Actually i have done a project in borland c++ but because of memory constrain, I am forced to switch over to visual c++... My program is to read 5000 data from … | |
i want to learn vb.. is der any tutorials here dat can help me learn vb? tnx.. | |
how can i make the backColor of the form transparent? this will help me alot !! thanks!! | |
In java we can use System.out.println In C# we can use Debug.Println but how to do it in C++? (The syntax, and where to look for the debug message) | |
Hi , I am creating a project for thesis it is advised for me to use class modules. Could any one of you explain me how to create and use please.. Thanks with Regards.... Satya. G | |
Hi. my system is p4 3.0 windows xp sp2 excel 2003 I need api code to get all user created in my pc. I am using vba code to document and setting directory but do not obtain all users account only the users who before boot the system. Any account … | |
Hello Friends, Good day to you all I have been using Access as a base for all my vb projects. I am told SQL is more secure and can handle a wide range of data. I have therefore decided to give it a try, but I don't have any Idea … | |
hi all, I am making an application which i want to make in multilingual means i want to make that application in many languagues. Suppose user select any language than font of my application will get converted into that language. suppose user select marathi than it will get converted to … | |
im beginner in vb 6.0... can anybody show or if can attach an example of project tht link with mic.access to vb 6.0... i need to explore about [COLOR="Green"][B]way to retrieve record from existing database and then list it on llist box, n try to sort it. further more i … | |
Hello, My problem is, after i have deleted all the records fromt the database, all the buttons like First, Next, Last, Previous and delete are disabled. A message is displayed "There are no more records." Ok, till here no problem. But after i add new records, say one record, i … | |
elow guyzz... i have here an POS system.. i wanted to buy a laser scanner but i dont have any idea to use it.. if their any comment and suggestion or examples can be more helpfull and appreciated. | |
I have a problem inserting record into the database collecting the data from textbox and combobox and inserting it to the database but i have been getting error for the past few hou that i have been trying to deug it but the error it giving me is Private Sub … | |
im a beginner in vb. i really want some help in using vb. actually i want link my vb interface to data in access using adodb. then how to list data (access) through vb interface according to some criteria that had been set by user. Example: using customer id: 102,103,104,105,106,107,108,109,120 … | |
This may seem easy to most of you... I have a simple database, storing Name, Company and Telephone number. I have a form showing the three fields info as labels. I have four buttons called FIRST, PREVIOUS, NEXT and LAST to navigate through the names, (thereby showing the relevant Company … | |
Hi i've have this installable program and i was just asking if it is possible to have its shortcut on the desktop. How can i do this???? Thanx in advance | |
Hi, Looking for help. (Beginner) Here's what I have and what I'm trying to do... I have 4 option buttions (A,B,C and D) I have 4 Combo boxes named A,B,C and D, where the dropdown allows matching numbers 1 to 4. (Eg If Option B is selected the relevant ComboB … |
The End.