How To Make Simple Program

Jul 2, 2009

i want to make a simple program that can be used of add,delete,edit,save,, thats all, so that i will understand the basic of programing.so that in that program i will developed it and also connection of vb2005 to sql server 2005.. i am amateur here using this vb2005 and sql server 2005.

View 4 Replies


ADVERTISEMENT

Make A Simple Program Shell?

May 4, 2009

I'm trying to make a per-user shell for a Vista box to simplify use of a particular system for my users. I have no problem making a program that I want to use and I am familiar with the process of editin the registry to make my program the users shell but I've run into a snag.

Whenever a user with the custom shell logs on, there is a delay just after they enter their password where the system will sit at "Preparing Desktop" for about 30 seconds. I know for a fact that the user desktop is already made and this shouldn't be taking that long.

I've poked around on the web and see various places saying that winlogon is waiting for the shell to flag a "shell ready" flag of some sort but I am unfamiliar with any such flag.

Anyone know of such a fix for the long login time or anything about a shell ready flag?

View 10 Replies

How To Make A Simple Folder Locking Program

Jul 27, 2009

how to make a simple folder locking program and sorry don't have any code for it.

View 2 Replies

Make A Simple Program That Detects If A Game Closes?

Feb 10, 2011

I'm trying to make a simple program that detects if a game closes, and when it does, it shuts down the computer.

View 1 Replies

Make A Simple Program That When For Eg A User Enters 4 It Gives This Figure ****?

Mar 1, 2009

i was wondering how i can make a simple program that when for eg a user enters 4 it gives this figure **** and so i want that if the user enters 5 it gives ***** etc.

View 9 Replies

Make A Very Simple Asynchronous Method Call In Program?

May 1, 2012

I just have a simple vb.net website that need to call a Sub that performs a very long task that works with syncing up some directories in the filesystem (details not important).

When I call the method, it eventually times out on the website waiting for the sub routine to complete. However, even though the website times out, the routine eventually completes it's task and all the directories end up as they should.

I want to just prevent the timeout so I'd like to just call the Sub asynchronously. I do not need (or even want) and callback/confirmation that it ran successfully.[code]...

View 2 Replies

Make A Very Simple Program That Connects To A MySQL Database Using .NET?

Feb 27, 2011

I am trying to make a very simple program that connects to a MySQL database using VB.NET. My program only has one form and one label. I setup my MySQL database to have a table and one field (a VARCHAR)called "Tab1". I manually inserted the value "CLOSED" into the Tab1 field using PHPMyAdmin. I want my program to change the value of the field to OPEN/CLOSED and I also want the label text on my form to change too when it's clicked.

[Code]...

View 3 Replies

Make Some Simple Program For Encrypt / Decrypting Message Using VB?

Jun 29, 2010

i want to make some simple program for encrypt / decrypting message using VB, my problem was when i want to decrypt the message, the result was incorrect,

Code:
Dim decryptor As Integer = TextBoxhasilencrypt.Text
Dim privatekey As Integer = Labelprivatekey.Text
Dim modulus As Integer = LabelModulus.Text

[code]....

the logic error on the program was when the "power of" are odd

View 2 Replies

VS 2005 Make A Simple Client-server Program?

Sep 27, 2010

I was wanting to make a simple client-server program.I saw some code for it and it was easy to understand but it was with winsock.

The program is:

Client: Clicks button.
Server: Recieves Text written in clients textbox.

Is there a reasonably easy way to do this?Maybe Net.Sockets or something similar?

View 3 Replies

Make A Simple Program To Convert Ascii In Its Code Format?

Jan 11, 2010

I am trying to make a simple program to convert ascii in its code format

Example: Chr(53) & Chr(53) & Chr(54) & Chr(100) & Chr(52)

to a readable format. I understand that this can be easily accomplished by writing in the ascii code into the code will do it but I am trying to create a more interactive method of doing it so I can copy and paste a long length of code into a textbox and have it update a label with the conversion.

View 6 Replies

VS 2010 Make A Simple Program That Can Create A Text File With The Content?

Aug 23, 2011

Im learning Visual Basic 2010 on my programming class and we reached the part of file handling. Here i tried to make a simple program that can create a text file with the content of what i type on the textbox, basically i create the file if it doesn't exist, and if it already exists i append the content to it. Once the file is saved i can read it using the "Open" button. Unfortunataly, whenever i try to create the file, the compiler gives me an error saying that it cannot modify a closed file, although i've followed up the execution instruction by instruction and i can't find the error.

Imports System.IO
Public Class Form1
Dim body As String

[code]....

View 6 Replies

Make A Simple Browser With Some Simple Addon's?

Dec 9, 2011

Trying to make a simple browser with some simple addon's. What Ive done is setup a menu(forum) for the user to enter their email providers web address and it will save it in a xml file. When they click on the email link, it should load the email xml iformation and place that info in the tb_html.text and navigate. I keep getting a null exception and im not sure what going on here. Here is the code:

Browsers:
Private Sub btn_Email_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Email.Click
'Load Action
Dim SavedEmailObj As Storage

[code].....

View 2 Replies

Make A Simple Install Wizard To Install The Program?

Nov 10, 2009

I'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?

View 3 Replies

How To Make A Simple Messenger

Feb 6, 2011

Is there a way to accomplish a messenger of that style:The application has a listbox, a textbox, and a button Every user with the program on his pc can type something in the textbox, press the button and this appears on his listbox but also on every other listbox of people that have opened the program.Is there also a way to get another listbox with the nicknames of the people that are in the program?

View 11 Replies

Make A Simple Application?

Jun 24, 2009

i want to make a simple application [URL]

View 8 Replies

Make A Simple Web Browser In VB 2008?

Jan 16, 2010

I am trying to make a simple web browser in Visual Basic 2008 (with Visual Studio 2008 Professional Edition) that uses the Gecko engine via a tool called GeckoFX and the XULrunner's dll's and resources.About GeckoFX - geckofx - Project Hosting on Google Code The book I am learning VB with hasn't covered this aspect yet but I almost have it all set up - this is just a side project I decided to play with because it looked really easy.

The Problem:

[code]...

I have downloaded both the GeckoFX package and the XULrunner package and unzipped them and placed the GeckoFX folder and the XULrunner folder in C drive.I have right clicked Choose Item in the toolbar and chosen the GeckoWebBrowser control to use in my form app.I know the path to the XULrunner runtime is C:xulrunner My browser only has the windows form with a text box, a button and the GeckoWebBrowser control.Now I need to set the call for the uxlrunner startup path where it needs to be. I have read that if I right click the project in Solution Explorer, I should see this option under properties.. but I do not see anyplace to do this

View 5 Replies

Any Way To Make Simple IE Browser With Java?

Jan 7, 2011

I have a small project that I was wondering if it is possible to do with java. I know that VB .net has the ability to make a simple web browser using an Internet explorer interface. I was wanting to do the same thing with java. How to compile VB on linux.

View 3 Replies

How To Make A Simple Spell Checker

Jun 27, 2010

i need a code or example of how to make it so that when a user presses ctrl p it will create a picturebox were the cursor is, i have this done, but how do i make it load them back in, and make it so if a panel or picturebox, runs into one of the ones the user created it will say "Smash", but there will most likely be tons of pictureboxes so i really need the help. how do i make a custom image file type that can hold up to 4 images and save and load them back in? how do i make a simple spell checker?

View 3 Replies

Make A Simple File Download On The Web?

Oct 17, 2010

I want to make a simple file downloader that downloads files off the internet partially executables from [URL]

What I am after is when I click on a hyperlink label it downloads the file or comes up with the Dialog box to download the file off the internet all of which will be executable files

View 1 Replies

Make A Simple Regex Pattern?

May 24, 2012

I have to validate a string using a regex pattern, I just can not figure out how to actually create it. In practice my string is composed of:

aw4d13-m12k4s It therefore can only contain characters from "a-z" and "0-9" separated by a "-" Who can kindly do it for me?

View 3 Replies

Make A Simple Schedule Maker?

Jan 24, 2012

im trying to make a simple schedule maker.-basically i have 2 combobox.-what i want to do is that IF i select 8-930 in combobox1 THEN combobox2 will no longer have 8-930 selection in it.

View 8 Replies

Make A Simple Stopwatch Application

May 7, 2009

i just want to know what functions that prove to be useful when creating such, thx

View 1 Replies

Make A Very Simple Directory Searcher?

Aug 20, 2011

i need to make a very simple directory searcher with instructions with the design?

View 3 Replies

Make Simple CopyTableToNewDatabase Oledb?

Mar 15, 2012

I can Insert table from Old_Table_Database to New_Table_Database with this code.

Dim cmd5 As New OleDbCommand
Dim cmd6 As New OleDbCommand
cmd6 = New OleDbCommand("select * from " & "Product ", OldConn)
Dim dr6 As OleDbDataReader

[code].....

Then if I want copy 10 table this make me grazy from cmd1 to cmd20? make my CopyTableToNewDatabase as simple as it can?ex. like this

CopyTableToNewDatabase OldConn, "Product", newConn

View 6 Replies

Possible To Make Simple WebBrowser As WPF Application?

Apr 11, 2009

I need to make a very simple browser. The problem is that it has to be a WPF application because I'm using a SDK that does not support windows form applications. My question: is this possible and how? Is there some xaml to achieve this?

View 2 Replies

VS 2008 How To Make A Simple Line

Mar 25, 2009

Where is the Line Control??I want to make a simple line on the form..

View 10 Replies

Create A Program With A Simple Gui?

Jan 4, 2012

Im trying to create a program with a simple gui that enables me to search for and select parent folders containing child folders containing multiple files and then validate those files based off of constants i set per child folder and file.

Example

User selects Parent FolderX
Parent FolderX > (ChildFolder1 ( Constant for ChildFolder1 says open file 4 ) > File 4

Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file Then continue to ChildFolder2 ( Constant for ChildFolder2 says open file 16 ) > File 16 Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file If there is any constants not read in one of the files after all have been checked, return msgbox with a notification and write .txt log with child folder and file names to specified directory?

View 4 Replies

IDE :: Deployment Of Simple Program?

Sep 27, 2011

I want to distribute a fairly simple program developed on Visual Studio 2008. I have tried to use the publish features in the IDE. It creates a folder with various information and stores it on my fileserver.When I try to install the program on another computer I get a lengthy message about the need to install Powerpack 9. 0.0.0 So I go back to my dev computer and edit the publish information. On prerequisites I do not find Powerpack 9 but Powerpack 3. I put that in and redo the publishing. The installation now install that package but then it says it requires powerpack 9.0.0.0 and ends?

View 5 Replies

Simple Program Not Working?

Nov 26, 2011

I'm just starting to learn vb.. trying to figure out why this is not working.

Public Class Form1
Dim final As Double
Dim grade1 As Double
Dim grade2 As Double

[code].....

View 2 Replies

Simple Program Using Proxy

Dec 16, 2010

i am had lots of trouble in finishing a simple program.well my program had one listbox one command button the list box is loaded with proxies.when i input the query url in textbox it and pressed command button it will query search engines and retain rank.it also click our url to verify drilldown it

1.load the proxies
2.input the URL
3.click command button
4.perform querying and clicking task on search engines

my pc was crashed recently so i am unable to upload the program here.can someone kindly me(newbie)to finish this simple task?

View 1 Replies







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