11,869 Topics
![]() | |
How to design using crystal report with a particular record and the coding in vb | |
hi....i create a command button using the code shown below: [code] Private Sub Command3_Click() Form5.Show 'sum action needed here to detect user's action Command3.Caption = "Unhide History" Unload Form5 End Sub [/code] I need to change the caption to unhide history once the user had pressed unhide button | |
how do i make a string variable into an integer variable. something like: number = String i've always only converted it from a textbox now i'm having trouble using variables.. not sure why it's different.. [CODE] monthtxt = Mid(CardLength, 1, countnum) yeartxt = Mid(CardLength, i + 1, Yearstart) isvalid = … | |
Hello, this is my first post. I'm learning VB6 at home, with online tutorials. So far ok, but I can't find the right info on making a dual-paned app. Sort of like in webpages, where a 'frame' acts differently than the rest of the page. I guess it's like a … | |
| |
this is my simple program and i need to save or write the info that i key in in a notepad and also have the function to displat the info in the notepad. Can any one help me?TQ this is my simple program in VB. how can i write the … | |
Hi all, Iam newbe to this forum and seeks some help. I am using a msflexgrid in vb6 which uploads data from the net. What I want the uploaded data in msflexgrid having 10 cols and 10 rows to be saved in access database and also want to save the … | |
how can i connect crystal report 10 to vb6.0? is it possible? i really need to know how,,, thanks in advance! | |
can anyone help me i wanna calculate the total of electrical bill this is my situation... Rate 1 = 0.218 for first 0 – 200 KWh usage Rate 2 = 0.289 for 201-1000 KWh usage Electrical usage (KWh) = Latest Meter Reading - Previous Meter Reading If electrical usage between … | |
What is the difference between simple form & MDI form? | |
Hi I have written a piece of program to connect to the parallel port and it works properly with Desktop. but now I have laptop and my laptop doesn't have parallel port and I have to use USB to Parallel cable. and this cable after connecting to the laptop goes … | |
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 … |
The End.