all groups > vb.net > june 2007 > threads for saturday june 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Need tips and suggestions to my site
Posted by Mark C at 6/2/2007 10:11:41 PM
Hi
I am in the progress of developing a web site whereby developers can
do free online tests on various programming languages. I would just
like some advice or feedback on ways to improve the site or other
comments of the site
The site is http://www.quiznetonline.com
Thanks in advance
M... more >>
Timer for program (non graphic)
Posted by Joris De Groote at 6/2/2007 2:48:28 PM
Hi,
I have wrote a program that checks for files and moves these files to the
correct folders when they come in. Everything works fine. However I always
have to start that program manually. I have been trying to make the program
(wich has no UI) to keep running and let it execute everything... more >>
rs232
Posted by Lou at 6/2/2007 12:51:11 PM
How do i convert a string to bytes?
I want to send raw bytes out the serial control.
Private Sub Rs232SendData(ByVal cmd As String)
Try
cmd=cmd & vbCrLf
'Convert it to byte data here
?????????????????????????
SerialPort1.Write(byteData)
txtData.AppendText(Now.ToShortTimeString ... more >>
German Characters in textbox
Posted by Martin at 6/2/2007 1:28:57 AM
Hi all,
When a user enters a german character in a textbox (such as ö ä ü ß) and I
try to save it, these characters get converted to a different character.
How can I prevent this?
Tia,
Martin
... more >>
Does Embed or Object Tag have "events"?
Posted by Anil Gupte at 6/2/2007 12:35:07 AM
I want to embed using an embed tag or object tag (like YouTube or others do)
to embed a video file in a web page. I want to know if there is an event
related to the video being done playing. Also are there other events?
Thanx in advance,
--
Anil Gupte
www.keeninc.net
www.icinema.com
... more >>
vb.net 2005 Reportviewer charting
Posted by Steve at 6/2/2007 12:00:00 AM
Hi All
I want to create a Column chart showing total number of appointment hours
per staff member
Along side each bar I want to show another series of total number of
working hours per staff member
When I try to drop the 'total' datafield from the 2nd data adaptor
(HaircutsDataSet_Staf... more >>
|