10,987 Topics

Member Avatar for
Member Avatar for y0yie_333

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 …

Member Avatar for abelingaw
0
474
Member Avatar for yAjMeL

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. …

Member Avatar for abelingaw
0
134
Member Avatar for jkvt

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 …

Member Avatar for Stuugie
0
486
Member Avatar for yAjMeL

Hello there.. I want to backup my database (MySQL) using a command button in VB6...How can I do that? thank you for answering... :)

Member Avatar for Minimalist
0
1K
Member Avatar for frnds2vivek

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 …

Member Avatar for kmomo5
0
182
Member Avatar for zawpai

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

Member Avatar for zawpai
0
147
Member Avatar for fourty

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 …

Member Avatar for Stuugie
0
6K
Member Avatar for jemartalaban_1

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. …

0
97
Member Avatar for zawpai

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

Member Avatar for aamir.tiwari.9
0
1K
Member Avatar for joshintanaka.donque
Member Avatar for peter_14
0
101
Member Avatar for eltonpiko

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 …

Member Avatar for Stuugie
0
3K
Member Avatar for Gulzar_1

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.

Member Avatar for Deep Modi
0
439
Member Avatar for LeNenne

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 …

Member Avatar for LeNenne
0
156
Member Avatar for mavtcr

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 …

Member Avatar for mavtcr
0
205
Member Avatar for mavtcr

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 …

Member Avatar for Stuugie
0
319
Member Avatar for clangclangclang

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

Member Avatar for hakim1971
-2
135
Member Avatar for KushMishra

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 …

Member Avatar for JOSheaIV
1
441
Member Avatar for mustafahad
Member Avatar for rubberman
0
42
Member Avatar for sanitak

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 …

Member Avatar for Reverend Jim
0
108
Member Avatar for viian04

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!

Member Avatar for ddanbe
0
127
Member Avatar for sanitak

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

Member Avatar for Stuugie
0
146
Member Avatar for IDC_Sharp
Member Avatar for serkan sendur
Member Avatar for Pickletronic

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 …

Member Avatar for G_Waddell
0
2K
Member Avatar for Jeline_1

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

0
94
Member Avatar for eaglespeed

i have been working with vb6 but does anyone know how to make a vertical slider(not scroll bar)

Member Avatar for Minimalist
0
50
Member Avatar for Gulzar_1

I have to run my project when user login the pc.I have to schedule it on a weekly basis.

0
59
Member Avatar for Shodow
Member Avatar for hina_7
0
3K
Member Avatar for M@hdi

I need red.proxy.dll reference file for my VB program. i dont have it.... how can i download that??? PLZ help

Member Avatar for Deep Modi
0
122
Member Avatar for Skate Bart

I have a MSHFlexGird (fgdCompany) and a search command. When the user enters the search data into "txtSearch", the command should search for the data and show it to the user by : Highlighting the record in the MSHFlexGrid -OR- By bringing the row that contains the searched data to …

Member Avatar for Mamoundi
0
548

The End.