Click here to Skip to main content
16,004,041 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Clean closing Pin
ChandraRam10-Sep-07 0:59
ChandraRam10-Sep-07 0:59 
AnswerRe: Clean closing Pin
Kevnar11-Sep-07 1:03
Kevnar11-Sep-07 1:03 
Questionmajor project in visual basic Pin
vishal dhir9-Sep-07 19:39
vishal dhir9-Sep-07 19:39 
AnswerRe: major project in visual basic Pin
The ANZAC9-Sep-07 22:03
The ANZAC9-Sep-07 22:03 
AnswerRe: major project in visual basic Pin
Dave Kreskowiak10-Sep-07 1:58
mveDave Kreskowiak10-Sep-07 1:58 
QuestionHow to recover delete files from Hard Disk Pin
Software_Guy_1239-Sep-07 18:50
Software_Guy_1239-Sep-07 18:50 
AnswerRe: How to recover delete files from Hard Disk Pin
Dave Kreskowiak10-Sep-07 1:54
mveDave Kreskowiak10-Sep-07 1:54 
GeneralRe: How to recover delete files from Hard Disk Pin
Software_Guy_12310-Sep-07 18:35
Software_Guy_12310-Sep-07 18:35 
QuestionScope of a variable Pin
ASPnoob9-Sep-07 17:53
ASPnoob9-Sep-07 17:53 
AnswerRe: Scope of a variable Pin
Mark Churchill9-Sep-07 18:39
Mark Churchill9-Sep-07 18:39 
AnswerRe: Scope of a variable Pin
Chetan Patel10-Sep-07 0:35
Chetan Patel10-Sep-07 0:35 
QuestionWebBrowser Control Woes Pin
jonnyleroux9-Sep-07 12:03
jonnyleroux9-Sep-07 12:03 
AnswerRe: WebBrowser Control Woes Pin
Mark Churchill9-Sep-07 18:34
Mark Churchill9-Sep-07 18:34 
GeneralRe: WebBrowser Control Woes Pin
jonnyleroux9-Sep-07 21:59
jonnyleroux9-Sep-07 21:59 
QuestionException at address Pin
VFaul9-Sep-07 9:40
VFaul9-Sep-07 9:40 
AnswerRe: Exception at address Pin
Christian Graus9-Sep-07 9:42
protectorChristian Graus9-Sep-07 9:42 
GeneralRe: Exception at address Pin
VFaul9-Sep-07 9:53
VFaul9-Sep-07 9:53 
GeneralRe: Exception at address Pin
Luc Pattyn9-Sep-07 10:22
sitebuilderLuc Pattyn9-Sep-07 10:22 
GeneralRe: Exception at address Pin
VFaul9-Sep-07 10:41
VFaul9-Sep-07 10:41 
GeneralRe: Exception at address Pin
Luc Pattyn9-Sep-07 11:29
sitebuilderLuc Pattyn9-Sep-07 11:29 
Questionfind row index where Column = value Pin
cstrader2329-Sep-07 8:06
cstrader2329-Sep-07 8:06 
AnswerRe: find row index where Column = value Pin
Naji El Kotob9-Sep-07 11:42
Naji El Kotob9-Sep-07 11:42 
QuestionColored Circle around cursor Pin
Dave@VB9-Sep-07 6:21
Dave@VB9-Sep-07 6:21 
AnswerRe: Colored Circle around cursor Pin
Christian Graus9-Sep-07 6:33
protectorChristian Graus9-Sep-07 6:33 
Questiondetecting a disconnected wireless connection Pin
steve_rm9-Sep-07 5:59
steve_rm9-Sep-07 5:59 
Hello,

I am doing development for a windows mobile device using Visual Basic 2005.

The customer want to be able to download the data from the main database and be able to work off-line.

So I have decided that all the data that is download will be written to a xml file that can be read by a dataset. Also use the dataset to write changes.

When the user goes online the changes they have made to the off-line xml file will need to update the SQL database, I will use the getChanges of the dataset to sync with the central database (SQL Server 2005)

However, the user will be using a wireless and I will need a condition in my code that will detect if the wireless gets disconnected so that they can use the off-line data in the xml file that can be read in by the dataset.

I am not sure how I would detect the wireless being disconnected, as this will disconnect from the sql server database?

Any advice would be most helpfull,

Many thanks,

Steve


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.