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
~1K People Reached

9 Posted Topics

Member Avatar for lionheart84
Member Avatar for richboy

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

Member Avatar for Member #120589
0
149
Member Avatar for richboy

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 …

Member Avatar for crazyhorse09
0
133
Member Avatar for BrewerFR

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 …

Member Avatar for richboy
0
95
Member Avatar for richboy

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

Member Avatar for mmaster
0
139
Member Avatar for richboy

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 …

0
61
Member Avatar for richboy

hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot

Member Avatar for crazyhorse09
0
68
Member Avatar for richboy

hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot

0
59
Member Avatar for richboy

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 …

0
66

The End.