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

26 Posted Topics

Member Avatar for teklu
Member Avatar for nadith_cs

You can store the result in a variable. An integer would work fine ;) Then use and if statement to check what the result was and do what ever you want form there :D

Member Avatar for Nicklorion
0
199
Member Avatar for Phrogramer

Well you will need to do a lot of testing before releasing it. There would be other issues involved like system requirements, and deployment issues. As for bar codes that is entirely the stores problem. You would just need to provide the software.

Member Avatar for Rashakil Fol
0
184
Member Avatar for PAPANUKU

Yes you will need software :) I would suggest download the Visual C# 2005 Express edition which can be found here!! [URL]http://msdn.microsoft.com/vstudio/express/downloads/[/URL] I would also do some reading up on C# to ;) Here is a pretty easy tutorial for all sorts of programmers to understand :) [URL]http://www.functionx.com/csharp/index.htm[/URL] If you …

Member Avatar for ProgrammersTalk
0
108
Member Avatar for firehiwot
Member Avatar for choudalcua
Member Avatar for segnett
Member Avatar for nschessnerd
Member Avatar for AV Manoharan
0
168
Member Avatar for ~Paul~

Hey everyone :), Sorry for the late introduction but i have been kind of busy and haven't been able to be as active as would have liked. Anyway i program in VB6 a little in VB.NET and a fair bit in C++. Though i have extensive knowledge in VB as …

Member Avatar for christina>you
1
45
Member Avatar for paramasivan

I don't get the question???!!! App.Path will get the application path for you. What else would you need? [QUOTE]Application path is set by your installation program. Other wise if you want all the applications that are installed under an OS ([URL="http://www.daniweb.com/forums/thread81336.html#"]windows[/URL]), you have to search the registry and/or the directory …

Member Avatar for ~Paul~
0
324
Member Avatar for Darshanaa

Not sure what it is exactly you would like to gain knowledge in about Context Diagrams but i will give you a simple run down. A circle represents the system and or processes, a square represents external entities, the two parallel lines represent data storage/results and the arrows quite obviously …

Member Avatar for ~Paul~
0
83
Member Avatar for jatinder_44
Member Avatar for pyapplico

I wouldn't say how did you learn C++, because honestly majority if not everyone is still learning. I will be first to put my hand up :) I have been using C++ for almost 3 years know quite a bit but i still seem to learn something interesting quite often …

Member Avatar for hinduengg
0
164
Member Avatar for ongxizhe

I would just like to add C# was made as part of Microsoft .NET initiative which is totally wrong!!! To rely on a framework is very disappointing especially seeing such a company like Microsoft produce a solution like it is disappointing :( Anyway it has the power of C++ and …

Member Avatar for ongxizhe
0
323
Member Avatar for complete

Just on the link you posted about difference it didn't work so here is a working link! [URL]http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx[/URL]

Member Avatar for Ancient Dragon
0
167
Member Avatar for jov_damo86

[quote=jov_damo86;372194]Thank you but i cant run vb exe on the other computer without vb![/quote] You will need the runtime files and maybe some other files. Some files are not allowed to be distributes such as the 'Form 2.0.dll'.

Member Avatar for jbennet
0
122
Member Avatar for bu hadi
Member Avatar for leaf

I think he wants to have an integer = 0 then add one number at a time until the integer reaches 100? Is that it leaf?

Member Avatar for LLC
0
129
Member Avatar for pbrookee
Member Avatar for marlon ng
Member Avatar for w00dy

Would converting the string to hex and then back to string be alright? If so here are two of my glorious functions ;) [code=Vb] Public Function StringToHex(ByVal StrToHex As String) As String Dim strTemp As String Dim strReturn As String Dim I As Long For I = 1 To Len(StrToHex) …

Member Avatar for SkinHead
0
134
Member Avatar for t3hfr3ak

Here ***attached*** is an RTF Editor i made for tutorial reasons it includes some functions like: [LIST] [*]Spell Check [*]Word Count [*]Find and Replace[/LIST]Then some basic functions you seem to need like the saving and opening of files ;)

Member Avatar for ~Paul~
0
141
Member Avatar for hyenakal
Member Avatar for ~Paul~
0
149
Member Avatar for kinchesskin

I just noticed you were using End in your code!!! That is a bad programming habbit and goes against programming standards. Try not to use it.

Member Avatar for ~Paul~
0
393
Member Avatar for christianthag

If you mean using the MMControl (Microsoft Media Control) then you will need to set the device type, i forget exactly to what to play MP3 files but it is simple... [code=vb]MMControl1.DeviceType = "type here"[/code]

Member Avatar for ~Paul~
0
93
Member Avatar for Holtby17

Instead of using GetPixel and SetPixel use the GetDIBits and SetDIBits API they are much faster and more efficient ;)

Member Avatar for ~Paul~
0
47

The End.