- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
hello, i am still newbie to vb.net, but had a general idea.. so i thought i will post [CODE]Dim tag1 As String = Textbox1.text.Replace("<e2>", "^") Dim tag2 As String = tag1.Replace("</e2>", "`") Dim Position1 As Integer = tag2.LastIndexOf("^") + 1 Dim Position2 As Integer = tag2.LastIndexOf("`") - 1 Dim code …
hey guys, need some help ,(newbie to vb.net). i have made a successful parental control type application . i want the application to hide in add/remove program list in control panel or implement password uninstallation of the application? Any other ideas are also appreciated. please suggest your ideas
hey guyz, i have created an application in vb.net and now i want to create custom uninstaller which asks for a password during uninstallation of the application. if password is correct, then start the uninstallation process else exit the process of uninstalation. i always used clickonce deployment type installation and …
hello, well , if u want to stay on the same page an ajax request could do wonders, just paste the code without leaving any jquery. also just keep the jquery.js file whichi have attached in the root directory and observe the effect. This is First page <script src="jquery.js" type="text/javascript"></script> …
hello guys:D, i am new to vb.net and need some help from you. i have created an application in microsoft visual basic express 2010. it works fine when i debug . also works fine when i publish a setup file and launch it. it works awesome on my computer. But …
hey , i suppose that your mainform.php code had some syntax errors with if statements. now i have removed those errors. but , i dont know why are u validating everytime username and password. once a sql check is undergone...its not that necessary. however now in the below code if …
hey there, why dont you put this part like this: [CODE]echo "<td>" . $whilesiteaddress . "</td>"; ?> ///break the php code and start html <td><a href="?id = <?php echo $tableratings['id'];?>&rate=yes">Yes</a></td> <td><a href="?id = <?php echo $tableratings['id'];?>&rate=no">No</a></td> <?php echo "<td>" . $whileratetotal . "</td>";[/CODE] then [CODE]$_GET['rate'][/CODE] works hope this helps
hi, if you want to go back to the previous page then just put onclick javascript function as shown below. [CODE]<input type="button" class="sbutton" name="clickme" value="clickme" [COLOR="Green"]onClick="history.back()"[/COLOR]>[/CODE] perhaps,you could also do this by using ajax without refresh. let me know :) bye
hi everyone, i dont no much about vb.net ....i am php developer i have just developed a mini application in vb.net i wanted to know how to hide our application from appearing in task manager....help me guys with some code
hello guys, this is my first post asking for a help. Actually i am a PHP/Mysql developer. i am newbie to vb.net and i am trying to develop a application which asks for a password when the user tries to open any.exe file for example: [CODE]Private Sub Form1_Load(ByVal sender As …
hey buddy, well,have u learned php? your are setting the form action to send_email4.php and expecting the result action to be on thankyou.html.Also u are saying you dont want to redirection ...!!!! please be clear in your approach to your programming if you dont no php basics please visit [URL="http://www.w3schools.com/php/php_forms.asp"]http://www.w3schools.com/php/php_forms.asp[/URL] …
hi, are u using different databases for storing image and their information in another database. why r using $_GET['text'] on line 23 in picture.php. it does not pass variables to next page, instead it tries to retrieve the field with that name
hi, well, how frequently does the content change? Just a thought ..... may be u can set the approximate time interval for the page refresh using meta tag or an ajax request to refresh the page every X seconds.
The End.
yoge911