11,868 Topics
![]() | |
Please can any Help me in Adding Records From Listview to MSHFlexGrid which are been selected by Checkbox from Listview | |
Using Visual Studio 2013 C++, I got compilation errors that I couldn't explain. The compilation errors were: *main.cpp(325): error C2601: 'FLAG' : local function definitions are illegal main.cpp(323): this line contains a '{' which has not yet been matched main.cpp(326): fatal error C1075: end of file found before the left … | |
What are the emering trends in vb and their challenges? | |
I use one timer control and dtpicker control in vb6.0. I have create table in msaccess. please give me the sample code | |
I want to create a pattern lock in vb6 . How can i do it ??? | |
I want a code to connect my facebook account to vb6 application.I have used two text boxes and one command button. But i can't able to link it to facebook's email and password values. Is it passible through webbrowser command ??? please help ??? | |
Hi Team, So I am working on this project where I have 5 comboboxes that loads data from an .accdb file and Displays the result as per selection in a Text Box. I need to add Timers(as many as Required) to capture the Text-Box Data **"10 seconds After"** the fifth … | |
I needed help for the codes in displaying data from access by searching a keyword and display the other info on labels. something like: textbox(surname as keyword) commandbutton(search) lblSurname lblFirstname lblMiddlename thank you | |
DAtaReport Image From Database Hi, Gone through forum but could only find one about paths... Problem is , i am having pictures stored in my database(array of bytes), i want to send it to Datareport... Working with crystal report but i want to use datareport. Ms Access .mdb database Visual … | |
how can i convert text to number values like 'one' to '1', 'two' to '2',..... | |
i want to create a directory file in vb6 . please help !!!! | |
How do i do a loop which is verifying that cells in the same column are numeric until the last cell which will be determined by an empty cell? Thanks so much | |
Hi expert, I have the code to delete all entries in the datagrid but it seems it will not delete just in one click. Pls help me on this. Thanks Private Sub cmdRefresh_Click() Set rs = New ADODB.Recordset rs.Open "select * from ItemPurchased", cn, adOpenStatic, adLockPessimistic Do While Not rs.EOF … ![]() | |
1. Form created in VB2008 3 Textbox [Name(string), Company(string), Contact(number)] 3 Buttons [New Record, Update Record, Delete Record] 2. Database created in MS Access 2003 File Name: Contact.mbd Fields: ID [Primary key] Name [Text] Company [Text] Contact [Number] How to Create Connection? How to get data on form load from … | |
hi guys i have recently come to a problem where the equal sign keeps adding after getting a sum of two numbers. for example if i add 5 + 5 it would equal 10, but it will then keep adding 5 over and over again. Dim Answer As Double Amount1 … | |
Hello Group, I'm writing a macro to match dates from one spreadsheet to another. Specificially, SpreadsheetA has the date listed as text. I want to match that date to a range of dates in a column to find the row the matching date is on. I have some things that … | |
hi good day! I need some help here.. I have a SHAPE recordset..everything in the database has its value..Im stucked with this error: **"Error : -2147467259 - Relate, Compute By, and Sort operations cannot be performed on column(s) whose defined size is unknown or too large."** My code below: cmd.ActiveConnection … | |
Good day! I want to save the data report with the .mdi(microsoft document imaging printer viewer) on a specidied folder.. 'Print to a Specified nondefault printer Dim PrintData As Printer Dim defprinterpos As Integer Dim currentPrinter As String For Each PrintData In Printers If PrintData.DeviceName = Printer.DeviceName Then currentPrinter = … | |
Good day! I just want to ask on how to drop a table. Let say all tables starting with "DailyCashSalesRpt". That means it will drop all tables starting that word. I use this code but it will only delete one specified table name.. How to use this with like? sql … | |
So. I've started learning basic programming, using special site which gives you video courses. I've got my Visual Studio 2013 (Update 3), from special site for children of our school. Now, everything went fine, until I had to meet "if" statements in C#. Curly brackets are finished just fine, and … | |
Hi Team, I'm stuck with my code and I found out this snippet to save(Export) an Excel file to **D:**. However, I would like to give a User an option to save it according to his/her necessity. Please find the Code Snippet below: Private Sub Button1_Click(sender As Object, e As … | |
I am trying to add a coloumn from database into a listbox in VB6. The following code works. The selected item from this listbox is used to find and add records to the ListBox2. Using Oracle 11g Express Edition and Visual Basic 6. Working code: (Displays the artist column from … | |
Hi expert, Just want ot ask the correct code format for moving message to a new location. MsgBox "Do you want to save?", vbYesNo, 10, 10 Thanks | |
Greetings, I need help with basic cloak, which counts how many times will small and big pointer on the cloak cover each other, with first one starting at 12 cloak. I have idea of how to do it, but I can not realize it, so if you guys have some … | |
good day! I just want to ask if is it possible to have count on dinstint? I have a query below but it produces error in the expression. Im pulling data in MSAccess using ADODB. SQL = "SELECT" & _ " (SELECT COUNT(DISTINCT DateOInvoice) FROM InvoiceMain AS A WHERE (DateOInvoice>=DateValue('" … | |
Hello there. I have program that has been used for years on using VB6 on Windows XP. It has a 'shell' command to call a word document for dropping in dta from the clipboard. I am tried in vain to get this system to work on Windows 8. Is there … | |
Hi expert, just want to ask the correct code format for moving a message box. MsgBox "Do you want to save?", vbYesNo, 10, 10 Thanks | |
Hi everyone! I want to develop an Automatic Number Plate Recognition program in visual basic 2010 using windows forms. I need the program to pull the characters from a captured image and translate it into text that can be displayed in a text box. I know i am asking alot … | |
How do you link list view with ms access using visual basic 6 | |
I have this problem when I add new project -> other projects -> visual studio installer -> Setup wizard to create setup project after finish it gives me this problem : ** The following files may have dependencies that cannot be determined automatically. Please confirm that all depedencies have been … |
The End.