VS 2010 Making The Program Luanch ?
May 11, 2010
is there anyway u can make a ".exe" luanch without really knowing where the "user" u send it to have it installed. Well im talking about "World Of Wacraft" a game u install just like any other game.I wont this to luanch but i the users wich use this have the file/folder placed different places.Is there anyway to find this if it have been installed ?Ive been looking around but only found codes wich dident really work
View 6 Replies
ADVERTISEMENT
Mar 16, 2011
OK, So I am making a program in Visual Studio 2010 Ultimate. I have gotten all the forms and everything correct. Except the text color. I need to make it so when they reach the end and it says if they got it right or not, that the program changes the textbox's text color. The code I currently have is when form2 = the first word in the spelling test. Form2.textbox1 is the first place where the user puts the answer. Form1.Textbox1 is where the user puts the original word.
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
If Form1.TextBox1.Text = Form2.TextBox1.Text Then
TextBox1.ForeColor = Color.Green
Else
[Code]...
This code does nothing and there is no errors. P.S. If you need a copy of the program, you can download the solution here: [URL]...
View 6 Replies
Sep 23, 2011
I am using VB6 for a (ADODB Connection & Record set) database program by connecting MS Access file (MDB). Can I make same program in Visual Studio 2010 by ADODB connection with MS Access (MDB)?
View 1 Replies
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
Nov 22, 2011
I'm currently working on a screenshot program, much like Gyazo and I've come across a problem.
[code]...
Now, it draws perfectly when I drag left to down (vice versa), but when I try and drag the opposite way (this is when I get negative x and y values), it doesn't seem to draw the rectangle.I've tried fixing it but with no luck at all, it just messes it up :c
View 2 Replies
Oct 20, 2011
I am making a program which generates a random number between 1 and 10 and when 7 appears it is suppose to tell you how many tries it took to get the number 7 and then end the application. This is the code I have used:
CODE:
This code only generates the number 7 and exits the application, each time i click the random button but i want it to show the other number it randomizes too for example 1 2 3 4 .. etc, if u dont understand, please try it, but im trying to say, when i clikc random it just says number 7 (does randomizing in background) and tells you how much tries it took but i want it to show the other number it randomized also and when 7 appears, then exit the program
View 2 Replies
Dec 3, 2009
What I'm trying to do is make a MSN like rpogram where you can send Text form a Textbox to a listbox between 2 computers. I have read About TCP/IP connections?
View 4 Replies
Oct 7, 2009
I used Microsoft Visual Basic 2008 and i am having trouble making it to where i can make a screen that a video can be played in. I mean i know i have to code it to call if from a folder but i do not know how to set up the form so i can make my own program. My teacher said that there used to be a thing where you just put in on the from and it did it for you is there a special thing you have to download to do that or do you have to actually go through and code it yourself. I do not want to be given code i just want to know the best way of starting my project whether it is making a thing so that i can play the videos
View 3 Replies
Oct 18, 2011
What would be the best way to make a Windows .NET application be the only program that can be used on a computer? I have come across timers or events to switch windows back to a window with matching text and some api32 calls to make a form top most.
Is it possible to make an application like the windows lock screen where nothing can be done except that what is on screen? I want to block users from doing other things and only let administrators get to the desktop.
View 3 Replies
Oct 5, 2009
I am making a program that is very simple, but I'm have problems with it. It runs like this:Theres a textbox and you enter in any amount you want.Next to that there are three radio buttons, deposit, check and service charge.If you enter in 100 in the transaction text box, and check the deposit radio button, and hit "Calculate" it will display 100 (in a total display box); hit calculate again, it will display 200, then 300, etc..Now lets say you keep 100 in the text box, but you check either "service charge" or "check" and hit calculate then it will MINUS the amount in your total display box. So for example if you had 300 in the total display box, and 100 in the transaction box and you checked "Service Charge" and hit calculate it would display 200 in the total display box, hit calculate again, and it shows 100.. etc..
Public Class Form1
Private Balance As Decimal
Private Sub CalculateButton_Click(ByVal sender As System.Object, ByVal e As
[code].....
View 9 Replies
Oct 13, 2009
i am making a menu-like program.i added an existing item, which was setup.exe.it appears in the solution explorer.Now, i want to run it using shell or something else at the click of a button. how do i do this?
View 1 Replies
Jan 25, 2009
i am making a menu-like program.i added an existing item, which was setup.exe.it appears in the solution explorer/Now, i want to run it using shell or something else at the click of a button. how do i do this?
View 3 Replies
Jan 27, 2010
I am making a program in vb.net (visual basic) that has two forms. I have one as a sort of "main" base which will be behind everything. Then I have another additional form which is suppose to go on top of the "main" form. Well I get this to work when I show both of the forms, but I want the smaller (additional) form to be centered onto the main form. If you want an easier sense of it, its a small box in a big box. (all centered and aligned). Does anyone know how to do this?
View 3 Replies
Nov 14, 2008
I have an exe with certain variables that need to be changed for each "make" of the program so that each one is customised, but what I need is to create a program that can edit these variables and generate a new exe, or something that can take the source files from my exe and edit the variables then recompile it. Now I don't want to hear "why not just do them by hand", if I wanted that I wouldn't be asking how to do this, I just need this because I need to create 1000's of these custom exes, and I figured that if I could make a program that can do this (edit the variables and compile new exe) then that would make it easy on me since the variables I need to change go in an order from 1 - 1000. I also need it to work on a regular pc not one with all the special VB plugins and stuff, it needs to be able to work on a fresh install of win xp.
View 1 Replies
Jun 26, 2011
I have searched lots of way to make a 30 day trial limit of my program. They say "Use -Settings- in visual basic application for your variables" to save the information about user (like : registered or not registered or when the program expire). (You can see the 'Settings' when you double-click on "my project" in "solution explorer") Does the data which we use with "settings" saved in our program or somewhere in the computer?
View 5 Replies
Apr 26, 2009
I put it in Communications.For My programming class at school we are required to have made a program. So I decided to make a LAN messaging program which uses VB and Microsoft Winsock Control 6.0. Im quite new and noob at using VB so i'm using a tut here, url... to make the base program.As you can see if you've read it, he uses Microsoft Visual Basic 6.0, while I use Microsoft Visual Basic 2008 Express Edition.
View 3 Replies
May 20, 2011
this is my code till now, i no most of it doesnt make sense but i dont know the most efficient way of making a program that has five lisboxes (4 are classes 1 is absent list) of names but each class can only have 10 student and the user should be able to move student to other classes as required
[Code]...
View 1 Replies
Jul 22, 2009
I am trying to make a basic "paint" like form for one of my programs.I would like it to be like a function, where I put the input in, the user changes it, and when the user is done, it returns the changed picture.I know how to draw the picture and then draw lines, dots, whatever where the user clicks, but I don't know how to do some of the features like: text, color picker, zoom, erase, select (copy and pasting parts of the image) , and fill. I also don't really want to have a color picker dialog open ever time that the user wants to change color.
View 9 Replies
Jan 3, 2011
im making an msn style alert program. im having troubles getting my program to go off when the time/date saved = current time/date. i got the date from a the date selector object and i formatted 2 integer counters and 2 radiobuttons for the time. but my timer() method doest go off. is my thread wrong or did i do something weird with the date?
Option Strict On
Public Class Form1
Dim strName(1000), strHour(1000), strMin(1000), strAMPM(1000), strCheck(1000), strRepeatcnt(1000), strRepeatcbo(1000) As String
Dim dtDate(1000) As Date
[code]...
View 4 Replies
Sep 17, 2009
I am making a calculator-like program, and would like to make it so that it is always the front-most form, even when another program (like Firefox) is clicked. While Firefox is the active form, my form is still up. Basically, I'd like to make the form like the on-screen keyboard; it never really minimizes unless you specifically tell it to.
[Code]...
View 1 Replies
Jan 17, 2010
Is anyone familiar with making a program compiled in visual basic .net compatible with windows vista 64 bit, The installer gets a runtime error initially but then If I runt it as administrator it runs fine, After it's installed I get a ocx error but when I run the program in admin mode again it works fine, How can I go about editing my program so that it doesn't come up with the errors. Can I get the program to initially run as the administrator?
View 1 Replies
Jan 21, 2011
im making a program that can play mp3 files but now i only have to figure out how to make them load in a listview i thougt of starting the program then letting it show sort of a folder chooser and then it should open the music chooser form ... (that works fine) now to make al the mp3 inside the folder load should i use sort of a filter or somthing i thougt of [code]
View 8 Replies
Dec 29, 2009
I'm making a program that displays the balance of the three items with the input of the user input quantity.
one it cost 1.75
second cost 2.00
and 3rd cost 1.25
I need to use a sub, a function and another sub , i've tried to make a program on my own but i'm quite stuck..
[Code]...
View 12 Replies
Feb 21, 2011
I am trying to write a program to control the speed of all my fan's (GPU,CPU, Case fans) I have my form set up now I just need to code it. I have a button that when used will detect the different fans and fill txt boxes with information for each fan but when I started looking for info on how to do this I found a lot of posts saying its not possible with Visual Basic. Is it possible or isn't it? Where would I find the info that would show me how to do this?
View 2 Replies
May 21, 2010
I am making a remote shutdown program. Here is the code for the local program that will be checking to see if there is a shutdown:
Imports System.Net
Public Class Form1
Public WithEvents Downlad_Message As WebClient[code]....
View 8 Replies
Dec 30, 2008
I'm making a sound editor program, but i've got a problem: if you load a sound, the program must show the spectrum of the sound?
View 2 Replies
Jun 27, 2011
I am trying to make a program that recovers lost passwords from ZIP files. I know what to do but what i don't know is how to make sure that the file is a ZIP file, and using that file a looking for the password.
View 2 Replies
Jun 12, 2011
(my first question) For starters.I am using Visual C++ 2010 I have VERY limited knowledge (I am not sure how to declare a variable or convert to strings.I took a Visual Basic course in school so I do understand SOME basics... just not the right language
I am trying to make a program that can open pictures in its own PictureBox. I have the form already made, and I had it working with a combobox with the list of all the different pictures, a button to load the picture depending on the selected item in the
combobox (MANY MANY if statements), and i also added a previous and next image pair of buttons (200% more if statements). I was happy with it, except whenever I added a new picture I had to add many lines of code... So i figured i can use this openfiledialog
and open them that way.
what i have so far is when i press "btnLoad" it opens the "ofdPictures" {openfiledialog}
what i need it to do is when i select my picture and press "open", it open the image in the picture box "picPictures", which is in my form.from what i understand with playing around with openfiledialog in VB is that the command this->ofdPictures->FileName
makes the selected file a string... but i think i have to make it = a string variable...
now, i think i fixed that by adding to "private: System::Void ofdPictures_FileOk"
[Code]...
View 2 Replies
Jun 7, 2011
i making program to launch .exe in folder, but send my problem.
I write this:
System.Diagnostics.Process.Start("WanXAppsDataSoftwareGrizzly_CloudGrizzly Cloud - Beta.exe")
or
[Code].....
View 2 Replies
Mar 3, 2010
I just started with VB.NET using Murach VB.net 2008 book and i want to make this program for my work, please tell me what knowledge needed to make this program beside VB.NET: want to make a program for my supervisor which Lists the name of every employee in our division. the program should be accessed by any computer in our division using LAN. each employee will have user and pass to enter this program they only can view their data with charts showing their attendance, productivity , etc, supervisor will have master account where can edit the info.the supervisor can send private message like e-mail to each employee. all the info should be saved in database so it can be used to compare the employee activity for each year.
View 3 Replies