10,992 Topics
![]() | |
Hi Friend, I want to know how to Select some range of Excel Say A1 to C5 and then make a line/Table using VB. Can any one help me by giving the VB Code. Also, can any one suggest some book to read relating to VB6 and Excel so as … | |
hlo, can anyone help me.. i want to move my deleted records to another form named archives but i dont know what to do.plzz help | |
im thinking to learn predictive dialer, quite interesting. got other ways to start? and how to start? got any simple sample code to learn? or tutorial? | |
Hai friends could you help me? In VB if i've connected ms access project through a data control to my form..... and i've added many records to my database... and I've set "yarn no" as my primary key... if later I've to update my stock details... I need to retrieve … | |
I'm new using Visual Basic, so I need help. For example: If I input "14" into the textbox, i want to have a list that will say: 1 2 3 4 5 . . . 14 I have a counter in my program, but I have no clue how to … | |
Hi, hope all are doing fine.. need some suggestions. I am using VB and Acccess and am trying to fetch a record from database by: "Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'"". The inputs are fetched from an Inputbox. but i get a compilation error... [B]Run-time error '13': Type … | |
I'm back after being gone for a while. Thus I haven't played with VB in some time. Thus my brain strength has gone out with it. I'm still working on my game and trying to make the system choose a number between 10 to 21 then put that into a … | |
12 months name (12 check box) in a form. when I check a box it will store in backend access file. 1 adodc control also in this form. when click a button this form was shown. this month was store for that button like salary. example: a man paid his … | |
Hello, I am kind of new with vb6 and vb8. I am working on a program that has a countdown timer. I have the code for the countdown but what I would like to do is to have it when the the countdown is done then the program will shut … | |
hlo, im creating a loaning system, and i want my design to be attractive can anyone pls send me a bundles of icon.. send it on my email add. [email]jeffreyluzuriaga16@gmail.com[/email].. thank you.. daniweb forum is the best!!! thanks 4 da help.. | |
hi guyzz.. i wanted to make a code to change my system unit date and time using vbcode. i have a small idea, to run a command prompt but i don't no how to make it so. any possible idea well be appreciated. | |
I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me. | |
Most of my Visual Basic 6 experience comes from VBA with Excel. With VBExcel, you can run any procedure (if it does not require input parameters) by simply putting your cursor in the sub and clicking the "play button" (F5) . With full VB6, the same action will not just … | |
I want to check to see if a file is open in VB 6. It would be nice if this could happen without opening the file. Can someone help? Thanks. | |
I have a database program i have written but it can only be used on a local machine. i want to make it a client-server application whereby the database would be on a system acting as the server and the application can run on other computers as client within the … | |
Hi, Please help me how to make database via VB6 which accepts sms that contains the information to the database and also, if possible, can reply to the sender. I'm planning to use Nokia 7110 with data cable connected to serial port. Thank you. | |
Hi guys, any body knows that flash disk have a serial number like hard-disk, and it's unique or not ??? thanks. | |
I want to capture the text in a textbox to a picturebox and I am trying to use bitbit function. But everytime i use it, the image is not captured of the textbox but of some other area. Can you explain me how can I use this function correctly? [CODE] … | |
Hi Friends While adding record in Ms-Access using ADODB... Last record in the database is replaced instead of adding .. I dont know why?? Plz any one help me.. [U][U] Code :[/U] Private Sub cmdAdd_Click() If ((IsNumeric(txtincome.Text) = True) And (IsNumeric(txtmobile) = True) And (IsNumeric(txtnum) = True)) Then Datacontrol.Recordset.MoveLast Datacontrol.Recordset.AddNew … | |
hey all... my project is showing some error in this code... plz help... [code] Dim RS As New adodb.Recordset Dim getname As String Dim logginname As String getname = "SELECT E_name FROM Employee_Details WHERE E_ID ='" & logid.Caption & "'" CN.Execute getname RS.Open getname, CN Label7.Caption = RS.Fields(0) [/code] thnx! … | |
Hi ! New here and looking for a little assistance if possible. I have a spreadsheet and I'm trying to record / create a macro. I basically want to search a column (D) in a worksheet for a value (eg."gh76589") then copy that entire row to a new worksheet. Ideally, … | |
Hello to everyone, I have a database with several representatives in different cities, sometimes there are many representatives in one city. The search is like: [code] sql_representatives.source = ("Select ID, CITY from REPRESENTATIVES Where PROVINCE_ID = " & LST_PROVINCE.ItemData(LST_PROVINCE.ListIndex) & ";" [/code] The above sql return all cities in the … | |
Hello, Does anyone know how to pass a prameter to vb.net program that will run behind an exist vb 6 program. I have been given an instruction to write the new functionality in vb.net and integrate it with vb 6. Many Thanks S | |
i hv a vb6 form connected to the ms acess... it has multiple tabs so if a user wants to make any one of the two then a unique key should be followed... preferably the key should be followed by the system year as this could be used for many … | |
I have written a program that reads a text file and then saves it as an image file.Although the program is reading the file but its having errors saving it as an image file. Please Help! [ICODE]Option Explicit Private Const SRCCOPY = &HCC0020 Private Const MERGEPAINT = &HBB0226 Private Const … | |
Hi all I'm using MEMO fields to store some information. The information will be stored in formatted way like (bold, italics, fontsize etc) all this is working fine. But when the fields contains the information in more formatted way like (msword tables, bulleted text etc.) then the printing is weird. … | |
I am trying to replace a string with another string in a string, but it is just not happeneing and is driving me crazy :@ and I am really confused :confused: Here is the snippet : [CODE] Dim strHex2 As String strHex2 = strHex.Text Dim Mystring2 As String Dim GG … | |
Hi I am trying to retrieve results from an access database using ODBC within an excel spreadsheet. Although the query works the using the worksheets querytable object, the results are written into a cell and then the cell has to be evaluated. I would like to evaluate the results without … | |
Heya I have to write a script within MS Access 2003 using Visual Basic for Applications to read in data from a textfile and insert it into the table. I began my programming path using dot.Net C# and started database manipulation using Sql Server. So this is kind of like … | |
Im New to the community, im having difficulty in trying to attach code to a password program that will open folders once the correct password is entered. Any ideas on how to do this??? | |
I hope you guys can help me Im having troubles with this. I need to create this using Vb or vs2008 visual studio or visual basic 2008 can you guys help me? INTERNET SERVICE PROVIDER An internet service provicer offers 3 subscriptions packages to its customers, plus a discount for … | |
I want to connect My Access Data in my Web Page. Is this possible? If yes, can you tell the way to connect. IS THERE ANY WAY TO USE ADO CONTRAOL TO CONNECT MY ACCESS DATABASE IN A WEB APPLICATION. CAN YOU PLEASE GIVE ME THE BASIC GUIDE. | |
hi all, i have connected 4 ip camera s with my pc.. i need to raise msg when the camera cable unplugged (abnormally) using winsock.. i tried using loop like for 0 to 3 winsock(i).close if winsock1(i).connect <> sckConnected then msgbox("no connection") end if i know as a beginner this … | |
hello everyone I am trying to convert with VB a wmv video to bmp images. Does anyone knows how to do it? If it is impossible with VB could you suggest me any other language or another program? thx! | |
Hello everyone. I'm making a database program for a dormitory which makes and manipulate records of the residents. I just want to ask what is the code for printing the records. thanks alot in advance | |
Hello, I don't know if this is the right place to ask this, its sort've a big collective question on how to go about building a database program =p. Yes, it is a project for school, I've got about a month to do it, I'm quite new to VB and … | |
Good day people. I have written a free plugin for ACT by Sage that makes it possible for VB6 programmers to link to and integrate with ACT from your own system or database. Up until my MiddleWareSDK (MiddleWare SDK for ACT by Sage) it was always impossible for you to … | |
I am trying to embed an image into an rtf file using VB. Well, I tried using the clipboard method but it doesn't wield any good results, I have to embed it and align it and copy it so that the images form a border. Ideas anyone? | |
hi!!! everyone i am the student of O'levels and i am making my project of com. and in great need of a complete version of vb6.0 plzzz.. send me a link or share with me... plzzzzzzzzzzzz | |
hai, now i trying to make a bill printing project in vb 6.0 and msaccess .I have to print the bill in three copies.The bill is a bunch of three papers and the carbon sheets arebetween them. i cant print in all the three papers . [B]i dont know the … | |
Hi I have a combo box with a list of Months however the Months are preceded with a single character code i.e F (January) G (February) H (March) J (April) K (May) M (June) N (July) Q (August) U (September) V (October) X (November) Z (December) H (March) As I … | |
I use datagrid to show data and use adodc control. but when connect between them a msg show "No compatible data source was found for this control. please add an intrinsic data control or a remote data control to the form." Is there any proses to connect between them? | |
Hello, Does anyone know how to pass a prameter to vb.net program that will run behind an exist vb 6 program. I have been given an instruction to write the new functionality in vb.net and integrate it with vb 6. Thanks Guys S I also published this to the VB … | |
can you give me thesis title??? i am a IT student \tnx!!!! | |
We are facing Run-Time error problem with our product which is developed in Visual Basic 6 and Flash Component for its UI. ([url]http://74.50.1.237/downloads/PMP.exe[/url]) Product was developed four year back and was working fine at that time. but as new updates and survice pack are comming for windows most of our … | |
Ok, im quite new to VB, im making a betting game (out of boredom) but ive got stuck at randomising a winning horse (horse betting) completely pointless i know, but im doing it to practise my skills what i learned in IT at college. There is 7 horses to chose … | |
Hi As the Infragistics NetAdvantage COM forums appear dead so I though I will post here also. I have a UltraGrid bound to a fabricated recorset. One of the columns has a valuelist attached with 12 items to choose from. When I click on the Dropdown box only 10 are … | |
Hi all, Question again .. :) How to calculate the numbers of character in text box including space/blank? Who want to help such a new beginner ? he he thanks :$ | |
Hello all, Forgive my ignorance but I could really use some help with writing a Word macro to open an Excel spreadsheet. Long story short is that our firm has a multitude of global (corporate) word macros that we use to open different documents and other functions. We now have … | |
hello to everyone i need your help guys for my thesis my thesis is all about computer arcade with internet cafe management system can you help me to create this device??? |
The End.