- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Loves to talk, their's no dull moment with me, ahehe!
- Interests
- Loves to sing mostly in Powder Room,hahaha!
- PC Specs
- A Computer Science graduate and presently a programmer @ M5 Mart, Inc. Manufacturer of Men's executive…
11 Posted Topics
Re: ImranQureshi I guess what you mean is a program that reads a barcode. Actually barcode reader is automatic. For example if you have a textbox on your form and the focus is in it. When you scan using barcode reader automatically it will display barcode in the textbox then you … | |
Re: Alapeh Kindly show your codes then I will try to help you. | |
Hello guys! I am a member since 2010 but not that active in the thread. Still I find DANIWEB very helpful during VB Project Devt. Their was a time when I don't know the code for the specific flow in my application then I found DANIWEB, you guys are angels. … | |
What's wrong with the code, pls help: setCon adoJOReport adoJOReport.RecordSource = "Shape{Select SUM(Cost) as SC,SUM(Price) as SP,Brand From Temp_JOMaster Where JoNumber='" & txtJO.Text & "'Group by Brand} " _ & "Append ({Select * From Temp_JOMaster " _ & "Where JOnumber='" & txtJO.Text & "'} Relate Brand To Brand) As Command2" … | |
Re: Got this from a source, try it: First you have to include Timer and Label control in the Form. Then type the ff in the code section. [CODE]Option Explicit Dim s As String Private Sub Form_Load() s = "Possibilities are endless " Timer1.Interval = 300 Timer1.Enabled = True Label1.AutoSize = … | |
Re: ANONIMOUS Try to use Elseif for both Moby and Honey. | |
Re: You have to put this in general declaration: Dim myResistor As Double You have to use myResistor instead of Resistor: WRONG: Resistor = (color1 * 10 + color2) * (10 ^ color3) CORRECT: myResistor = (color1 * 10 + color2) * (10 ^ color3) If an error still occur then … | |
Re: Yeeitsneo Why don't you try a WORD GAME like Word Factory. Just need to create a pre-set word combinations and answer. Compute the score and create a game level like: Easy Average Difficult Try to search for the game mechanics of Word Factory on Google. | |
When you are generating report in your application then everytime you run it then it will automatically create temp files. To avoid these junk files you have to kill the TEMP files. Code Syntax: KILL "Directory\Temp filename" Sample (delete all temp files): KILL "D:\OMI FILES\Project\*.TMP" Sample (specific temp file): KILL … | |
Re: Hi FIZZNUR To make it less complicated, why don't you create just one table for INSTITUTION A and B. | |
Re: I am developing an application right now and having a hard time in clearing the DataGrid contents. I google the topic then I found your answer. Thanks, its a big help! GOD BLESS! |
The End.