10,987 Topics

Member Avatar for
Member Avatar for jps447

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.

Member Avatar for debasisdas
0
74
Member Avatar for ochien

Hi guys, any body knows that flash disk have a serial number like hard-disk, and it's unique or not ??? thanks.

Member Avatar for e-xperts
0
135
Member Avatar for ChroNoS

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

Member Avatar for debasisdas
0
84
Member Avatar for crbsathy

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 …

Member Avatar for debasisdas
0
68
Member Avatar for smile4evr

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

Member Avatar for smile4evr
0
77
Member Avatar for redbulluk

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

0
46
Member Avatar for Baradaran

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 …

Member Avatar for Baradaran
0
120
Member Avatar for spinnaret

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

Member Avatar for Teme64
0
114
Member Avatar for smile4evr

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 …

Member Avatar for Teme64
0
215
Member Avatar for ChroNoS

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 …

Member Avatar for ChroNoS
0
143
Member Avatar for rajeshkhanna_in

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

0
68
Member Avatar for ChroNoS

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 …

Member Avatar for Teme64
0
215
Member Avatar for RodrigoLBandido

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 …

0
42
Member Avatar for Elmo_loves_you

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 …

0
159
Member Avatar for Neitz

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???

Member Avatar for Neitz
0
93
Member Avatar for milonsito

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 …

Member Avatar for milonsito
0
325
Member Avatar for K.Vanlalliana

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.

Member Avatar for debasisdas
0
63
Member Avatar for narenthephoneix

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 …

Member Avatar for debasisdas
0
95
Member Avatar for Zeraskurinos

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!

Member Avatar for debasisdas
0
83
Member Avatar for voxviennasierra

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

Member Avatar for debasisdas
0
63
Member Avatar for Brodin

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 …

Member Avatar for voxviennasierra
0
164
Member Avatar for kritguy

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 …

0
60
Member Avatar for ChroNoS

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?

Member Avatar for ChroNoS
0
83
Member Avatar for Asad 01

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

Member Avatar for Asad 01
0
84
Member Avatar for kathir_krr

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 …

0
25
Member Avatar for DGULLIVER

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 …

Member Avatar for DGULLIVER
0
118
Member Avatar for abu taher

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?

Member Avatar for abu taher
0
105
Member Avatar for spinnaret

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 …

0
48
Member Avatar for marjz
Member Avatar for eddytools

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 …

Member Avatar for DGULLIVER
0
394

The End.