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
Member Avatar for ImranQureshi

can anyone tell me how to programe barcode in vb6.0. i want to use barcode reader in my newly developed retail shop software. i'll be very thankfull?

Member Avatar for matcooper
0
3K
Member Avatar for alapeh

hello. currently i am doing a project and i am stuck with this compile error, can any1 help me with this? is there any cure for this compile error ? [URL="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc7/304749_10150467265314408_808639407_11280088_80875314_n.jpg"]http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc7/304749_10150467265314408_808639407_11280088_80875314_n.jpg[/URL] thanks :)

Member Avatar for alapeh
0
117
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
173
Member Avatar for dwiniers

Hello there i need your help and expertise. Anybody can help me how to make a code or how to make a word running like marquee in a text box. Thanks in advance! br

Member Avatar for dwiniers
0
214
Member Avatar for anonimous

[CODE]If ListView1.SelectedItems.Count = 0 Then MsgBox("Plese Select a Product") Else Dim price As Double Dim quantity As Integer Dim total As Double price = ListView1.FocusedItem.SubItems(3).Text quantity = ListView1.FocusedItem.SubItems(2).Text If txtProductName.Text = "Happy" Then If txtQuantity2.Text > 20 Then total = price * Val(txtQuantity2.Text) * 0.95 total = Format(total, "0.00") execute("insert …

Member Avatar for Capritarius21
0
111
Member Avatar for diamondw

Hi i created a code in vba. the requirements is that -input is 3 color bands from a resistor(in order) -and the output of the resistor in ohms -make function work for 3 colors.I am using vba. I came up with a code but it has my function highlighted in …

Member Avatar for diamondw
0
577
Member Avatar for yeeitsneo

hi . im making a vb 6 written project. were required to create a game. but the problem is i dont have any idea on what game to create. i want it to be as simple and as easy as possible. enough to give me an adequate rating. can anyone …

Member Avatar for BitBlt
0
87
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
192
Member Avatar for fizznur

I am creating a DataReport using the Data Report Designer (VB6) and using the following SHAPE command to create a hierarchical recordset. Dim cmd As New ADODB.Command Dim rz As New ADODB.Recordset With cmd .ActiveConnection = CN .CommandType = adCmdText .CommandText = " SHAPE {SELECT * from Relation where Institution …

Member Avatar for Capritarius21
0
142
Member Avatar for George_E

Hey guys As many of you are well aware I creating an EPOS System I have a datagrid that stores details about all of the items which the user wishes to buy in the transaction. However if the user changes his mind I have a feature that cancels the row …

Member Avatar for kvprajapati
0
776