10,989 Topics
| |
Sir i want to know what is the complete and correct code of daily report of an inventory control system in vb6 | |
If someone was to try and build a pathname (in a source.doc) property, what would be the syntax ? All I'm looking for is: some phantom string variable declarations and how to build that pathname to a file Thanks again and Happy NY to all T | |
i now able to save the fingerprint directly to database using this code... Dim fingerprintData As MemoryStream = New MemoryStream Template.Serialize(fingerprintData) fingerprintData.Position = 0 Dim br As BinaryReader = New BinaryReader(fingerprintData) Dim bytes() As Byte = br.ReadBytes(CType(fingerprintData.Length, Int32)) Dim cn As SqlConnection = New SqlConnection("Data Source=.\SQLEXPRESS;Initial Catalog=dataBEST;Integrated Security=True;Pooling=False") Dim cmd … | |
Hello there, How can I print a records which has a date from Combo1.text to Combo2.text Here is my codes..There are two combobox and I want to do is when the user chose a date like From 1/12/2014 to 1/20/2014 all the records from that dates will be printed only. … | |
Hi, I have a VBA script that places WinForm dropdown boxes (xlDropDown) into an excel workbook dynamically. For some reason, on the 17th box (called "INCL" & i + 1 in the code below), the data type of the placed shape becomes msoAutoShape instead of msoFormControl. All of the following … | |
Hello there.. I want to backup my database (MySQL) using a command button in VB6...How can I do that? thank you for answering... :) | |
Hi, I am working on a project. The project is running perfectly with no run-time errors on the development console. But when it was installed and executed on the test pc, I came across an error **(-2147217900 : The database engine could not lock table 'tablename' because it is already … | |
Hi, I have some problems when drawing dot or lines in picturebox. If I do minimize and maximize the form after finishing my drawing, all of my drawing will be lost. I can't see any more. How should I handle this situtation? Regards, Zawpai | |
How can i copy data from a named range in a different worksheet and paste it to another worksheet all done without activating both sheet. With all code just behind a form button If i try to use the statement **application.goto reference:="x"** where x is the named range but this … | |
hi can u help i have a problem regarding to my database, i need to show an error window when the connection is not available. for example, the router is off means the user cannot connect to the database, so the user screen will appear that there is no connection. … | |
Hi all, Can I protect my exe file not to copy from one PC to another? I think it can be done, but I don't know how to do this. Could anyone please give me some guide lines? Best Regards, zawpai | |
I made a visual basic program and i want to know how to make installer can anyone help? | |
Hi does anybody know how to create a custom form that user can fill in excel. what i need is: lets say user select and click 1 or 3 cell a popup form open. The user then fills in the info on the form ( ex.. name, address, tour operator … | |
I have a project which is running on client side.Now i have to do some modification in it.so i have to make patch file.what is patch file and how to make it.Can i make ocx,dll and exe in place of that. | |
I have a dir list box db.Close 'Kill (App.Path & "\PhoneTel.mdb") our = (Dir1.Path + "\" + File2.filename) mitt = Left$(File2.filename, 12) ' phonetel.mdb SourceFile1 = our ' DestinationFile1 = App.Path + "\" + mitt '"PhoneTel.mdb" FileCopy SourceFile1, DestinationFile1 as seen in the second image there is i will that … | |
Hello friends..please help me I have two identical Tables in my Database (Access) Table 1.Salup , Table 2.Salup1 . All the fields are identical My problem is:- I want to copy/append 1. All the records 2. selected Records agreeing certain criteria(eg."Sex=Male") From Table 1 to Table 2. through VB6 code.I … | |
Hello Dear All, I have a small problem ,though seems very simple,being a newb It is difficult for me. Please Help me I have a message box VbYesNoCancel My code is here If ACRS.RecordCount>0 Then MsgBox"SALARY ALREADY CALCULATED DO YOU WANT TO RECALCULATE ?",vbYesNoCancel,"Pebble" Else CmbNdm.SetFocus End If My problem … | |
What must be the code in order for the ff to be displayed once you clicked the command button? 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 | |
Hello All, I went through many websites and did not find any converter that could purely convert C# syntax to VB syntax. However there are many converters available on the Internet but personally I don't think they are pure converters. Requesting all to please suggest some online tools/converters to achieve … | |
hellow every body i need sql comand works in vb6 with windows7 thank you | |
Write Boolean function named CanEnter , that answer the question “ Can X number of people enter the new joe Blogge, s lecture room ?” , Where X can be any positive integer number . Write decimal function that takes One integer parameter, representing annual income. And return the tax … | |
Hi. So I have an assignment wherein I have to calculate the highest, lowest and average of the bowling scores that is entered. How do I do it? I am so confused! | |
Hi all . I would really much appreciated if some one can help and guide me how to do login page by visual studio . Basically im trying to build helpdesk project . login page with database connection . Thanks in advance | |
On adding DataEnvironment i Get Automation error | |
Converts Xml document to string | |
Hello, I was trying to view all the data from a single from a database after the button "search" is clicked and the output will be inserted into corresponding textboxes for future editing. After I entered the ID(1) I get an "OleDbException was unhandled" " Data type mismatch in criteria … | |
Hi Im just wondering if anyone can help me out? I have a text file that contains data that i want to load into a datagrid view I'm new to vb.net so i really have no idea on how iam supposed to start im using vb.net 2010 thanks in advance | |
i have been working with vb6 but does anyone know how to make a vertical slider(not scroll bar) | |
I have to run my project when user login the pc.I have to schedule it on a weekly basis. | |
how to edit a record in database by using vb6, i don't any clue :( |
The End.