VS 2010 Get Information From Program
Feb 24, 2011
I want to ask is it possible to get a information from my program lets say for example: I have one circuit where I store number from one to ten and when the user click a button,the program print them in a list box. Is it possible with another program made with visual basic 2010 to take out that information ? Now someone will say that I will use this information for cracking goals,but that is not true.
[Code]...
View 4 Replies
ADVERTISEMENT
Feb 27, 2012
how to create a program that can access information held in an excel database and show it in a simple form.
View 2 Replies
Aug 7, 2011
Is there a possibillity to get in a vb program information from a called vb program?For example: Dim id As Integer = Shell("C:program.exe id_1") program.exe is a vb windows form program and must return a value back.
View 1 Replies
Oct 7, 2011
I'm making an installer that needs to have information stored inside the exe itself.I cannot use my.settings because it is stored outside the application and if it is changed and the exe is moved to another computer it will reset to default.
And I cannot use resources since I cannot add/edit resources after the application is build.
Is there any way I can store and change info even if the application is moved to another location?
View 1 Replies
Mar 12, 2009
Is it possible to get information on the APIs in Vb.Net?
View 2 Replies
Aug 8, 2010
I'm having a tough time with fixing this problem i'm to make a program that gets information of the net and when the information changes it should show a message box.
[Code]...
View 6 Replies
Jun 12, 2011
I'm doing a project in VB.NET 2005, in which I have to extract the tag information of mp3 files. For that purpose I have used code in this page. But the issue is when one of the tag is empty, it didn't return any values.[code]...
View 2 Replies
Jul 1, 2010
So, let's say that I have a VBA application inside of whatever Office Application. I have created a command-line VB.net program to do all of the fun web-services stuff.Okay, the VBA application calls Shell() to run the command line program. Now, what is the best way to get information (a tracking number for a package) from the VB.net program back into the VBA program?
View 1 Replies
Mar 5, 2012
I am making a download manager in VB 2010. I need to be able to pass the download link from an HTML page to the VB Application. This is what i think i need to do in the HTML:
[Code]...
View 1 Replies
Sep 8, 2011
I have created a program that allows me to print some information onto my screen, but now I would like to print this information to my printer. Is there a procedure or a command to print directly to a printer without having to create a new class?
View 3 Replies
Jul 21, 2009
Why this program is not stopping when I hit the specific information it needs to stop?I get everything to work the way I want it to,
[Code]...
View 2 Replies
May 24, 2010
I made a program it is a Program that tells you information about your computer and CPU and much more but I am having an unusual erro here it is.
Error = Sorry I have my moms computer and dont have the project but I do remember it said something about a CatagoryName.
View 5 Replies
Jan 31, 2011
So i am writing something for work, and i was roaming the internet to see how to do it in vb.net, but it seems to really not have many hits. vb.net doesnt recognize Declare and all information points to things that say Private Declare Function [info]What i was wanting to do is to check if a computer has a DSN card in system DSN's, if it has it use the information and connect, otherwise, quit the program.
Do you know where i can find how to do this? I just need to check for the existance, i dont need to make them.All of my search results, while seemingly useful, were not written for vb.net I want to get something up here specifically for vb.net so we can get more search hits. i find more information, i will post it, but it doesnt seem to be going too far in the vb.net department, as it is in .net
View 1 Replies
Aug 29, 2010
I want a user information including name, last name, phone number and ..
View 2 Replies
Jun 13, 2010
How can I pass information from my textbox in my program to the username box on [URL] as well as password, and then execute log in?
View 2 Replies
Feb 5, 2010
I have a win form with three textboxes that lets the user input information using VB.net 2008. I am wanting the program to send me the information entered (when they hit the send button) as an email and also drop the information entered into an access database.I have the program sending the textbox information as an email.What I am having trouble with is saving the three textboxes to access database. I have an access database set up with a table and three fields for the three textboxes.
All I need to do is each time a user uses the program, it adds the information they enter into the three textboxes to the three different fields in the database. I don't need to let the user view or edit the database in any way.
View 3 Replies
Jan 30, 2012
I am trying to write a program that allows user input information and plot a bifurcation diagram that looks like this:I haven't program in 2 years:sick: so I am all rusty and such. Here is what I have got so far and more information about what I am doing.
Bifurcation:
f(x) = kx(1-x)
and k = xL + i * (xR-xL) / 500
when i runs from 0 to 500, it plots (i, f(seed)), (i, f(f(seed)), .... up to the boundary number.Here is what I have got so far. Everything seems normal, however, I am really confused when it comes to plotting.
[Code]...
View 1 Replies
May 31, 2010
I am attempting to create a program which saves customer information for a business e.g first name, last name, address etc. but i am having trouble coding the save , new, print, next/previous record buttons.
Would someone be able to link me to a tutorial which explains how to do these?
View 3 Replies
Nov 15, 2010
I want to create a VB program for my final year project,the contents of which can be editable by the user, for example when new information becomes availabe it can be easily added. Now,I thought that this could be done using the text box, although it doesn't seem to be possible.
I plan to use a database to hold the initial information.Could I achieve program 'updatability' in a fairly easy manner?
View 7 Replies
Jan 15, 2011
I am using MS Windows XP, and Visual Basic Express 2008 and I am trying to write a programme that will enter a lot of information into another programme that I have written for testing purposes. The programme that I am writing to has up to 500 line items, by 10 possible suppliers; as you can imagine testing this every time is too labour intensive.[code].....
This code correctly takes me through the various forms until it reaches the Input General Information Form, which opens with the top TextBox in focus. However the entry, "Escravos Gas to Liquids", is placed in the last TextBox.How do I make it enter in the first TextBox, which is in focus? From that point on how do I cycle through the remaining 10 TexBoxes to make each entry?
View 6 Replies
Mar 31, 2011
I am trying to make a program that is able to read out information about my iPod. Now I ran into this little snag, it says "The method or operation is not implemented"
This is my
Imports IpodServiceLib
Public Class Form1
[CODE]..........................
View 5 Replies
Jan 19, 2011
I have been working on this for days and cannot figure out whats going on. I have a listview that displays information from a database. The program takes care of the rest. It's a reminder program that shows the next month due,days remaining, months remaining, and name. I have the program where I want it and it work great, but I want to add a bi-weekly to it.
Here's code well some of it.
Private Sub loadbills()
Me.openstate()
Dim i As Integer
lstView.Items.Clear()
[CODE]...
View 20 Replies
Jul 16, 2011
i am trying to make a program that can get information form a magnetic card reader to fill in a text box like an id and/or password. or make a new account. i am using a MagTek SureSwipe Card Reader 21040140?
View 1 Replies
Dec 13, 2011
The duplicates need to stay as they are in the text file. I just want the duplicates deleted from the listbox when viewed. How would I do that? Say there are two orders made by the same user. I only want the user to show up once in the listbox...
View 3 Replies
Jun 15, 2009
Is there anyway you can send information back to the original creator of the program? Here is a quick example- I made a little program that gives you general information about your computer, when you click a button it sets the text box to specific information. One of the text boxes gives you the Version of your OS. I would like to know if there is a way to send the information in that text box back to me when someone clicks it and they are connected to the internet. FYI I would tell the person who clicks it before so that I am not stealing information, plus what is there to steal from a simple program I made.
View 2 Replies
Nov 10, 2010
I want to write a program to manage my pets and vet visit information. I have areadycreated a database but I don't like the interfac
View 2 Replies
Jul 7, 2009
I am working on a program to integrate several entities of people to get them to work together by sharing information.I am having.I am using a database (Access) in which I can upload photos but can not understand how to store PDF and word.Also looking into implementing email.User inputs information on the forms with the attached (in datastore) PDF and word files and with one button email multiple users in certain areas.I can figure out how to code the email to: portion.Looking to be able to open a chat type interface. I understand I use the winsock com but I do not have it. Does anyone know what the heck this Adobe Breeze thing is?
View 2 Replies
Feb 25, 2010
i want the user to login, and the first thing is, having the text document for that(if theres a safer way to do it, let me know) then it goes to the weekly sales page, but theres also the goals for the sales, which rarely change, but if they do i would like them to be able to change them, then next page is the list of the workers, and if they need to i would like them to be able to add workers. so my question is: is there anyway that maybe i could save both the goals, and the workers in the text document, and when they need to change it/add workers it will save it in the text document and the next time they sign in the changes will be permanent? also is there a way to delete the user once they have been created, other than going into the txt document and deleting it.
View 2 Replies
Jun 9, 2010
I am making a program that reads a file. Csv,and information to a textbox.
After he demand on the Csv file, the same information he writes what is in the same row forward in the same textbox.
A-dos-Francos;39.346246,-9.031105
A-dos-Negros No;39.366089,-9.090929
A-dos-Negros PV;39.366886,-9.131098
[CODE]...
Example: If "A-dos-Francos" is written in the textbox I want that it be replaced by "39.346246,-9.031105"
But in the same textbox.
View 8 Replies
Sep 5, 2008
I am writing a program to login and read information off of specific web pages.I have gotten serveral working already, but I'm having a problem with this one.
<input name="DL_AUTH_USERNAME" type="text" size=10 style="font-size:9px;font-family:arial">Password:<input name="DL_AUTH_PASSWORD" type="password" style="font-size:9px;font-family:arial"><input type="hidden" name="next" value="/"></span><input type="submit" value="Go" class="button">
For some reason I can get it to load username and password but I cannot figure how to get it to click the go button.
View 4 Replies