Click here to Skip to main content
15,920,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Random Numbers Pin
_Damian S_18-May-09 15:25
professional_Damian S_18-May-09 15:25 
GeneralRe: Random Numbers Pin
GregoryWB18-May-09 15:39
GregoryWB18-May-09 15:39 
AnswerRe: Random Numbers Pin
Luc Pattyn18-May-09 15:38
sitebuilderLuc Pattyn18-May-09 15:38 
GeneralRe: Random Numbers Pin
GregoryWB18-May-09 15:42
GregoryWB18-May-09 15:42 
GeneralRe: Random Numbers Pin
Luc Pattyn18-May-09 15:58
sitebuilderLuc Pattyn18-May-09 15:58 
GeneralRe: Random Numbers Pin
_Damian S_18-May-09 17:13
professional_Damian S_18-May-09 17:13 
AnswerRe: Random Numbers Pin
TheMrProgrammer19-May-09 3:02
TheMrProgrammer19-May-09 3:02 
QuestionDesign Logic for Simple Application Pin
Nielvh18-May-09 12:42
Nielvh18-May-09 12:42 
Hi all,
I am trying to write a simple application that will read data from a SQL database and allow the user to make changes and then update the database.
I am using VB 2008 Express on a XP machine and SQL Server 2005.
The program will be run on different servers with static ip addresses.
The program will consist of two user forms:
1. Login form (User name and password is stored in a table in the database)
2. Main Form (A Customer Masterfile table in the database)
I have done a bit of coding in VBA, but would like to do this in VB 2008 so that I can generate a standalone app that can be run without excel.
My idea is to do it bit by bit and learn as I go along, but I want to start the right way so that I do not have to redo everything at a later stage.

My logic is as follow:
Create Login form with Username, Password, Ok button, Cancel Button, Server Info.
(the username and password will be verified against the values in the database)
The IP, Databasename, Sql Login and Sql password must be entered and remembered next time the program is run. In VBA I would store this info in a Excel sheet, but were can I store this when using VB2008?
If the login is ok it will load the Main form otherwise you need to retry the password.
The Main form will get information from a customer masterfile that will be loaded in text boxes that can be edited and once complete it can be uploaded to the database.

For a start I would like to do the userform and server connection.

Any help would be appreciated.
Thanks.
AnswerRe: Design Logic for Simple Application Pin
_Damian S_18-May-09 14:10
professional_Damian S_18-May-09 14:10 
GeneralRe: Design Logic for Simple Application Pin
Nielvh18-May-09 20:14
Nielvh18-May-09 20:14 
GeneralRe: Design Logic for Simple Application Pin
_Damian S_18-May-09 20:45
professional_Damian S_18-May-09 20:45 
AnswerRe: Design Logic for Simple Application Pin
Mycroft Holmes18-May-09 16:23
professionalMycroft Holmes18-May-09 16:23 
Questionproblem of save in excel Pin
nazimghori18-May-09 5:52
nazimghori18-May-09 5:52 
AnswerRe: problem of save in excel Pin
Ray Cassick18-May-09 8:39
Ray Cassick18-May-09 8:39 
AnswerRe: problem of save in excel Pin
Ray Cassick18-May-09 8:42
Ray Cassick18-May-09 8:42 
AnswerRe: problem of save in excel Pin
Dave Kreskowiak18-May-09 8:46
mveDave Kreskowiak18-May-09 8:46 
QuestionRegistering an exe as a service. Pin
draghu18-May-09 4:21
draghu18-May-09 4:21 
AnswerRe: Registering an exe as a service. Pin
Dave Kreskowiak18-May-09 6:55
mveDave Kreskowiak18-May-09 6:55 
GeneralRe: Registering an exe as a service. Pin
Jon_Boy18-May-09 8:13
Jon_Boy18-May-09 8:13 
GeneralRe: Registering an exe as a service. [modified] Pin
draghu20-May-09 20:01
draghu20-May-09 20:01 
GeneralRe: Registering an exe as a service. Pin
Dave Kreskowiak27-May-09 1:36
mveDave Kreskowiak27-May-09 1:36 
GeneralRe: Registering an exe as a service. Pin
draghu27-May-09 2:41
draghu27-May-09 2:41 
GeneralRe: Registering an exe as a service. Pin
draghu26-May-09 23:36
draghu26-May-09 23:36 
GeneralRe: Registering an exe as a service. Pin
Dave Kreskowiak27-May-09 1:33
mveDave Kreskowiak27-May-09 1:33 
GeneralRe: Registering an exe as a service. Pin
draghu27-May-09 2:43
draghu27-May-09 2:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.