10,992 Topics
![]() | |
wHAT IS THE DIFFERENCE BETWEEN CRYSTAL REPORT AND DATA REPORT IN VISUAL BASIC | |
hi....i had used mouse API to emulate the mouse.....without using mouse, just using ascii code. However when there is a message box pop up, it seems like malfunction...it cant move. How can i solve this problem? Thanks..... | |
hi to all the experts here, i am facing a minor problem..... i ady established the connection from VB6 via ODBC to MySQL and all the data needed has been passed to MySQL perfectly. But then how do i actualli retrieve the date from MySQL and show in VB 6.0? … | |
Guys i want to make a system that can access a mysql database through the internet. Does this mean that i going to assign the IP address of my database server to the IP given by the provider? like for example 110.92.221.70.. is this valid as the ip address that … | |
Hello, I am new here so Hi to everyone. My name is Debbie and need help writing a pseudocode for the following program as Im a little confused, heres the program for code: write a program that can be used to calculate the cost of a phone call. a call … | |
I am trying to get the current date in a tdbdate textbox and am having no luck. I am currently using: [code=vb]TDBDate1.Text = Now()[/code] But it is still only showing what is in the Properties Text box. Is their something within the properties menu that I need to change in … | |
can anyone give me some guidance: i'm using VB6 as GUI on my project which is print the data that i received from wavecom modem.my only prob now is how can i extract the data from hyperterminal and save it to my microsoft access database before i process it using … | |
problems for the mouse API...i declared this : [code] Dim Position As POINTAPI Dim Mystring As String Private Type POINTAPI X As Long Y As Long End Type Dim PosX As Long Dim PosY As Long Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, … | |
hi...i am working on visual basic 6 and i need to pass the value to the database MySQL via ODBC, it is working fine juz leaving a small bug here, the code shown below: If player X wins, data below will be stored at MySQL: [code] blnAddMode = True rs.AddNew … | |
hi....i got one simple question...how to make the caption background transparent? and, is it possible to have animation GIF on message box? hihi thank ya | |
Im new to Vb. I have created a simple database and its working fine. I want to implement a search function to my database. Iam also receiving an error when itry to edit a record. The error message reads you changes were not effected becaus ethey would create duplicate records. … | |
hi, my problem is i want to display date using combo box. user will select da date and it will be save to db. da date will be separate to day, month and year. the main prob is i don't know how to aviod this happen 31/2/2005, don't no how … | |
Hi all, I have created a VB Script file that runs when the user logs in, and writes the username and date & time to a log file. The vbs file as well as the log file is a network location that contains more than 3 users. I would like … | |
hi everyone please let me know how to change the charttype of a grph created using dynaplot in visual basic6.0 if anyone can suggest me good tutorial for dynaplot contrl it will be very helpful kindly help me thanks in advance | |
hey im real sorry about this but none of the forums ive looked at help me much. basicly ive created a database for usernames and passwords and i want to make vb check the database for passwords and usernames. im usine vb6.0 if any one could just tell me the … | |
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 … | |
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 … | |
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? | |
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 … | |
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 | |
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? … | |
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 | |
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 … | |
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 | |
how can i connect crystal report 10 to vb6.0? is it possible? i really need to know how,,, thanks in advance! | |
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. … | |
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. … | |
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, … | |
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 … | |
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 | |
Hi to all i want appface.dll without period time .if any one have this , please send to me thanks alot | |
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...:) | |
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 : " … | |
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... | |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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. | |
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 … | |
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 … | |
help me.i woul like to make my access 2003 database be network database.im using vb6 as front end.thanks | |
I am trying to remove a list item in a listbox... the problem is I have to remove it by the what is visible to the user the program doesnt keep record of the index number in the listbox so we have the following in a list box Bob Fred … | |
I have a program created in vb 6 and has a backend of ms access 2003 and it only runs on a single pc. i want to install that program to more pc but i don't know how to configure my database so that all pc can read/wrtite on it.please … | |
i have a source code for vb6.0 to send an integer to my PIC circuit. i dont know wheter my source code is correct or not. please somebody give a hand or comment on my source code.. one more thing, if i key in an integer in val(test) in my … | |
I have printing report using printer.print command. My report contains words and amount value. but the output is not properly arrange especially the amount. It is not align properly. I am using direct printing command "Printer.print" My report output is like this: Product Amount Soap 23.50 Fabric 215.25 Dishwashing Paste … |
The End.