show percent and gauge reading text file -
Hi
How can I show percent and a gauge when I read text file, I has that show the percent read of the file
thank you in advance
show percent and gauge reading text file -
Hi
How can I show percent and a gauge when I read text file, I has that show the percent read of the file
thank you in advance
Gauge -
Hey all, i'm trying to do the following and can get 'half way' there. I would like to create a gauge control in VB. I want the gauge control to look like the RPM gauge of the Honda S2000:
As you can see, the gauge arcs...I considered using individual pictureboxes for each LED that
Trying to make my first control -
Hi everyone,
I was looking to make a CPU load app that would show the % load on my cpu at any given time. I am able to pull the value of the CPU load but I am not sure how I can make that into a speedometer style gauge.
I have seen many add-in's for purchase that would give me a
Create a meter/gauge on a form -
Hi,
I want to represent a percent value from 0 to 100 as an analog meter or gauge on a form.
I'm thinking I have to use the Line function to create the needle and Circle to create the arc.
Any ideas or suggestions will be greatly appreciated.
Thanks,
Al.
gauge control -
hello,
I'm working on a application that displays a lot of numbers, values, etc. I want to display the data using gauges.
I tried the microhelp gauge control but it i don't like it. Does anybody know where i can download a gauge that looks good and has a lot of variables that i c
Calculating Progress -
Hi All,
Situation:
I'm writing a function to load items into a list or combobox from a textfile in a vb 6.0 class.
But i want to be able to show the loading progress (in a event) in case of a large amount of items.
Problem:
How to calculate the progress percentage without read
Loading XML into a Variant variable... -
I'm creating a line chart using VML within VB...it eventually gets written to an HTML file. I have it right now to where it creates the line chart using data from an Access database. How to do make it so that it does it with XML? Below is an example of my XML file...don't know if I
opening and reading .csv files -
Using VB.NET
Hi,
I need help opening and reading a csv file. The csv files im dealing with are in an excel format...in fact they info is in excel but the extension is .csv. The first line in this csv..excell file is the heading which says Pressure then line 2 through line 5 ther
making a maximum number in labels -
ok this kinda ties in with my other thread. well i have a percent, you enter the two numbers in two different text boxes and it gets the percent, well i was wondering what if there is a code to make it so the percent does not exceed a certain percentage.
if you could tell me the code
[VB] Long to hex -
'Use with a picturebox
'Forecolor of picturebox = the progress color
'
'
Public Function UpdateProgress(pb As Control, ByVal Percent As Integer, Optional ByVal ShowPercent = False)
On Error Resume Next
Dim Num As String
If Not pb.AutoRedraw Then
pb.AutoRedraw =
Opening 2nd Form from 1st Form -
Hello, I have the following code which is a (stricly visual) progress bar.
It runs when I open the form, and when it hits 100% I want it to open another form.
Dim Percent As Integer
Dim fStart As New Form2
If lblProgress.Width < 330 Then
lblPro
Free .NET gauge control [FOUND] -
Does anyone have any idea where from I can get a free .NET gauge control?
Thanks
Giving Your Best -
We have all been to those meetings where someone wants over 100
percent. How about achieving 103 percent? Here's a little math that
might prove helpful in the future. What makes life 100 percent?
If
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
can be represented
Storing percent in access database -
One field in my access database store value in percent. The data type in access is Number and format set to percent.
Inside VB 2005, the textbox that is bound to the field in access will contain value that is calculated.
If totalQuantity >= 10 Then
discountRate = CD
If checkbox = on help -
Code:
Re-Issue? <input name="reissue" type="checkbox" value="ON">
<br>
<?
if($reissue = "on")
{
if ($loan_amount <= 99999)
{
$percent = ($loan_amount * .00330);
$total = ($percent);
}
if ($loan_amount >
[VB] Progress bar -
'Use with a picturebox
'Forecolor of picturebox = the progress color
'
'
Public Function UpdateProgress(pb As Control, ByVal Percent As Integer, Optional ByVal ShowPercent = False)
On Error Resume Next
Dim Num As String
If Not pb.AutoRedraw Then
pb.AutoRedraw =
reading text file and show progress -
hi there,
i have a form that read data from text file..works fine..
i want to show a progress bar with percentage , when it is reading..
but i m confused about how i get total lines in text file that help to make percentage...
any suggestion plz
thank you
pressure and temp gauge controls -
anyone know where i can get a good freeware control that allows me to display a thermomer and temp gauge on a form and adjust their display (temp and press) programatically?
any help greatly appreciated!
Writing and reading to a text file -
Hello
I would like to read in some values into a grid at run-time from a text file. There are 6 fields to read in. Can someone show me the best why to do this. Can you tell me what is the difference between the Datagrid, MSFlexGrid and MSHFlexGrid. Which one of these would be the b
color change erratic in Access -
I have a calculated txtbox that figures percent from 2 other fields in an Access report. I have an event procedure in the ON FORMAT property to change the color of text to red if it is over 5.0%. This is the event procedure:
Private Sub Detail_Format(Cancel As Integer, FormatCount As
Reading in from a text file -
Hello
I would like to read in some values into a grid at run-time from a text file. There are 6 fields to read in. Can someone show me the best why to do this. Can you tell me what is the difference between the Datagrid, MSFlexGrid and MSHFlexGrid. Which one of these would be the be
progressbar with percent -
hi, how to put percent counter in a progressbar? and the percent is inside in the progressbar.
br
find x % needed to double value in 5 years -
A 100 percent increase over five years is a compound annual growth rate of approximately 15 percent a year. How would i find the percent needed? (10 * 1.15)5 = 20 is correct but how do i get the %? Thanks.
Find a control... -
I've got a project with over 200 forms. I want to change the gauge control to something a bit nicer. I've gone through the project and deleted all the ugly gauge controls but I've somehow missed one. Can't seem to find it. I'm worried that it's hidden behind a picture control or so
Like Negative Percent -
Alright here goes, I've search this math forum for my answers but cant find it.
I need a formula Calculates the Value of X
100 * (0.01 to 0.99) = A
A * X = 100
I dont know if what I just typed made any sence but Basically I want to know how to find out a number before a perce
I like to keep my VB simple (Gauge) -
I have looked at the past posts on gauge controls and quite frankly I have not got a clue what is going on with all that maths and loops etc.
So let’s start again as I like to keep my VB simple;
What I have in mind is to use an image (jpeg) of a gauge and then simply draw a li
Command for printing factions of a percent -
does anyone know how to print out the decimal value of a fraction of a percent? for example: 3 / 5156 = 5.81846392552366175329712955779674e-4
i need that to say .00058
how do i do this?!
mathematic problem -
hi,
yes its mathematic problem
i want solve percent prob for zero
for example
x = 2
if x new value for 4
then %100 growing than 2
andddddd
if x = 0
if x new value for 4
then whats percent ??????
or
if x = 0
if x new value for 5
then whats percent ??????
From Database to Table -
I´m trying to read from a database and put the info (name and percent) into a table, where I want the one with highest percent to be at the top.
But I´m not sure on how to read from the database
Can anyone show an example?
I got a database named skitgubbe.mdb
Thanks for answe
How do I download a file -
Hi!
I need to know how to download a file. I know I can use the Inet control and the urlmon dll but I need to download the file as a stream (so that I can show the current download status and resume broken downloads). Anyone knows how to do that?
What I want is:
* Download a fil
Problems with code -
Okay just got started in Visual Basic. I am supposed to write a code to calculate the percent of increase or decrease in population. Not sure how to do this let me show you how far I have gotten....
Code:
Private Sub cmdCalculate_Click()
If txtbegpop.Text > txtendpop.Text T
[2008] Reading a lot of text into an array -
My little project is struggling with reading large text files (we are talking potentially 110,000+ separate lines or 1500 separate array elements)
So I was wondering if there is a way to have some sort of loading for the file as its being read. It would need to be able to handle th
reading .doc file in VB -
Hi,
I have to read a .DOC file in VB. The functionality is much in the same way we read text file using file scripting object i.e. reading line by line. I think reading word document line by line is not possible(I may be wrong) so reading a paragraph will also do the trick.
Any r
Starting a process -
Hi,
Another question for you. I have a third party software that i need to run in VB.NET. This third party software will output some numbers to a text file called gauge.txt. Later on I will have to read this text file. How can run this software to get that out put?
Than
ProgressBar -
Know how display and show a ProgressBar working, but want it to show while other tasks are being done.
Specifically, am reading data from a Notepad file and writing parsed info to an Excel spreadsheet. How do I show the ProgressBar functioning while the reading and writing is goin
xml to dataset with percent completed -
while loading a big xml file into a dataset, how can i get the percent completed?
thanks...
How to code 1.5 percent -
I'm coding a program and need to find out how to assing 1.5 percent to a constant.
I know the following but I guess I'm getting confused on how to write 1.5 precent so if
1%(0.??) 1.5%(?.??)
10% (0.10)
25% (0.25)
90% (0.90)
how do I write it???
Percent Calculation -
I am trying to calculate 4% of a value that the user puts into text box, but I cannot figure out how to do this. (Yes, I have just started learning VB.) Basically I want to find four percent of x (x being the value the user types in)
The text box the user types a value in is na
Tranceparency percent -
I've used BitBlt before to blend two pictures equally, but is there a way to blend a certain percent of the first pic and the rest of the second without using a filter For Next?
Help with Scoreboard -
Dim Percent As Integer
correct = 1
wrong = 1
Dim Result As Double
Dim x, y As Integer
correct = x
wrong = y
lblcorrect.text = correct
If TextBox1.Text = 8 Then TextBox1.Text = correct
If TextBox1.Text <