Make An Application That Fills Out Personal Information?
Feb 23, 2010Im trying to make an application that fills out personal information.
Such as Name, Birth of year, etc
Im trying to make an application that fills out personal information.
Such as Name, Birth of year, etc
I have create a vb.net application with ms access. i am make it .exe.After that i am instal it my pc working but my friends pc not work. After i am cheking my friends system all. .net framework is intallaled 3.5 thats same as mine. Error ,indicate that application1 has encounterd a problome and needs to close. We are sorry for the inconvenience.More detail ( digital product id, identify your license and internet protocol(ip).My application only a smal invoice. How can set digital product id and my personal information in to my application.
View 1 RepliesI am using window 7 now, I am trying to write up a wee program by vb.net to edit the image properties like edit the title, author, comment, rating, description. I have try the DSOFile, but it only edit the file attribute and wouldn't show up.
View 3 RepliesI'm a newbie in visual basic. I'm doing a login system. I'm done with the GUI. but for the programming part, I want to know where to store new user's information along with the username and password. I've done research. seems like it has something to do with database. p/s: I'm looking for high security in storing data to prevent hacking.
View 1 Replieshow do you make a richtextbox scroll down automatically when text fills the screen so that the new line can be seen,
View 2 RepliesI am new here; say to everyone first.Here is the a question for coding list box; it has two part: first part: Create a project that stores personal information for a little electronic "black book"; the fields in the file should include name, phone number, pager number, cell phone number, voice mail number, and Email Address. allow the user to enter the data into text boxes. (This part is very easy, The trouble maker is in the second part).
second part: create a second project to load the names into a list box. perform a "Look Up" and display the appropriate information for the selected name. The second part should be very easy to someone here; please write codes, I have stuck in the second part for couple of hours.
Just knowing 20 commands i am developing a app?very impressed on myself!Just knowing 10 commands + common sense + special sense each man has i had world most dangerous spy tool....but on my guru & best friend advice i dropped it..but in future will use for good purpose So here is the new scene We are team of workers had blogs,microblogs and other things i decided to create a tool for my self which is like office assistant to assist in our work at office
my tool will do the submission process when we are not in our office
my idea is using a web browser control and do it with vb commands
so kindly think yourself in such position do you agree to do submission task with web browser control or you can do it some other methods?
whats your opinion? what i mean open a website on web browser control submit the details from listbox(which increment on every submission)i think you now got how we are going to do this!!!
so i am need some one advice shall i proceed with this?i had three big challenges
1.Time
2.Yes Of Course Time
3.Ya Time But Time + Work Accuracy
so kindly guide shall i use the web browser control or use method like direct server post?
make a application where I can store a lot of account information in a file on my computer. This is how it works so far.I have a class called "AccountInfo" with some properties such as Account Name, Password, etc... This is bound to a DataGridView via a Bindingsource. So basicaly what I'm asking, is how can I save/load all these accounts in my computer easily in a file or something?
View 2 RepliesI'm trying to make a Application which displays Server Information from Team Fortress 2, Garry's Mod and other Valve Software Games.
how I can display the server information like name, players, server IP and other information?
I am currently building a "program launching application" for personal and home use.Basically all it does, is have a toolbar for example File, Edit, Run, Programs ect....Run will bring down a list of common command prompt buttons which then, once clicked, will load cmd and input said code.
Example
Under run > cmd > IPconfig/all my code is as follows:
Private Sub IPConfigurationDisplayConnectionConfigurationToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles IPConfigurationDisplayConnectionConfigurationToolStripMenuItem.Click
Dim Command As String
Command = "ipconfig /all"
[code]....
I know how to make a progress bar, but.... how do I get it to show progress on opening adobe reader?
I am looking to make a "user.settings" file or something similar that stores information for my application. I'm not sure how I would read a text file per line and do something depending on what it says.
View 7 Repliesi'm making an twitter app. but i'm having a problem..In my listbox there is a list of username's i have to sent a tweet.this is the code i'm using:
For i As Integer = 0 To ListBox1.Items.Count - 1
ListBox1.SelectedIndex = i
Dim value1 As String = ListBox1.SelectedItem.ToString
Dim value2 As String = value1.Replace("http://twitter.com/", "")
[code]....
but it doesn't work..it goes super fast and only fills in the last listboxitem.i want now that every 10 secs a new listbox item is filled in in the status box on twitter and posts the tweet.
I'm working with referenced VB6 DLL's. The problem is that the results of a method/function call are not the same. Below the code examples:
First VB.Net Dim Validations() As String myErr = myEntry.ValidateLine(Validations)
When validation fails, the string array Validations is filled with the error description string. I've tried to accomplish the same in C#:
private string[] valArray = null;
sdkError = sdkEntry.ValidateLine(valArray);
Does anyone have an idea why I can't get C# to fill the string array? Additionally, the function in VB is called with ref to a System.Array ValidateLine(ref System.Array ValErrors), perhaps it has something to do with this?
I want to change the color of the progress that fills the progressbar, its default is green but i would like to change it to red or any other color if possible.
View 9 RepliesI want to auto fill a range like this:
In Sheet1!A1 i have the formula "='Sheet2'!D1"
In Sheet1!A2 i have the formula "='Sheet2'!H1"
In Sheet1!A3 i have the formula "='Sheet2'!L1"
Now the Sheet1!Ax increments with +1 value; The Sheet2!D repeats again with D, H, L but only with a +4 to all 3 of them
[Code]...
I want to write a quick program that fills a 2D array with quiz scores. Consider there is 5 Students and each have completed 3 Quizes. I want the program to display a class average as well as a student average.
I've gotten as far as a nested for/next loop but I am stumbling over the language for accumulating and displaying the average.[code]...
I have one table from where two comboboxes get their drop down lists, showing info that has been entered into the table (boxes are bound to the table columns I.E City (Box1) and Country (Box2). what I would like to do is if a city is selected in box1 then box2 will autofill with the country name.
View 3 RepliesI'm making a program where the user fills out info, then they click one button and the program takes a screenshot of the form, then they click another button and the screenshot gets saved. I'm having a couple problems with my code though. For one, I'm trying to make the screenshot go to an invisible picturebox to make saving easier, but I cant figure out how to make the image go to the picturebox. The other problem is that I want it to automatically save without showing the dialog, but so far, it won't save.
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
TakeShotOfScreens()
Picturebox1.image=allscreenscapture
CODE:...........................
I've created a polygon shape and filled which fills blue on startup.Upon toggling a check box it should be filled yellow.It doesn't go yellow (unless i step through in debugging).
[Code]...
ok i am working on a dvd ripper for my self i am trying to figure out the source code to rip a dvd i am also wanting to put a video converter in the dvd ripper
View 3 RepliesI'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]...
I am developing an application, for a university project, which is using GDI to draw a flag, my application is also equiped with an undo stack, which is, essensially, where the problem is, so what happens is: I push the draw button to draw a box, when I do that, the solution normally creates the box and stores the object to the undo stack; however, when I ask it to undo the box, and refresh the panel, it randomly adds, endless threads to the undo stack, additionally, everytime that I set the panel to refresh in the undo procedure, it affects the draw procedure; therefore, when I tell it to draw a box, it fills the undo stach with five threads at a time, sometimes, it fills it with much more than five, and sometimes it keeps filling up the undo stack, untill I stop the debugging proccess. This is my code:
[Code]...
I have seen Books on ASP.Net, VB.Net, etc. is there any book on .NET itself? Can i take advantage of .NET using C++ or i need to know C#?? dont mind my question if it sounds stupid, but please do help me out!
name a few good books for the following:
VB.net
.NET
ASP.NET
C#
I'm sure a lot of people around here tried Rainmeter or Google desktop. They are nice but I never felt comfortable using them on my desktop, either because they ate too many space or aren't much flexible in terms of settings and stuff that can be grabbed from the Webs. So I thought I'd make my own personal tools. It's intended for Windows 7. What language, VB or C#, should be easier to implement this kind of stuff (small panels with no borders/frames, small memory usage if possible) based on experiences of people?
View 2 RepliesI have created an ASP.NET Website using VB.NET ASP.NET 4.0. Thing is, I want my visitors to hear some nice piano music as they browse my site. Now I don't know how to embed and play mp3s on an ASP.NET Website. So I need help with that.Further, if the website visitor changes pages, music should pick up where it left off before the page change. how to do this?
View 1 RepliesI coded a small application in VB Express 2010 and I wish any one could provide for me some code on how to save personal settings from an options form so that the end user don't have to keep making their personal choices every time that start my application that I created.
Personally I don't have a clue on how to accomplish this feature with in VB Express 2010.
I used check boxes and radio buttons in the options section on a form for the end users choices.
I have made a KeyLogger that send the information to an e-mail but I want it to save as a .txt to the USB drive in a folder called logs. But for example all USB drives are on different names like G, E, and F, they all vary so how do I make my keylogger save the information in a .txt on the usb.
1. How do I save a .txt file to a folder named "logs" on the USB?
2. How do I register the F1 and other keys that are not registered.
3. How can I get the program to close when the USB is pulled out?
I currently have two programs that need to comunicate one with another. It doesn't have to be something complicated, it's just passing data from one to another, all very simple. I was thinking of using .net remoting, but I've heard there's a new thing WCF. Should I go for the .net remoting or try WCF? Or is there something simpler to use?
edit: Both applications are simple, I don't want to have anything to do with IIS, services and such.
I have a VB .NET (VS 2008) application which allows the user to drag and drop a xls file onto the form and a DataGridView fills with the xls sheet data. The user than can apply changes to the data or add entries. Data integrity is checked during the load into the DataGridView (duplicates are removed and invalid entries are filtered out). After doing all this the user can click a button and the data is uploaded to a SQL server (2008) DB. I have a primary key set up (row number) and I have a compound key in the SQL table.
It is all working beautifully. Now here is my question:
I want to check for duplicate entries (between SQL server and DataGridView data) before the data is uploaded and commited to the table. What would be the most efficient way to that?
I'm trying to learn a little about pulling information from other applications and finding it pretty difficult to find what it is I need to do. Let me give you an example of what I'm trying to do and perhaps someone can point me in the direction I need to work in.
I want to read Ventrilo from my VB application, specifically I want to know when someone is talking in the channel I am in. That is my end goal. I can pull the handle using FindWindow
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" _
(ByVal lpClassName As String, _
ByVal lpWindowName As String) As Long
[code]....