Archive

Posts Tagged ‘VB6’

Skype Telephone Message Broadcaster Vb.net/c+/visual Basic

February 4th, 2012 Comments off

I have a paid subscription to skype
i already have the CODE/DLL in vb6 app i made to make outgoing calls
in Skype (also works for vb.net)

WHAT I NEED
————
1. play a mp3 file to the callers that i loop from a database
2. listen for a key press Example #3 from a caller to flag that file
as “interested” (response will trigger to WRITE to my database)

OR…
————-
i if you know a better/different way for me to call and broadcast
message over internet please pitch that…

Skype Telephone Message Broadcaster Vb.net/c+/visual Basic

January 12th, 2012 Comments off

I have a paid subscription to skype
i already have the CODE/DLL in vb6 app i made to make outgoing calls
in Skype (also works for vb.net)

WHAT I NEED
————
1. play a mp3 file to the callers that i loop from a database
2. listen for a key press Example #3 from a caller to flag that file
as “interested” (response will trigger to WRITE to my database)

OR…
————-
i if you know a better/different way for me to call and broadcast
message over internet please pitch that…

Vb.net / Vb6 Programmers

December 24th, 2011 Comments off

Experienced VB.net / VB6 programmer required to assist my chief programmer working on a Sports Arbitrage Trading program.
All will be allocated and directed by my programmer , work involved is generally “parsing” of information from certain sportsbook sites that i have “scraped” for their URL’s, some other work maybe required.
estimate 50 / 100 hours of work involved – hourly rate payable $5.00 per hour.
Only well experienced VB.net / VB6 programmers need apply, must be able to work 25 hours …

Vb6 – Extra Code Needed Email/smtp/pop 2

December 22nd, 2011 Comments off

VERY IMPORTANT
You don’t need to make an Application. just make FORM because we are going
To cut and paste this code into our existing application

our existing Application needs to have EMAIL download function.
using smtp/pop style. People are sending
attachments via email but we need it to save/ DOWNLAOD automatically

STEP 1
#1) Grab Sender, Subject, Attachment

STEP 2
- Save the attachments into a folder example c:myattchments

to prevent Duplicate file names, when an ema…

Search Avi To Run When Mysql Queries Are Running

December 7th, 2011 Comments off

We need a decent looking Avi to display whilst Mysql queries are running. Avi needs to be called via Microsoft VB6, Avi must continue to run/be animated whilst queries are running.

Vb6 – Extra Code Needed Email/smtp/pop

November 27th, 2011 Comments off

VERY IMPORTANT
You don’t need to make an Application. just make FORM because we are going
To cut and paste this code into our existing application

our existing Application needs to have EMAIL download function.
using smtp/pop style. People are sending
attachments via email but we need it to save/ DOWNLAOD automatically

STEP 1
#1) Grab Sender, Subject, Attachment

STEP 2
- Save the attachments into a folder example c:myattchments

to prevent Duplicate file names, when an ema…

Vb6 – Simple Code To Download Email With Attatchments

November 27th, 2011 Comments off

Im adding your small code to an existing project I have.
Im using it to organize my emails that arrive.

Step 1: we hard code my smtp server, login password into the VB code
Step 2: when you press the COMMAND button it will do the following

- APP -
Step 1 download an email from the server
Step 2: save the ATTACHMENT to a hard coded folder ie : c:my files
You need to know 100% what this attachment is mp3, wav, doc etc. So that
when we automate the SAVE, it saves as the correct ext…

Vb6 Programmer To Finish Some Work

November 24th, 2011 Comments off

I have some vb6 work I need completed. I have 5 versions of a vb6 script & I need 4 new versions created. The apps use the msinet.ocx control mainly & the 4 new apps can be a copy & paste of the current working form to make it plugin with new URI’s.

Full source code can be provided & full source to the php scripts. It would be great if you have experience with using the msinet.ocx or the winsock.ocx control / VB6.0 & POST / GET methods.

Vb6 To Vs2008 Project Ii

August 31st, 2011 Comments off

This is a conversion from an existing VB6 application to enable it to function within VS2008 on a Windows 7 platform. The project makes use of many OCX’s and this needs to be understood when converting. Will require ADODC conversion to a compatible control which appears similar if possible so the end-user sees little functional difference between the old and new version.
Please contact me for Project file as confidentiality is required.

Vb6 To Vs2008

August 25th, 2011 Comments off

I have a project that is written in VB6 that I need converting to work within VS2008 so I can modify it under Windows 7. This is a straight conversion job and once converted I will then do the testing once it is loaded within VS2008 with no compilation errors.
The project makes liberal use of the following OCX’s :- DBGRID32.OCX, DBLIST32.OCX, GRID32.OCX, MSADODC.OCX, MSCAL.OCX, MSCOMCTL.OCX, MSDATGRD.OCX,MSFLXGRD.OCX, MSWORD.OLB.

There will be two further projects to follow immediately.

Vb6 Tool Needed

August 9th, 2011 Comments off

Simple vb6 tool needed…
allow to add data to a database, delete it and modify it

Visual Basic Specialist (vb6)

August 5th, 2011 Comments off

I have an desktop application (.exe) and want to change the software name.

I will provide the software source code.

Here’s the software screenshot:
http://mysoftwaredepot.com/demo/scriptlance/backlinksoft-sample.jpg

Dateline: 1 day after the project start.

If you have any other questions, please PM me for more details.

Thanks!
Sean

Visual Basic Specialist (vb6)

August 4th, 2011 Comments off

I have an desktop application (.exe) and want to change the software name.

I will provide the software source code.

Here’s the software screenshot:
http://mysoftwaredepot.com/demo/scriptlance/backlinksoft-sample.jpg

Dateline: 1 day after the project start.

If you have any other questions, please PM me for more details.

Thanks!
Sean

Vb6 Ebay Upload Csv File Exchange Request

July 2nd, 2011 Comments off

We need someone to write the VB 6 source code to connect to eBay’s File Exchange system and upload CSV files.

———— ONLY VB6 NOT VB.NET ———————–

Here the only official documentation that I have

//

Using Programmatic Instructions to Upload Files

To upload your file programmatically, you must send an HTTP post request to eBay File Exchange server to accept the request contents. Perform the following steps:

1. Download and complete the appropriate eBay File Exchange template.

2. Get a security token from eBay File Exchange, described in the next section.

3. Initiate an HTTPS connection and then post your data file with your token to the eBay File Exchange Web address:
https://bulksell.ebay.com/ws/eBayISAPI.dll?FileExchangeUpload

After eBay has processed your data file, you will receive an email that includes a URL to access your Load Results Report.

Sample HTTP Post Request

POST /path/to/upload/script HTTP/1.0
Connection: Keep-Alive
User-Agent: My Client App v1.0
Host: https://bulksell.ebay.com/ws/eBayISAPI.dll?FileExchangeUploadForm
Content-type: multipart/form-data boundary=THIS_STRING_SEPARATES
Content-Length: 256
–THIS_STRING_SEPARATES
Content-Disposition: form-data name=?token?
12345678987654321
–THIS_STRING_SEPARATES
Content-Disposition: form-data name=?file? filename=?listings.csv?
Content-Type: text/csv
… contents of listings.csv …
–THIS_STRING_SEPARATES?

eBay File Exchange User Guide 1.5 35

///

We can send these materials:

1) Some source code in VB.NET and other languages ( I don’t kwnown if work or not)
2) PDF file where there are these informations.

Visual Basic List Domains From Results

June 14th, 2011 Comments off

I have a visual basic 6.0 program I made. It works great.

This .exe program basically searches the web & it saves the webbrowser1 control page source to a static file.

However I am unable to parse out / list out the domains from the static file.

I would like to be able to list out all the domains found in the page source. The domains should be unique & one per line.

Seems easy, but I couldn’t find regex to work with vb6 or a way to save an ongoing file with a simple list of one domain per line with no duplicates.

Should be an easy job for a vb6 developer.

Thank you.

Categories: VB6, Visual Basic Tags: , , , , , ,

Vb6 Coder Needed

April 6th, 2011 Comments off

I need someone good with VB6, so they can remove the GUI and task tray icon. Simple edits for someone with experience. I have the code already done, I just need some modifications.

You must have AIM/MSN, so do not bother contacting me or bidding unless you have it. This software is a proxy server and will basically allow other computers to connect to it, so it acts as an highly anonymous proxy.

Vb6 Coder Needed

April 4th, 2011 Comments off

I have a source to a VB6 BOT and I need it modified, like the GUI removed, removed from system tray, and a few other things I will explain later. Send me a PM for more details.

Vb6 & .net Many Bot Repairs 2

February 25th, 2010 Comments off

Hi,
I have recently bought out someone’s sourcecode collection. I have a total of about 50 social network bots that need updating. The updates mostly include updating internal links for messaging and scraping friend ID’s. These bots are for sites such as MySpace, Facebook, Friendster, Craigslist, Gmail, and many more. I want to find ONE good and RELIABLE programmer to update these applications one at a time over the following months starting with with a test. I will be attaching a file with a password tomorrow. If you are a confident coder with good reviews request the password and I will let you fix this one application. You will then send me back a working exe for me to test. I am not telling what site this applications is for, you must be able to work with any of them to get this job. Once this is working I will accept your bid and pay your fee. I can provide proof via teamviewer that I do in fact have lots of recent sourcecode. Please place your bid for just this one project that should take an experianced programmer no more than 3 hours but I suspect it should only take one hour.

PLEASE USE THE PROJECT MESSAGE BOARD IF YOU WANT THE PASSWORD AND ARE GOING TO BID SO WE CAN DISCUSS THE JOB PRIOR TO ME ACCEPTING YOUR BID. I WILL NOT ACCEPT ANY BIDS FROM ANYONE I HAVE NOT COMMUNICATED WITH VIA THE PMB.

Categories: .NET, Visual Basic Tags: , , , , , ,

Vb6 Dl Img With Winsock

February 24th, 2010 Comments off

There is a web site that I need to download an image off of with winsock and and save it locally I.E app.path & “whatever.jpg”

This image is embedded in a page and displayed by a script that requires a set cookie to view it and possibly a spoofed referrer.

To set the cookie you simply have to click a radio button.
The image is 1 page away.

This should take an experienced vb programmer a few minutes.

Delphi7 To Vb6

February 23rd, 2010 Comments off

I have a dll project written in Delphi7 that I need to be rewritten into a c++ dll. Needs to be able to compile in VB6. There is assembly code involved.

Need Vb6 App Fixed

February 3rd, 2010 Comments off

I have an application (vb6) that allows me to select a file and copy the file (and another attaching file) to a location specified by settings in the INI. The copying routine does not work for one portion of the app and I need someone to remote into a virtual machine I have setup with the project running via logmein and fix it.

Vb6 & .net Many Bot Repairs

February 2nd, 2010 Comments off

Hi,
I have recently bought out someone’s sourcecode collection. I have a total of about 50 social network bots that need updating. The updates mostly include updating internal links for messaging and scraping friend ID’s. These bots are for sites such as MySpace, Facebook, Friendster, Craigslist, Gmail, and many more. I want to find ONE good and RELIABLE programmer to update these applications one at a time over the following months starting with with a test. I will be attaching a file with a password tomorrow. If you are a confident coder with good reviews request the password and I will let you fix this one application. You will then send me back a working exe for me to test. I am not telling what site this applications is for, you must be able to work with any of them to get this job. Once this is working I will accept your bid and pay your fee. I can provide proof via teamviewer that I do in fact have lots of recent sourcecode. Please place your bid for just this one project that should take an experianced programmer no more than 3 hours but I suspect it should only take one hour.

PLEASE USE THE PROJECT MESSAGE BOARD IF YOU WANT THE PASSWORD AND ARE GOING TO BID SO WE CAN DISCUSS THE JOB PRIOR TO ME ACCEPTING YOUR BID. I WILL NOT ACCEPT ANY BIDS FROM ANYONE I HAVE NOT COMMUNICATED WITH VIA THE PMB.

Categories: .NET, Visual Basic Tags: , , , , , ,

Add Csv Support To My Vb6 App

January 1st, 2010 Comments off

I have an application which reads in values from a .mdb file then performs a calculation on the data. I need to have this same ability, but with .csv files. Since there isn’t a csv standard, there will likely be subtle differences in the csv files used. This means the function will need some way to account for this. I also need to have a method of “mapping” the fields in the csv file to a mdb file and then recall this “map” file for use with csv files from the same formatting.

Vb6 Code Modification

December 21st, 2009 Comments off

=================
MY APPLICATION
=================

I have an application, which was written by an SL programmer, back in 2008 (I have since lost touch with him). The program works well, as I will describe it’s function.

The application is an e-card creator.

The user selects a .gif, .jpg or .bmp image of their choice. The user than selects an .mp3 or .wav file (again of their choice – music or a recording – it doesn’t matter). Once the user clicks ‘generate’, the application seamlessly adds the audio file to the user-selected image and an e-card is produced.

As stated, this process works beautifully.

=============
THE PROBLEM
=============

Since I own the source code, I have no problem doing little things (I am NOT a programmer – trust me), i.e., icons, graphics, some text here and there. The coding that makes this program work is WAY above my head.

However, the one thing I cannot change or do not have any apparent control over, is the end e-card. I can’t figure out how to change the icon on the end card (I want it to produce the e-card with the icon already in place) or anything else, like minor text, etc..

Heck, I’m not even certain what I am seeking can be done!

======================
WHAT I AM PROVIDING
======================

I am attaching to this project, the full VB6 source code along with a .wav file and .gif image (in an accompanying test folder), so that you, the programmers, can test this for yourself, to see if you can meet my needs.

==================
MY GOAL/OBJECTIVE
==================

I wish to be able to change the icon (and anything else as needed) in the end .exe that the program produces. IS THIS POSSIBLE??

I will be happy to pay into escrow to get this accomplished!

I need for everything to remain in VB6, as that’s the only programming compiler I have and can do anything with!

I appreciate your time and interest in my project.

I wish everyone a very MERRY CHRISTMAS and a prosperous and safe NEW YEAR!!

Ron
http://www.softwarewholesalers.net/

http://www.zipbrand.net/

Vb6 Software To Vb.net 2010

November 29th, 2009 Comments off

Hello,
I am looking for someone who can work with me to convert the software that I have written in VB6 into VB.Net new version 2010. The software uses winsock to connect to a website and creates an account then
it downloads the email confirmation from the pop email server and verifies the link.

Aspect Conversion

November 18th, 2009 Comments off

Convert an existing Procomm Plus Aspect script application to VB6 or other easily compilable stand-alone code. The existing script is less than 2,000 lines of code. The scrip is a user emulation applicaiton using a serial modem. Arguments are passed to this script from an Access/VB6 application and the results of the script is the generation of a log file for subsequent processing by the Access/VB6 application.

Vb6 Project Tutorial 2

November 12th, 2009 Comments off

I have the full source code to a VB6 project (FLV Player).

The code works and the compiled exe works beautifully. The problem is, I want to change the name on the title bar (changing it on the ‘Caption’ area doesn’t work) but the author used a technique I’m not familiar with (I consider myself lower than an intermediate on VB).

The title bar almost acts like a control of some sort but it may be nothing more than a bitmap; I’m just not sure.

What I need:

I need someone willing to look at the code, who knows how to change the title bar caption and can teach me how (this is how I am learning VB).

If you have any questions, please PM me.

Thank you.

Vb6 Project Tutorial

November 10th, 2009 Comments off

I have the full source code to a VB6 project (FLV Player).

The code works and the compiled exe works beautifully. The problem is, I want to change the name on the title bar (changing it on the ‘Caption’ area doesn’t work) but the author used a technique I’m not familiar with (I consider myself lower than an intermediate on VB).

The title bar almost acts like a control of some sort but it may be nothing more than a bitmap; I’m just not sure.

What I need:

I need someone willing to look at the code, who knows how to change the title bar caption and can teach me how (this is how I am learning VB).

If you have any questions, please PM me.

Thank you.

Keypad Conversion

November 6th, 2009 Comments off

I have a project written in VB6 which displays an alarm keypad on screen in Windows Xp/Vista/7. It has a winsock component in it.
It communicates with a security alarm panel via tcp/ip ethernet cable.

The software currently emulates a physical keypad.
eg ARM/DISARM enable zones etc. It is a defined standard with a published protocol. We wish to have the whole program recreated in Borland Delphi 2007 or similar.

The synopsis of the software is a 0-9 keypad with some dedicated keys. The sofware in VB6 calculates a cheksum and sends hex codes to the winsock terminal layer. It also receives info back from the panel. We have full documentation on the terminal and the protocol. The current VB6 code is approximately 2000 lines of code and utilises several timers to interrogate and display the terminal buffer and thus give the user feedback on the panels status in realtime. The nature of this project talking to a piece of hardware only we have. I can make the Delphi 2007 environment and the Windows Desktop available to the chosen developer to do the programming. If not I am willing to work via conference with a developer to facilate testing via skype and chat session.

Vb6 Project

October 23rd, 2009 Comments off

Get the data from a website and make a program like website function. The program must be done in vb6 and optional for extra few in Java (ie6, ie7 and safari).

I need a program to work like the website: http://ro-warez.net/hi5/
It’s a hi5 email show, you enter the profile link and the script gives you the yahoo owner’s address.

With that website information and data you must create a program to work like that website.
If you can in visual basic 6.0 and for extra few in java.
Just take the website and convert it in vb6 and java(optional)

You must send me the code source and the fully working program for test’s before you get paid!

You must do this in 24 hours. I will wait for your attached test on PMB.

My Max budget is $100. Please check that before you bid!

Happy Bidding.

Vb6 Code Correction

August 29th, 2009 Comments off

It is a well written code, which I purchased, that produces a ‘virtual greeting card’ which one can send via e-mail. The greeting card can contain a digital photo or drawing and an audio (in .wav format). Those things work beautifully. In fact, the program itself works exceptionally well.

The problem is, I have I have change the authors choice of icons, logos, etc. to fit my needs and the program accepts my changes as it should. However, when it produces the ‘greeting card’ (in the form of an .exe), the authors original icon and text are used. I cannot find the source of his icon, wording in the source code to save my life!

If I upload the file as a project and you use it to build a card, you can see what the I’m talking about. My question is, do you think you can track down the source and change it (and provide me with enough details so that I can see where you found it!)?

Please let me know as soon as you can. It’s a project I need to get moving on.

Delphi To Vb6 Conversion

August 19th, 2009 Comments off

I have a great little program written in Delphi (source code attached to this project).

My problem is that it says it’s not a valid Win32 application and therefore, will not run (although it has before but I have updated my PC’s OS since then).

I want to see if there is a programmer who is experienced in both Delphi and VB6 and can make the program work in VB6? That would be my first choice!

However, if not, can anyone update the Delphi code to make it work in an Win32 environment?

Please PM me with any questions you may have and thank you for your time and attention!

Vb6 Webcontrol Help In Twitter

May 21st, 2009 Comments off

I need help with my code. I am able to unFollow users using my code, but I get an error (see the gif) every once in awhile. Please tell me where my code is wrong and how I can properly unFollow people using a webcontrol in Visual Basic 6 without an error message.

This should be a VERY easy solution, that should only take a few minutes if you’re experienced in VB6 and webcontrols.

My code is:

Private Sub unFollow()
Dim a As Object
Dim c As String
Dim i As Integer

If bolunFollow Then
bolunFollow = False
End If

c = wb.Document.Body.innerHTML
On Error GoTo eh

For Each a In wb.Document.links
If a Like “http://twitter.com/*” Then
If a.className = “url uid” Then
c = a.parentNode.parentNode.parentNode.ID
c = Mid(c, InStr(c, “person_”) + 7)
wb.Document.All(“remove-btn” & c).Click
While wb.ReadyState <> 4
DoEvents
Wend
End If
End If
Debug.Print a
Next

For Each a In wb.Document.links
If a.innerHTML = “Next

Need Vb6 Winsock & Regex Help

April 26th, 2009 Comments off

Hello,

I wrote an application in vb 6.0. Very simple using the winsock control. Everything works fine.. Except certain things.

One of the problems is that my winsock data coming in is chunked. At first I used an example like this:

Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
Dim Data As String
Winsock1.GetData Data
text1 = Data
End If

Then I would get sporadic text with a few characters only appearing.

Then I tried:

Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
Dim Data As String
Winsock1.GetData Data
text1 = text1 & Data
End If

Which seems to collect all the data, but there are many carriage returns & blocks in the text. I would like to be able to collect the whole dataarrival & Display it entirely & clearly to perform a regex.

The regex I need to scan the dataarrival with is:

Delimiter or special characters = “/?”

And after that, perform this regex:

regex.Pattern = “<a href=x22[^>]*x22 href=([^>]*)>(.*?)</a>”

I can explain more as I am trying to extract certain hyperlinks from the winsock dataarrival.

Should make sense to a good programmer & looking for a long term commitment to award you projects here at SL.

Vb6 Codes Wanted

April 15th, 2009 Comments off

I’m in need of working VB6 codes.

Simply using winsocks, socks5 proxy, able to change useragent,
to Get and Post values to a web form.

Need it urgently.

If you have it, PM me immediately. Thank you very much.

Vb6 Expert Only

April 15th, 2009 Comments off

Need a software in vb6 that logs in to yahoo answers,
post a question and vote for an answer.

Require fully commented codes.

Must have option for proxy support using socks5 and
change useragents.

I require all rights to all the source codes involved.

Thank you.

Need A Gmail Soft Vb6

April 11th, 2009 Comments off

I need a Gmail soft to create GMAIL accounts automatically

If you have one already ready made, Please let me know the features in PMB for example

Lower bidders wins !

Vb6 Project

April 9th, 2009 Comments off

I need a bot in VB6 that has these features.

Proxy Rotation
UserAgents Rotation
Fill up forms with datas on a webpage

Run in the background
Not to be seen in task manager

Installation must be as simple as double clicking the exe file.

I also need a version of this without the proxy rotation function.

I need all rights to the source codes and software.

Urgent!

PM me if you can do this immediately.

Vb6 To Vb.net Project

March 29th, 2009 Comments off

Hello there,
I am looking for an Expert in language VB.NET and VB6 that so that I can successfully convert my project from old vb6 code into latest vb.net, when the code was converted using visual studio 2008 there were some errors and warnings that need be fixed.. I would give you the functions that contain the errors and you would fix them. the only requirement is that you need to be online chatting with us while doing this! please bid only if you can do this.

Convert C++ To Vb6

March 29th, 2009 Comments off

I need someone to convert a C++ function to VB6
Only 56 lines

Categories: C/C++, Visual Basic Tags: ,
Bear