10,987 Topics

Member Avatar for
Member Avatar for nemag

i want code by visual basic 5 (search code for db by access connect with vb5) because i made one but search only give me one result on(( first one only)) for example -- after i enterd data in db and then i want search for any filed such i …

Member Avatar for debasisdas
0
104
Member Avatar for octavia

Hi all, Could anyone please check my sample code because I can't see the final result? Private Sub Form1_Load() Call AnyNumberArguments Call AnyNumberArguments(1) Call AnyNumberArguments(2, 3) Call AnyNumberArguments(4, 5, 6) Call AnyNumberArguments(7, 8, 9, 10, 11, 12) End Sub Private Sub AnyNumberArguments(ParamArray x() As Variant) Dim y As Integer Print …

Member Avatar for choudhuryshouvi
0
371
Member Avatar for blantry

Perhaps someone can help me... I'm trying to figure out how to transfer Access data to Word documents so that the data for each contact will transfer with a command. Does anyone know how to do this?

Member Avatar for choudhuryshouvi
0
147
Member Avatar for zawpai

hi, Could anyone please explain to me about the following question? Although I do 'unload me', but it can't be closed immediately and some parts of that form is still processing. Eg; my project has many timers and other processing sequences. I really don't know how to solve it because …

Member Avatar for zawpai
0
114
Member Avatar for reezox

I'm a beginner in vb6. I want to change form,command button,frame.... to xp or vista style If anyone have an activex please email to me. [email]reezox@gmail.com[/email] p/s: sorry for my broken English

Member Avatar for Jx_Man
0
61
Member Avatar for ladyjade

Could you have me please?I have made a web browser in visual basic 6.0 and its working well for the most part. I have a several questions. Basing most of my project off of IE7, How do i get my web browser to show the "view source" function of webpage? …

Member Avatar for ladyjade
0
88
Member Avatar for Kishan Agrawal

Hi Everybody I am making a software for my business I have easily connected my access database to add new records in it's tables but don't know how to show these tables with updated data in another form. Please suggest any way! Thankx

Member Avatar for choudhuryshouvi
0
67
Member Avatar for masakii

i am using VB5 cce to write an TCP/IP file transfer from one pc to another. i get the information that using Winsock Control able to do such file transfer function, however i dont know how i can get the Winsock control since i cant add it from the Component …

0
47
Member Avatar for johnyc

Hi everyone, How can i receive data such as in binary or decimal and display it out in visual basic 6? by the way, how can i send a word"hello" from micro controller to visual basic 6? what is the source code in visual basic for such an application? thanks

0
56
Member Avatar for janel98

how can i connect crystal report 10 to vb6.0? is it possible? i really need to know how,,, thanks in advance!

Member Avatar for choudhuryshouvi
0
170
Member Avatar for Java-Newbie

Hello Everybody, If I'm a Java Newbie I am even more hopeless in VB... I'm using the Trial version of VB 8. I need to find out why am I getting an InvalidCastException on the line in red... I tried taking the .Text out but then it won't recognize it. …

Member Avatar for Java-Newbie
0
62
Member Avatar for zawpai

Hi all, I would like to ask some questions. One is I am facing file missing problem after removing the VB installer. Eg: 'COMCT232.OCX', 'MSCOMCT2.OCX' OR 'MSSTDFMT.DLL'. I don't know how to solve that problem. When I run exe File, it will show a message like above file aren't registered. …

Member Avatar for Jx_Man
0
122
Member Avatar for dragonheart

i am using monthview control in my form to display date in textboxes .. it's date format is mm/dd/yyyy , but i need to change it to dd/mm/yyyy.. is it possible in any other way than using "format" ?? coz when i use "format" it works only for 1 textbox, …

Member Avatar for dragonheart
0
278
Member Avatar for jonc

Hi, I am in the process of making an application which I am hoping will become a GUI for QStat (a DOS based application which retrieves the current status of an online game server). The problem I have is this: I can run the QStat application as normal (including the …

Member Avatar for Kevin B.
0
93
Member Avatar for fujilec

hi....does vb6 has any class or module work exactly like a mouse? using the four directions, left and right click? i m currently working on a game and need it as joystick using only keyboard, thanks

0
60
Member Avatar for LBor

Hi to all i want appface.dll without period time .if any one have this , please send to me thanks alot

Member Avatar for choudhuryshouvi
0
98
Member Avatar for wawandeha

somebody please help me give the code to convert image into pixel using VB6. i have no idea about it... i need it for my thesis...thanks for ur help...:)

0
40
Member Avatar for Ryano24

Public Class frmCommand Private Sub Command1_Click() Dim txtInput1 As Double Dim txtInput2 As Integer Dim txtInput As Integer Dim Sum As Integer Dim Average As Integer Dim Larger As Integer Dim Smallest As Integer Sum.Caption = "Sum : " & (Val(txtInput1.Text) + Val(txtInput2.Text) + Val(txtInput3.Text)) Average.Caption = "Average : " …

Member Avatar for Jx_Man
0
168
Member Avatar for juliza

haluuu.... I'm looking for log analyze freeware that can be edit....hopefully in Visual basic... as soon as possible.... i already search at google but can't find... i only have 5 days to submit my assignment... help me...

0
51
Member Avatar for swatirao

The following is the code that i have... please let me know where i hv gone wrong... Set Application = CreateObject("crystal.crpe.application") Set Report = Application.OpenReport("d:\swati\mahalaxmi\reports\ClientList.rpt") Report.Preview "Client List", 0, 0, 1200, 1200 from swati

Member Avatar for jaytheguru
0
900
Member Avatar for uniquestar

Hi, can you guys please tell me how I can print a screenshot of a form? I am linking to a database and I want to print the form with the names of fields etc... Cheers

Member Avatar for edytzuu
0
124
Member Avatar for maharajakecil

my GUI using VB6.0 had 2 textbox to allow user enter an integer that represent a movement of motor along X and Y axes. there is any possible that i can send 2 data simultenously? do i need a delay? for your information, i used serial port. thank you VB …

Member Avatar for maharajakecil
0
199
Member Avatar for jhai_salvador

can anyone help me on [COLOR="Red"]how to create or to set a username and password [/COLOR]for [COLOR="red"]my ms-access 2003 database [/COLOR]and how can i save or [COLOR="red"]set that username and password in ADO control [/COLOR][COLOR="red"]so that i can edit that database in my vb project without opening that database in …

Member Avatar for choudhuryshouvi
0
210
Member Avatar for Expotential

I am currently trying to set up a server winsock but the problem is even after certain clients have disconnected from the server, the server trys to send data to those disconnected clients causing either a server side runtime error or preventing further clients to connect(or the same client to …

0
81
Member Avatar for webtrade

If anyone can help me convert this snipet of code to vb.net I would greatly appreciate it. Thanks in advance. webtrade Dim not_first_symbol As Boolean Dim symbol As String Dim query_url As String Dim response As Variant Dim quotes As String Dim fnum As Integer Dim whole_file As String Dim …

-1
66
Member Avatar for Sroxx

hey im making a database on licnese issuing authority now i want get data retrived frm da database ma access to list boxes but i want data only of the data which i slelect fmr da dtpicker can u plz suggest a code for this thx

Member Avatar for Sroxx
0
91
Member Avatar for Ryano24

Can anyone tell me what this code does. Private Sub MysteryCode_Click(ByVal sender As _ System.Object, ByVal e As System.EventArgs) _ Handles MysteryCode.Click ' Determines MYSTERVALUE base on number entered by user Dim Y As Integer, X As Integer, MYSTERYVALUE As Integer ' initialization phase X = 1 'prepare to loop …

Member Avatar for Jx_Man
0
85
Member Avatar for sammy_eyison

Hello Jx_man, I have been trying to download the zip file you sent to Neji on [B]Get all users[/B], but it appears to be corrupted. I will be grateful if you could resend it to me. Thanks in advance.

Member Avatar for Jx_Man
0
140
Member Avatar for Reiko

Hi im currently having a problem with taking data from a field in a database and then using it within the form, when supplied with a telephone number by inputting in to a text box, the number needs to be checked against the database and then if a record matches …

Member Avatar for AUGXIS
0
117
Member Avatar for V.Rajagopalan

hi, I developed one application in visual basic 6.0 with the backend of Sql server 2000. I want this application can be run in all client level. what i did is i installed windows 2003 server and sql server 2000 in one system and i copied the exe file of …

Member Avatar for fkmercado
0
72

The End.