Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for CatchItBaby

I dont know this programe name what ever u say........ Suppose you have a html page save in c:\first.html first.html page contain two text boxes one for username and password and one button whenever we click on button it validate the username and password which is already pass in the …

Member Avatar for CatchItBaby
0
350
Member Avatar for iSoftware

I need to make my application look like it's doing a lot of work- it is a prank application I'm making as a joke for my friends. Any idea how to do this?

Member Avatar for dmf1978
0
97
Member Avatar for ruchika beddy

Below is the code in VB. I want GetSetting + SaveSetting in VB.Net--- [b]VB[/b] Call SaveSetting(App.ProductName, App.title, "CheckBox1", values) call CheckBox1.value=GetSetting(App.Productname,App.title,"CheckBox1",VbUnChecked) [b] VB.Net[/b] Call SaveSetting(Application.ProductName, Application.ProductName, "CheckBox1", values) Abive SaveSetting is rite or not??? Secomdly. what is the code gor GetSetting???

Member Avatar for iSoftware
0
1K
Member Avatar for iSoftware

Hi, I have a HTML page with a form in it. I need to pass a parameter to my Visual Basic application if the signup was successful. My HTML form is simple: [CODE=HTML] <form action="signup.php" method="post" name="signup" onSubmit="return signup();"> <!-- Some text boxes and check boxes --> </form> [/CODE] On …

0
61