Forum: VB.NET Jun 23rd, 2008 |
| Replies: 3 Views: 471 Ya, U are right. Now i already simplify my coding to the format below:
I need to allocate the 24-hour time selected by the user to an array of size 24, for example, If the user choose 2day 8AM until... |
Forum: VB.NET Jun 3rd, 2008 |
| Replies: 1 Views: 1,132 Lets say now i want to use Select Case For some purposes as shown below:
Here, i have two arrays, One is called strmac() and another one is mac().
strmac() is used to store the variable read... |
Forum: VB.NET May 28th, 2008 |
| Replies: 2 Views: 2,158 solved..thank You so much....reputation given... |
Forum: VB.NET May 27th, 2008 |
| Replies: 2 Views: 2,158 How can i actually initializes a 2-dimensional array ALL to 0?
Dim machinecount(,) As Integer
I try using 2 For loops to set it as 0 like the one shown but it gv me an error:
For... |
Forum: VB.NET May 20th, 2008 |
| Replies: 0 Views: 424 Hi, i am new to MySQL:
Lets say now i have a database, within that database, i have one column named "TEX", and the format of the data are as shown below:
+-----------------------+
| TEX |... |
Forum: VB.NET May 20th, 2008 |
| Replies: 0 Views: 404 Hi, i am new to MySQL:
Lets say now i have a database, within that database, i have one column named "TEX", and the format of the data are as shown below:
+-----------------------+
| TEX |... |
Forum: VB.NET May 15th, 2008 |
| Replies: 5 Views: 1,043 |
Forum: VB.NET May 15th, 2008 |
| Replies: 0 Views: 972 I'll try to explain what it means:
I have many folders and within folders, there are another folders with files inside. So to make things easy, i set
Watcher.IncludeSubdirectories = True
... |
Forum: VB.NET May 14th, 2008 |
| Replies: 5 Views: 1,043 i knew what i am doing..onli either A or B within that string...thanks |
Forum: VB.NET May 14th, 2008 |
| Replies: 5 Views: 1,043 Erm, how can i actualli detect certain word in a string so that i can accordingly insert them to the separate table in the database? For example:
xxxxxxxAxxxxx,xxxxx,xxxxx,xxxxxx,xxxxxx... |
Forum: VB.NET May 13th, 2008 |
| Replies: 2 Views: 2,293 Hi everyone, how can i get the updated number of rows from MySQL? Because i need the syntax to do the calculations on the number of inputs, thanks.... |
Forum: VB.NET May 11th, 2008 |
| Replies: 0 Views: 1,263 I get this error message when i create a new file: (using filesystemwatcher() )
Cross thread operation not valid: Control 'txt_folderactivity" acessed from a thread other than the thread it was... |