Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~5K People Reached
About Me

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…
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for ImranQureshi

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 …

Member Avatar for matcooper
0
3K
Member Avatar for alapeh
Member Avatar for alapeh
0
122
Member Avatar for Capritarius21

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. …

Member Avatar for Onlineshade
0
82
Member Avatar for Capritarius21

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" …

Member Avatar for Capritarius21
0
179
Member Avatar for dwiniers

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 = …

Member Avatar for dwiniers
0
217
Member Avatar for anonimous
Member Avatar for diamondw

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 …

Member Avatar for diamondw
0
583
Member Avatar for yeeitsneo

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.

Member Avatar for BitBlt
0
90
Member Avatar for Capritarius21

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 …

Member Avatar for Capritarius21
0
196
Member Avatar for fizznur

Hi FIZZNUR To make it less complicated, why don't you create just one table for INSTITUTION A and B.

Member Avatar for Capritarius21
0
146
Member Avatar for George_E

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!

Member Avatar for kvprajapati
0
793

The End.