VS 2008 Eliminate Account From Disc?

Feb 24, 2011

I have a Login Form and ...

I have this code to create an account on my disc:

Try
Dim aa As String
Dim ab As String

[Code].....

But now I want creat a button to emilinate accounts, and I dunno how to do that.

View 1 Replies


ADVERTISEMENT

Install VB 2005 And/or The VB 2008 Express From Msdn And Also From Disc?

Oct 21, 2009

Am a 1st year student of IT Management, i have been trying to install VB 2005 and/or the VB 2008 Express from msdn and also from disc given to me from college but it wouldnt download coming up with an "Error 1935". what does this mean?

View 1 Replies

VS 2008 Eliminate Duplicate Characters

Sep 5, 2010

I have a text box where I only want to be able to enter each character once, so no AA or 99, only one of each character. This is so I can paste into the field, but where any duplicates would be eliminated. I've tried using this code, but am not sure where I go wrong.

[Code]...

View 7 Replies

VS 2008 Eliminate Footer When Printing?

Dec 26, 2011

I'm sure there has to be a simple answer or easy workaround for this, but I can't seem to track one down anywhere that I've looked/asked.So, here is my question:I'm printing some lines of text. I want to lose the footer.

[Code]...

View 4 Replies

VS 2008 Eliminate Duplicate Numbers From Appearing In ListBox?

Nov 25, 2011

I am making a Bingo game. I have a button which keeps on calling numbers which are then added to a list box. How do i make it that the numbers called don't repeat (get displayed in the "number called" label). Is there a way to use items already added in the list box to eliminate duplicate numbers.

View 2 Replies

Visual Basic 2008 Retrieve Specific Data From Ms Acces To Eliminate Duplicate Records?

Sep 11, 2009

I'm doing a simple database thru VS2008 and Msaccess without using any builtin relationship between records, now i need to know how i can retrieve specific data from access using the oledbadapter or any, example seek if the value from the textbox1.text is already existing in msaccess table then msgbox "Record already exists.", note that the code is in keypress event of the textbox1.

View 2 Replies

Run Windows Explorer With An Admin Account While Logged In With A Non Administrative Account?

Sep 12, 2010

Does anyone know how to run windows explorer with an admin account while logged in with a non admnistrative account? i want to be able to open up an admin share on a remote host with windows explorer instead of iexplorer. I tried some code I found on the net to impersonate but it didn't work.

View 2 Replies

Creation Of A New Account (sort Of A Personal Account)

May 17, 2012

I am currently working on a stock market monitoring application. how to create a new portfolio(sort of a personal account) for each user that accesses the system such that 2 different users do not have the same portfolio. I am making use of SQL server for my database.

View 3 Replies

Burning The Files On A Disc?

Dec 3, 2010

I have to burn the program I made but I'm afraid about the directories I include in the program.

PictureBox1.Image = Image.FromFile("C:\Documents and Settings\Marvin\My Documents\Visual Studio 2010\Images\Edsger Wybe Dijkstra.jpg")

If I burn it to a Disc, the image will not show up.Even I put them in one folder, It will not work still.How am I suppose to burn it on a disc without having any problem?

View 4 Replies

Disc Cleanup Not Working Through .Net?

Jan 19, 2012

The following code for DISC CLEANUP works on Vista and windows 7 but not on XP?

Drive = "C:"
_process = New Process()
With _process

[code]....

View 5 Replies

Extract ISO Disc Images

Jun 26, 2010

I have googled and google on this, and I can't get it. AT ALL. Not even the slightest bit of code. I need some way to extract an ISO image.

View 3 Replies

Windows Service Running Under A Network Account Is Calling An EXE And Running It Under System Account?

Aug 27, 2010

We have a windows service running under a network account that calls and runs an ActiveX exe. The exe is running under the local system account, not the network account of the service.

View 1 Replies

Check Weather CD Drive Has Disc?

Apr 20, 2010

I need to check if the CD drive has a disc inserted, no matter the disc is blank or full.

I tried to get the IO.DriveInfo.IsReady, but a blank disc also return False. Then I tried to get the TotalSize, if there is no disc, it returns an exception tells drive is not ready, and if the disc is blank, it returns function error. How can I determine which error is responsible to the one which no disc is inserted? I should not check the error msg because it will change on different computer of different language.

View 2 Replies

Open And Close Disc Tray?

Jun 20, 2010

My cousin and I were discussing the difference between Java and VB.Net and I thought I would make a simple application to show him.

My form has two labels a numerical up and down component and a button.

I want to set it so when my cousin presses the button it will open and close his disk tray for the amount of time he chose using the numerical up and down.

I have tried making the program using a sample I have acquired but ti keeps throwing this error.

This is the error.

PInvokeStackImbalance was detected

Message: A call to PInvoke function 'WindowsApplication1!WindowsApplication1.Form1::mciSendString' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention
and parameters of the PInvoke signature match the target unmanaged signature.

View 1 Replies

VS 2010 Save Image To Disc?

Jul 29, 2011

I have a small problem. I must save a captcha image from: http://konto.gazeta.pl/konto/3481801,2,,,,,,3.htmlI have problem when i navigate a captcha link. I get a other captcha.Only one solution are save image from webbrowser to file and upload him to server. I wanna make a full bot for creating account's. I have a decaptcher script.

View 2 Replies

VS 2008 Creating A New Account On Login?

Oct 20, 2009

Ive created a new login system with a "create a new account" option , but when i debug it and create a new account and then login its works fine , but when i debug it again it wont remember the account ive just created . heres my

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
If My.Computer.FileSystem.DirectoryExists(" C:ACCOUNTS" + TextBox1.Text + "") Then

[code].....

View 6 Replies

Forms :: Can VB Read Data From The Disc And Upload It To A Database

Apr 28, 2009

I'm developing an application that will take the data from a cd. This cd stores a .csv file. Can VB read this data from the disc and upload it to a database? Im not sure exactly where to start looking. Can someone point me in the right direction, as to what compnents i should be looking at.

View 9 Replies

Possible To Copy An Embedded Resource To A File On Disc At Runtime?

Mar 21, 2010

I have ashort (1.3MB) video clip set up with the Build Actiontent, and Copy to Output Directory as Copy Always.I am displaying the clip using mciSendString calls, which is working fine.However, I have been asked to change the delivery method so that the video file needs the Build Action to be set to EmbeddedResource and Copy to Output Directory as Do Not Copy , so I need to find a way to write the file to disc on demand so I can play it, then delete it when the form closes.

View 2 Replies

VS 2008 - Module To Verify About Account Login

Jan 17, 2012

I have an VB.net Login Module and what I want to do in this module is to know whether the account being logged in is being used or it's online
Ex: If I logged in then it will say "User is already logged in" etc etc...

View 6 Replies

VS 2008 Administrator Account / User Rights

Aug 14, 2009

While testing my software a friend of mine got the following Error: "Access to the database file is not allowed. [File name = ...etc..." I found out that this has to do with the user rights in Vista (perhaps also XP). How can I solve this?

View 3 Replies

VS 2008 Application Settings For Account Registration?

May 21, 2010

I'm making a program that requires you to be logged in, and I have a registration button. I would like to know how to make it so that when they click the ok button it saves the settings Settings for username is Username and password is Password. The username textbox is TextBox1 , and password is TextBox2

View 1 Replies

VS 2008 Saving Account Details To File?

Sep 9, 2009

I'm not sure which way to do this, i want to save numerous login user/pass to file i can:1) save to a .txt file2) save to a .xml filethe format i would use for a.txt file would be user|pass, for xml something like:

View 9 Replies

Create A Demo Disc (CD) Of A Visual Basic ClickOnce Application?

Mar 2, 2010

Does anyone know of a way to create a demo disc (CD) of a Visual Basic ClickOnce application? I used to be able to download the exe file and run it. I'd like to show my work via a disc rather than create a file to install on a users' computer.

View 2 Replies

VS 2008 Auto-mating Outlook Account Creation?

May 7, 2009

How would i go about automating creating a new internet email account in outlook (2003/2007 or express) ? We currently have an application developed in miniPHPstudio (in PHP obviously) which we distribute to clients, and that sets up their email app with their account details and our servers details for them.

View 2 Replies

VS 2008 Graphing Sum Of Account Balances From Multiple Individuals?

Nov 24, 2010

I have a graph that shows the balance of any number of individuals' accounts over time. The data is taken from a SQL datatable that contains the Individual's ID, Date&Time, and Account Balance.

The account balances of different individuals are not necessarily recorded at the same times. So for person1 I may have:

11/24/10 10:32:43 am - $150
11/24/10 1:47:13 pm - $180
11/24/10 5:15:34 pm - $140

[Code].....

So I want to graph the total between these two individuals, but the 'x-value' of their data points don't match up, so I can't simply add up the 'y-values' of corresponding points.

If I wanted to plot points showing the total between accounts, what should I do to achieve this? I would like this to work for not only 2, but any number of individuals.

The first thing I've decided is that I need to set an interval at which the total will be collected: every 10 min, every 1 hour, etc.

If I supply a date/time value as a parameter, how would I retrieve the most recent balance entry from each individual?

View 1 Replies

VS 2008 Login To Hotmail Account Http Post?

Sep 10, 2009

i can't figure out how to set cookies im trying to login to my hotmail account using HttpWebRequest here is the code im using

Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
Imports System.Drawing
Imports System.Linq

[Code]...

every time i send the data it returns ""Cookies must be allowed""i have Googled for while now and can't figure this out how do i set cookies so i don't get this error ?

View 11 Replies

VS 2008 Make A Form That Checks If Account Exist In Forums?

Jun 1, 2010

i wanna make a form that checks if account exist in forums.. like this forum. ill type my ID and my Password on the VB forum and itll tell me if its found or not..

i dont know how to do that i dont program web things ..

View 7 Replies

VS 2008 Make The Client Send The Users Account And IP To The Server?

Oct 4, 2009

Im trying to make my client send the users Account and IP to the server. And the server puts them on a list box?

View 3 Replies

Asp.net - Store Blobs / Rich Text Memos As Rtf Programmatically On Server Hard Disc Instead Of The Database?

Jan 14, 2011

is there a way to store blobs / rich text memos as rtf programmatically on server hard disc instead of the database ?

Update (1)

i want to write in a memo field and store it using identifiers like sessions and time stamps for example writing a memo with the session "subject" and session "dateANDtime" to be stored as "mysubject-12/12/2010-11:56pm.rtf"

how to retrieve the file. can i build hyperlink programmatically?

View 3 Replies

Create A New User Account In Visual Studio 2005 Or 2008 (vb Language)

May 17, 2009

I want to create a new user account using ms.access database. How to recall back the database to login form so that we can using multi user account. So with the validate the user account, i can change the username and password anytime as the windows user acoount service.

View 4 Replies







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