Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~5K People Reached

13 Posted Topics

Member Avatar for 8mir

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 …

Member Avatar for thines01
0
244
Member Avatar for yoge911

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

Member Avatar for Nikon70
0
102
Member Avatar for yoge911

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 …

Member Avatar for yoge911
0
156
Member Avatar for Violet_82

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> …

Member Avatar for Violet_82
0
192
Member Avatar for yoge911

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 …

Member Avatar for yoge911
0
217
Member Avatar for shawtyred74

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 …

Member Avatar for yoge911
0
245
Member Avatar for d3rck

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

Member Avatar for d3rck
0
241
Member Avatar for rkayd

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

Member Avatar for rkayd
0
2K
Member Avatar for yoge911

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

Member Avatar for yoge911
0
256
Member Avatar for yoge911

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 …

Member Avatar for yoge911
0
240
Member Avatar for bangla

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] …

Member Avatar for 84hd0ns
0
155
Member Avatar for zerey02

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

Member Avatar for zerey02
0
368
Member Avatar for brianjoe

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.

Member Avatar for smantscheff
0
168

The End.