o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

form submittal to DB via login -

in my application, i am sending a feedback form to the user in his outlook email. He fills out the form and submits it, but the db we are submitting to is within a portal that needs login and password. Hence i need to store these values (in the form) to a temp file or something, validate the login and on successful login, continue the submittal without losing the values.

I am able to send the form to the email and hold the values to the DB without the login page, but cannot do it with the login. Please help

 

form submittal to DB via login -
in my application, i am sending a feedback form to the user in his outlook email. He fills out the form and submits it, but the db we are submitting to is within a portal that needs login and password. Hence i need to store these values (in the form) to a temp file or something, valida


Can I simplify this redundant code -
This is a portion of the code, which seeks, row-by-row, specific projects, and inputs the hours associated with it into a new timesheet. The redundancy will be plainly obvious. Like I said, the code works, but I've only been writing code in VBA for a week, so I'm not knowledgeable on


add text to a website form from a vb app -
hey, i would like to make a login app for this website called zone, it uses passport to log in, i made two textboxes 1 for user and 1 for pass and i made a web browser where the login form its going to be on, i want that when the user clicks on the button login it it puts the user and


[2005] How to pass data from one form to the other -
Hi, I have a login form which open's as modal in the main form, so when the app start both form open's while the login form show at the centre of the main from. when the user login his details are pull from sqldb and I would like some of his details to show on a label on the main form.


Login -
hi, well i was just trying asp.net 2.0 , i've created a login and sign up form using the tools from the toolbox. and when the user login i'm made the login form to go to a member page. my problem is that even the user is not login he still can access the memer website, and me i don't w


Username\Password form -
Hi, I'd like to create a form where the user chooses a username\password to login and store the data until the next login etc. There are no security issues here and when the login button is clicked just a form will be displayed. Should I make it from a new form or use the Login te


Splash Screen - Login Form - Main Form -
Hello guys, My Main Form takes several seconds to load so I set a splash screen to be showed while this main form is loading. But now I want a Login Form to pop up before Main Form is showed. If I set my Login form as the startup form then the splash screen is showed only while logi


Login Form **RESOLVED** -
I am have trouble creating a login form which will report on the build progress of the main form to its status bar after I have logged in(main form takes about 30 secs to load). Showdialog will close the form as soon as I move on in code on my main form. The same happens using dialogr


How to know the name of a form in a PHP page -
Hi! I'm trying to save a .PHP file as HTML ofcourse using my IE.. I want to know the name of a specified form in it.. (The Login form, that has the Username and Password text boxes.. with the Login! button) But I couldn't find that name anywhere.. although I opened it with MS Fro


Transparent Login Form -
Hiii I would like to create a transparent form which is not having any borders, and that form should be a login form with a username & password on it and the size of that form should be the same as that of the MDI form which soluld also be seen at the same time, coz the Login F


closing the login form after authentication -
in old vb6, in login form, after the user is authenticated, we use to open MDI form and close the login form. in vb.net i am able to open the mdi form but dont konw how to close the login form...help


Closing a form on Login -
Hi all, A quick and easy question (probably!). Done a login system and got it all working. Obviously when the user logs-in correctly, I want the login form ONLY to close. Mu natural answer to this would be Me.Close() but when I do that, it completley closes down the loginform com


Login Form on VB.NET -
I noticed VB2008 Express Edition has a Login Form Template. Can any one give me some code on how to access my project through this login form.


using a value on every form -
I have a login page where by a Login ID is entered by the user. On a data entry form in my project I have a field called login ID, to prevent the user having to end the value again i want to automatically populate it. i know how to add it into the query string, its just accessing the


[2005] Loading a form from another -
Hi Peeps, I have a login form and if the login is successful I load the main application form. My problem is if after calling the load main form I do me.dispose the login form stays loaded which I don't want. If I call me.dispose before I do the main form load it loads it and then i


Can you use an image like a 'submit' button -
On my asp page i'd like to use a graphic to trigger a form submittal instead of the ugly 'submit' button. Can you do this?


Flexgrid result based on a login Form -
I have a login form and I have a main form which contains a flexgrid.... I would like to do something like that when a user login the main form shows in the flexgrid only the result for that user. Also I have a third form called ''frmtxt2db" which is having the db connection


Showing one form and unloading another -
Hi, I am using a login form to enter my application. I am not using any MDI forms in this app. However, after I enter valid login info, I wish to close the login form and open the main one. Nothing is happening. My login form doesn't go away and my main form doesn't appear. Here


How to test for successful login -
If I have a login form in my project and when the user clicks OK after entering their details is there a way of getting the response from the server as to whether the login was OK or not and then display the returned message if it was not (without closing the form).


[2005] Form keeps on appearing -
i have a login form, it is the first thing that opens when i run my program, after logging in the main form opens and the login form closes/hides.. after a few seconds it again pops up, i made it invisible/hidden in the button ok of my login and in the form load of my main form but the


Ubloading a form -
Hi all, I have a small problem, I am validating a user while logging into the application. If he is a valid user then i am opening an MDI form and closing the login form. Problem: As the Login form is the Startup form the entire application is ending, where i want to close th


Focusing on a Pop-up Form -
Hello friends! I'm working on this login pop-up form which will prompt the user to enter the password when the main form is shown. Meaning main form will be shown, and then on top of it the login form will pop-up. How do I make it so such that the user are unable to click and go ba


Easy Access VBA question:Resolved -
I have an initial form called primary form that opens a program that need to be logged into. I know all the code to interact with that program. I have another form called login that has two txt boxes labeled User name and Password. How do I make the the login form appear once the butto


Modal form in taskbar -
I've created myself a login form using the standard "Add...Form...Login Dialog" and set the ShowInTaskBar property to "True" because I want it to be the first form (called from Sub Main) that gets displayed - if login fails I don't want to be continuing to show the


login on vb appli to get data form ms access -
I want to create vb application by using ms access and also the first from , the users, studnets and tutors have to login before access to get their information about assigments.. How should i do in the first form..i have no idea how to use the login form..could u let me now the websi


Login and Menu -
in my mdi application access is granted to the main window only if the uid/pwd is correct. now in the main mdi form menu bar, i have to disable certain menu options which i need to enable only if the login is correct now i am using an mdi form and a login form for this now if t


[2005] webbrowser, need to close the login dialog -
Im using the webbrowser control to navigate to a site, (making program to automate a few things for me), anyways, when i goto the site I gotta login, but ie makes a login form appear, which I need to close, because once its closed I can input the user and password into the form on the


[2008] form -
I created a login form and i validate the user login which is done sucessfully . But now i want the user name and location values to be passed to other child screens which is used in the login screen . Pls help me in this problem .


starting order -
i have made two forms, 'login' and 'register'. when i click the play button (or F5) to test the login form, the register form always comes up instead. how do i make it, so when i run the program it always opens the login box first?? thanks in advance


[2005] Advice on things in VB(Hard to explain) -
Ok, I am sort of confused, Im making a game, now, im not sure, if I stack objects ontop of each other, and show/hide them, for example I click 'Login' it opens the login section, and if the signup section is visible, hides it, And visa versa, 'showing' and 'hiding' stuff, Or,


login and main form -
hello! 1st show the login form, when user successfully enter uname and pword close the login form and show the main form. tnx much


Login Forms -
I wish to create a login form with 2 fields. One for the username and one for the password. I then want a Login button. If the info entered is correct i want userform2.show to be carried out. If the info is wrong, i want an error box to show asking the user to retry. I do not need m


very simple tit bit -
i have a login form... when user enter correct username and passoword i have to show an MDI form..and close the login form.. i am able to show mdi form as follow dim mdi1 as new mdiform mdi1.show() but when i try to close login form with me.close() it is closing the com


Having login rights follow user -
I have a login form and I have 3 different types of users - Admin, Library, and Publications. They login on the form and the SQL server returns what type they are. What I want is when they open a form, it loads to show or not show buttons depending on their type. In VB, I would crea


[2008] New form in the form ^^ -
Hi there! Me and my brother have start to program in Visual Basic 2008 express edition again. And right now we would want to know make a thing, that we only need also 1form! The problem is that we have like a login form and when we login we not want it to come to total another form


Manulipate Windows Login HELP -
I'm making a program where users login into the networks server instead of using the default windows login. How would I make it so it doesnt show the windows login screen but my windows form/dialog? I do know this is possible, but I don't know how exactly.


Login For Program -
I'd like to make a login screen for a network admin program. Can anyone tell me how to place a login screen where you normally login for windows? I would like it so that they can login to windows normally but instead of going to windows, it will load up my login screen and then it w


How to make a login form please -
Dear Experts, Has anyone know the code how to make a login form which the scenario like this...for an example, if I click words.exe, it will show up the pop up form to fill login and password before the .exe file opened...otherwise, it wont open... Thank you very much for your ki


Controling a Web page with VB -
Hi All, I have a program that opens a web site OpenError = ShellExecute(0&, "Open", tvTreeView.SelectedItem.Text, "", "", vbNormalFocus) In this web page is a login button (control). When this button is selected a login form pops up. I woul


C#/.Net/VS2005 - How can I write text onto the form of a webpage through -
C#/.Net/VS2005 - How can I write text onto the form of a webpage through the use of a windows form that I can write? My idea is that I would like the text I write into my windows form to paste itself into the form of a browser window. But I was thinking that this form could reall