Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
48% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
6
7 Commented Posts
~14.3K People Reached
About Me

Software developer in the Memphis area since 1997. Banking, Insurance, E-Commerce, FedEx, and others. Currently working on "Back Office for OSCommerce", a client/server solution that provides true back office capability for the OSCommerce…

Interests
Country life. Using my tractor to mow and move dirt.
PC Specs
Dell winXP, Vista, win7
Favorite Tags
Member Avatar for zjbarden

I'm personally wondering if online tech support via live chat is a profitable place to start, well, profiting. I know one can be paid anywhere from $30-$80/hr (average) for their knowledge lent through the internet, but I want to know if it's a smart idea to get involved in that …

Member Avatar for Dani
0
353
Member Avatar for mb01a

Have you ever needed to open a file with your VB program? Here's a way to easily do it. (code copied from an original program written by Mike B) If the program that uses the file is installed on your workstation, the file will be opened in that application. I …

Member Avatar for deades
1
1K
Member Avatar for ykbks

Hey there! Im new here, well, as a member, but not as a viewer. anyways, i am making a vb project, novice one. i need to open a file located in d:\\Documents\\MB.accdb now, i would be very happy if i would get the code to open the file, not in …

Member Avatar for hkdani
-1
7K
Member Avatar for mb01a

admin said I should introduce myself .. Hi everyone! I'm a software developer and uhh .. I develop software. *grin*

Member Avatar for AliTheChamp
0
74
Member Avatar for WolfShield

C++ was once the King of programming. It would crush any competitor! But, now it seems that C++ is getting less popular. New programmers are rushing to easier to learn, higher level, programming languages (e.g. Java). And with Microsoft coming out with C# which is gaining popularity (even though it …

Member Avatar for Netcode
0
1K
Member Avatar for Ancient Dragon

I just started a new store (see my signature for link). It was set up on IPage with a few simple steps. The problem is that I don't know how to calculate shipping costs. How is that done for UPS? Also how about sales taxes? AFAIK USA does not have …

Member Avatar for mark santa
0
95
Member Avatar for Harora

I m a PHP developer. i want to start working in open source. Can u tell me what is OScommerce and how it works. i just want to know what is the use of OScommerce and how it works and what i need to do to start working in OScommerce. …

Member Avatar for mark santa
0
223
Member Avatar for daniwaber

Can anybody tell me how to get the bios number or hard disk number or any other number which is unique for every computer in vb6?

Member Avatar for mb01a
0
109
Member Avatar for SpiritualMadMan

I have begun to wonder whether frequenting this Board and trying to answer pleas for assistance is worthwhile... I have posted several working solutions and there is no evidence that the requestor has even looked at them... If a "possible" solution isn't what you were looking for at least clarify …

Member Avatar for Netcode
0
187
Member Avatar for newbie26

how can i print specified number of records in using data report?? example, i enter number 5 in a text field. then, when i click a button, the first five records will be generated into a data report with their corresponding data and has it's templte per record. meaning, the …

Member Avatar for mb01a
0
118
Member Avatar for Bamboozled

I have the following VB6 code [CODE] Dim objdir As Scripting.FileSystemObject cfile="c:\workingdir\france\include" If DirExists(cfile) = False Then objdir.CreateFolder(cfile) End If Public Function DirExists(OrigFile As String) As Boolean Dim fs Set fs = CreateObject("Scripting.FileSystemObject") DirExists = fs.FolderExists(OrigFile) End Function[/CODE] The folder C:\workingdir\france already exists and there should not be any permissions …

Member Avatar for Bamboozled
0
336
Member Avatar for vin24

Hi everyone..... Is it possible to integrate to my program the windows narrator??? I would like to add it to my program.... For example.... The program was launch and the logon window will show up and then the windows narrator will prompt the user by saying "Please log your account …

Member Avatar for mb01a
0
195
Member Avatar for niall86

Hi, im looking for some advice/guidance with regard to visual basic. Im and final year engineering student and my project requires me to make a graphical user inter phase to teach aerodynamics. I need to find out how to link the programme i design through VB with excel. Then the …

Member Avatar for mb01a
0
199
Member Avatar for mb01a

I found an old thread that had never been answered here - [url]http://www.daniweb.com/software-development/vbnet/threads/330981[/url] Basically, the guy was asking how to retrieve database names and/or table names from a MySql database with vb.net. Here's my answer to that. Yes, I still use vb6 because vb.net is not much better and I …

0
947
Member Avatar for srishti14
Member Avatar for mb01a
0
70
Member Avatar for OblibSystems

I'm looking to further my VB skills but have a writers block on what to create. So if you have any idea or suggestions which i could use for my next project please post a reply. Thanks

Member Avatar for mb01a
-1
167
Member Avatar for bantex07
Member Avatar for bantex07
0
100
Member Avatar for PM312
Member Avatar for bantex07

I got many things try but it always an error somebody know this problem? i want to delete all data using only one command button. :(

Member Avatar for mb01a
-1
186
Member Avatar for hueikar

Hi guys, I have the following coding and i would like to save it using save file dialog. Any idea? Thnx. [CODE] Dim numCols As Integer = dgvExp.ColumnCount Dim numRows As Integer = dgvExp.RowCount - 1 Dim strDestinationFile As String = "c:\username.txt" Dim tw As TextWriter = New StreamWriter(strDestinationFile) 'writing …

Member Avatar for samson_zed
0
596
Member Avatar for ymathur

I am using a ListView control in my VB Form and I want to save all the data in my ListView control. It has 2 columns and the number of rows can keep increasing depending on the user. Please help me with this query. Thanks in advance.

Member Avatar for mb01a
0
198
Member Avatar for matinon22

i have ADO connection in MS Access, when i tries to execute con.execute command, MS-Access gives error like MS Access encounter serious problem and needs to be closed. any help or suggestion. thanks in advance

Member Avatar for mb01a
0
220
Member Avatar for srikanth48

Type BITMAPFILEHEADER bfType As Integer bfsize As Long bfReserved1 As Integer bfReserved2 As Integer bfoffbits As Long End Type Type BMPInfoHeader biSize As Long biwidth As Long biheight As Long biPlanes As Integer bibitcount As Integer biCompression As Long bisizeimage As Long biXPelsPerMeter As Long biYPelsPerMeter As Long biClrUsed As …

Member Avatar for vb5prgrmr
0
320