all groups > vb.net > october 2007 > threads for saturday october 6
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 31
Application needs replication
Posted by John at 10/6/2007 7:02:46 PM
Hi
We have an MS Access application which runs on the server but some laptop
users need the app to work offline. Our solution has been to use Access
replication which automatically syncs data (both ways) when laptop is
connected to the network. We are looking to rewrite the app to vb.net/sq... more >>
Capture Month Change with MonthCalendar
Posted by Randy at 10/6/2007 6:34:04 PM
I have a MonthCalendar on one of my forms. I have disovered that the
DateChanged event is triggered not only when the user clicks on a new
date, but also if they click on the Previous or Next Month arrows
(meaning they click on either of the left or right pointing arrows in
the top corner). If... more >>
Where to insert "application.startuppath" code?
Posted by kimiraikkonen at 10/6/2007 2:03:29 PM
Hello experts,
I want my external application run from the root folder where my
project (.exe) resides. For example, my main project (.exe) should be
in the same directory with my external file works with parameter "-b".
But i couldn't know where to insert application.startuppath. That code
bl... more >>
Simple Label and TextBox question
Posted by at 10/6/2007 5:33:39 AM
Hi, I just want to make sure I'm not missing something obvious.
VB.Net controls like the CheckBox are implemented with a label
attached to it. This is very handy. But the TextBox control has no
implementation with a built-in attached label. You have to separately
layout your TextBox and Label... more >>
Play a Sound File and know when it's finished...
Posted by Spam Catcher at 10/6/2007 1:47:34 AM
Hi all,
As the title suggests, I'm trying to play back an audio file and know
when it's finished.
I've tried several methods:
1. My.Computer.Audio.Play - No way of knowing when a file is finished
playing
2. SoundPlayer - Same as #1
3. Media Player SDK 9.0 - Duration flag not set c... more >>
|