Forum: VB.NET Apr 24th, 2009 |
| Replies: 2 Views: 439 Hi, i want to transfer every text that is entered into a textbox1, into another textbox, textbox2(which is multi line textbox).
But i want textbox2 to arrange every input it recieves from textbox... |
Forum: VB.NET Apr 22nd, 2009 |
| Replies: 1 Views: 404 firstly you use the streamwriter class, it is used to write to a textfile or any order doc type
'Put this code on the onclick event
dim anyThing As StreamWriter
anyThing =... |
Forum: VB.NET Apr 9th, 2009 |
| Replies: 2 Views: 955 Hi i am trying to display a filename from a folder. I have printed out the folder path via a label. Is there a way i can print out th file name |
Forum: VB.NET Apr 2nd, 2009 |
| Replies: 0 Views: 281 hi this is my code for online banking i want to encyrpte the user inputs of code to an xml file that i have created i also want to decrypte the file....below is the code
Imports System.IO
Imports... |
Forum: PHP Mar 25th, 2009 |
| Replies: 1 Views: 389 Hello guys, i am new to PHP and finding it interesting difficult at the same time. I need to connect to an access database depending on the selected menus in the drop down box and printing the... |
Forum: VB.NET Mar 19th, 2009 |
| Replies: 5 Views: 6,775 |
Forum: VB.NET Mar 19th, 2009 |
| Replies: 0 Views: 228 hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot |
Forum: VB.NET Mar 19th, 2009 |
| Replies: 1 Views: 235 hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot |
Forum: VB.NET Mar 18th, 2009 |
| Replies: 0 Views: 251 hello, i have a problem i am trying to encrypte an xml file and decryte the file. what am doing for a comapny in canterbury kent is to create a mobile banking application in visaul basic so customer... |