No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
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 selected field in a table. Here is my code [code=php]<?php $ch1 = 'unchecked'; …
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 one in alphabetical order. This is the code i have below [code=syntax] Imports Microsoft.VisualBasic.ControlChars Imports System.IO Public …
firstly you use the streamwriter class, it is used to write to a textfile or any order doc type [code=syntax] 'Put this code on the onclick event dim anyThing As StreamWriter anyThing = File.AppendText("textFile.txt") ' creates new file if no file exists anyThing.WriteLine(textbox1.text) ' Writes the value of the textbox1 …
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
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 System.Xml Public Class welcome Dim pincode As String Private customers As New …
hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot
hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot
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 could downlaod it onto their pda using microsft ce ...which i have …
The End.
richboy