Send A Program Online?

Aug 25, 2010

I will be teaching Visual Basic 2008 totally online for the first time soon. I was wondering how or what files should I have students send me when they complete a project, either via email or FTP

View 4 Replies


ADVERTISEMENT

Email Address Could Send Programs To As An Online Backup?

Feb 19, 2012

I want to send my Visual Basic Programs to a backup email address that will allow me to save the .exe files.I have spent years developing programs for dictionarys/translators of foreign languages, but my problem is that I keep loosing all my research and the places that I have been living in. So I need an online email address to send all of my work to this way..I will be able to continue development.

View 2 Replies

Send And Receive Data From ONLINE Text File?

Oct 18, 2009

from and to a text file. that's no problem and was done within a hour. (tnx to google)Now the problem. i want this textfile to be online. Normally with webpages you can read and write a file very easy but i've never done this withSo far the read code works. write code works in local mode, the only thing is he won't write to an online file.i don't get any errors the code looks fine for the debugger.the code so far (local mode for testing)

read:
Private Sub read()
If runlocal = False Then

[code].....

View 1 Replies

Can't Get Online Program

Sep 18, 2009

I have a customer that does not allow for local installation of any version of MSDN so telling me to press the help or F1 key in VB6 will not help. What I need is a link to VB6 IDE functionality (ie all of the special characters in the find dialogue to help in searching or how to effectively use "use pattern matching" when I press CTRL+F).

View 3 Replies

Make An Online Transaction Program?

May 6, 2009

I want to make an online transaction program for which I need help. The problem is that, if a branch enters an entry that entry should hit three system�s databases. These three systems are connected to network but the application is not connected. For example, there is two branches namely branch1 and branch2 and a head office namely HO1. If a user at branch1 enters a record that record not only hit that branch database, but also hit branch2 and HO1 databases as well. Can I use Virtual Private Network (VPN) to do this?

View 5 Replies

Publish A Project/program Online?

Apr 24, 2010

I have finished developing a small, completely useless but working project. It was my first in VB.

What i wouold like to know is how is the best way to get this project online for download?

I dont have a web site or web page, and this project is just a bit of fun (fitness test).

Could anyone tell me the steps I have to take? All i want from it, is to be able to place a series of screen shots explaining the project and then if someone should wish to download it they can.

I dont need prime time internet coverage, just a place to put it online, pref free. Plus, there have been many kind people from this forum who have given me thier free time and effort to help me with code issues, so if I am allowed and any one is curious i will post the site link to here and you can see where your effort has gone to, and should you wish provide positive and negative comments at your leasure.

View 3 Replies

Send Records To Online "table"?

Jun 15, 2011

I'm trying to make a program that will add a new item to a online table or database? How would I do this? What would I use for the Database? I'm new to this, if you need more information let me know.

View 2 Replies

Use The Send Keys Function To Send Text To Another Program?

Apr 29, 2009

I am trying to use the send keys function to send text to another program.I ahve gotten it al working well, except for using () as I know sendkeys doesnt like these.I have tried using the Replace function in several places in my code to replace the ( with {(} and {+0} etc, with various other options tried.But when I run the program, it seems to skip this out completly and leaves them in the string as (, and therefore it errors and wont run.When I step through it, it goes through the function but doesnt alter the strng as it should. This is the code to send the string and my attempt at making it replace the () in the module

Module TextReplacement
Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Int32) As Short
Dim counter As Integer
Dim sData() As String

[code]....

The error I get when i try send "Test :)" is: ArgumentExcveption was unhandled "SendKeys string 'Test :)' is not valid"

View 2 Replies

Communications :: Creating Online For Simple Program?

Dec 17, 2008

I dont know wether this is the right place but would i be able to use somthing like streamreader to change a .txt on another computer? If so, how?

View 3 Replies

How To Get Program To Read Online Text File

Mar 19, 2012

I am trying to get the program to read a text file online. Thus it can return a result if present inside the text file. If text file contains XXX@yahoo.com Then show form.

Private Sub Form6_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("")
Dim response As System.Net.HttpWebResponse = request.GetResponse()
Dim sr As System.IO.StreamReader = New System.IO.StreamReader(response.GetResponseStream())

View 2 Replies

VS 2010 Making A Online Community Program Thigie

Mar 2, 2010

I started working on a big project for like 5 mins ago. Then suddenly I figgerd out that I don't know (AT ALL) how to make a program that can:

- Connect up to a server (which will be my secound computer)
- Chat
- Make groups
- Etc

the login system is simple but the client server thing is another story.So basicly what im asking about is: How can I make a program that connects to a server (this should not be local).

View 4 Replies

Make A Register Program That Stores Data In Online Database?

Jun 9, 2012

My code is the following[code]....

I don't have any errors on the password orr the database!!!I only have errors on the "sqlquary"

View 2 Replies

Program Use An Online SQL Database To Check A Username And Password To Login?

Mar 10, 2009

How can I have my program use an online SQL database to check a username and password to login someone to a different part of the program?

View 3 Replies

Source - Mu Online Game - Can't Make Right "Server Status" To Show Online Or Offline

Jul 28, 2009

I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.

I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..

View 4 Replies

How VB Can Focus A Specific Program And Then Send Commands To The Program Only

Aug 3, 2011

I am trying to figure out how VB can focus a specific program and then send commands to the program only. The focus would only be for the commands and would not make the program you are currently in lose focus. Simply, what it is controlling is a Windows Application called GOM Player. I use it to study my material for school. I plays movies in it and don�t have to click out of the application I am working in to pause, play or rewind. The keypad and the company who make it actually have it built into iTunes and it does exactly what I want GOM Player to do.

The reason I dont just use iTunes is because I can�t get my video files to play in iTunes. After pulling teeth with the manufacture I finally to tell me that the iTunes functionality is accessible via plugins built into iTunes. So trying to mimic what is being done there does not help. I believe that a knowledgeable VB programmer could answer my question in seconds, but having some experience with coding and programing I know it also could be a lot more than what I think. [URL]

The question is: What is way that VB can send the key for the macro only to the GOM Player Application even if it is not focused or even If it is minimized.

View 1 Replies

Send Fax Using Program?

Dec 30, 2011

I tried this code to send fax by vb.net 2008 and it show me this error[code]...

View 6 Replies

Make A Program That Can Send Sms?

Feb 22, 2009

i want to make a program that can send sms that's include serial number if the user but i really dont know the code of how can i send sms

View 6 Replies

Send An Email In Program?

Jan 6, 2011

What is the best way to do this? create a form which sends emails. I want to use the System.WebMail class and not MAPI which I've seen on this forum. I also need a SMTP Server if I'm not mistaken and can anyone suggest a good smtp server I can use. Also user authentication when sending an email this must be secure.

View 6 Replies

Send Email In Program?

Jul 7, 2010

How to send email from visual basic 6.0 using smtp server .Naren

View 2 Replies

Send Emails With Program?

Dec 8, 2009

I am building a room booking system for my college and I would like to send out an email when a teacher books a room to remind them. I have found one on the internet at this link[url]...

But when I try and use that code I get an error: "Value of type 'String' cannot be converted to 'System.Net.Mail.MailAddress'"

View 1 Replies

Send Key Presses To Another Program

Jul 22, 2009

I am looking for a way to send key presses to another program, Ive tried Sendkeys(), Keybd_event() , etc. is there a thrid party dll i could use? whatever i do it needs to be real low-level and totally undetectable.

View 6 Replies

Send Keystrokes In Program?

Jan 23, 2010

How to send keystrokes in v.net automatically ..

View 1 Replies

Send Messages Via Program?

Aug 3, 2009

How can i send messages via vb.net, i cant find anything working on the internet.[code]...

View 4 Replies

Send SMS Messages Via A URL Using Program?

Jun 27, 2012

I want to send an SMS message to many people. I have the person type and phone number for each person in a MySQL table. Using a stored procedure, I am calling a stored procedure in the database to get a list of phone numbers for all the people of a particular type and store it in a DataTable object. I have one URL that I need to use to send all the messages for all the people of that same type. The variable s in the below code is the person type which comes from a drop-down control[code]...

How do I loop through the resulting DataTable and send the SMS message to each one using the URL? The variable dt has the list of phone numbers for the people who match the type stored in s. Please help me solve this problem. I am new to VB.NET.

View 1 Replies

Send Words Into Another Program

Jun 13, 2012

so I want to build an application that will send words to another program. The use is that I have call of duty world at war, and I want to be able to send the game the text "`sf_usenoammo1" which is a cheat code for unlimited ammo. I searched around and was told to look into the "send keys" which looks promising but I still don't know how to use them, any ideas on how to send the info and select the focus to the open program would be awesome.

View 2 Replies

Use Program To Send E-mail?

Feb 20, 2009

How to send the email by using the vb.net VS 2008?i'm search from the internet there, so of them may not explain well and detail, so i have to left a message at here and get some information.i only want to send out the message, it seen like only require the SMTP as the outgoing message in vb.net.

View 1 Replies

Continue Program During Send Mail

Oct 17, 2009

I've written a testing program where my students write a test and the results are compiled in a text file. The text file is then emailed to me using SMTPServer.send(MyMailMessage). The program works, except that it takes a number of seconds for the email to be sent. The user clicks the next button, which should bring him/her back to my login screen for the next student, but instead it hangs while sending the email. How do I get it to do the emailing in the background, allowing the person to continue using the program?

View 3 Replies

Create A Program To Send And Receive Sms?

Apr 12, 2008

Do you know how to create a program to send and receive sms and call from PC from and or to any devices?

View 1 Replies

How To Send File Via Bluetooth Through Program

Jun 15, 2011

How to send a file via bluetooth through my program? I have a text file that I make it by my program and i want to send it to mobile via bluetooth and also I want my program gives me a message in these 2 cases?
1- In case if there's no bluetooth in computer
2- In case if it dose not find bluetooth device around

View 4 Replies

Make A Program To Send AT^ Commands?

Sep 23, 2010

want to make a vb.net program to send AT^ CommandsI want to send this command

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved