Click here to Skip to main content
15,901,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error while retrieving records between two dates Pin
Member 815382311-Aug-11 3:42
Member 815382311-Aug-11 3:42 
AnswerRe: Error while retrieving records between two dates Pin
Wayne Gaylard11-Aug-11 21:14
professionalWayne Gaylard11-Aug-11 21:14 
GeneralRe: Error while retrieving records between two dates Pin
Gagan.2011-Aug-11 21:26
Gagan.2011-Aug-11 21:26 
GeneralRe: Error while retrieving records between two dates Pin
Dave Kreskowiak12-Aug-11 1:58
mveDave Kreskowiak12-Aug-11 1:58 
GeneralRe: Error while retrieving records between two dates Pin
Wayne Gaylard12-Aug-11 2:09
professionalWayne Gaylard12-Aug-11 2:09 
QuestionDisplay Database records on Treeview control on VB.Net Pin
daemonsead200810-Aug-11 20:24
daemonsead200810-Aug-11 20:24 
AnswerRe: Display Database records on Treeview control on VB.Net Pin
Shameel10-Aug-11 22:54
professionalShameel10-Aug-11 22:54 
QuestionNumber Format Localization Pin
bobmc1110-Aug-11 17:12
bobmc1110-Aug-11 17:12 
I develop and support a simple VB .Net data acquisition application for a University. A request came in from one of our Spanish clients to have the numbers display on the gui in their local numerical format where the decimal point and comma are swapped from their customary positions in the US. In Windows 7, I can easily change the number format using the control panel and in fact this does change the format for most of the numbers in the application with no programmatic intervention on my part. For instance, voltage readings are displayed in text boxes in the appropriate format, but for some values which are assigned to the TEXT property of a label are still displayed in the US format. I have seen a lot of discussions regarding setting the locale on the thread but I would prefer not to have to intervene that way. My question is how do the numbers display properly sometimes but not others automagically? Is their a property on the text box or label that turns on this on? I suspect it has to do with how I assign values to text properties. I use the FORMAT method as

Textbox.TEXT = format(1.0,"0.0")

but I also tried this with the label with little success. Is this because the numbers assigned to text boxes are changing dynamically while the label text is static after loading? In insight would be appreciated.
Regards,
Bob

AnswerRe: Number Format Localization Pin
Shameel10-Aug-11 22:52
professionalShameel10-Aug-11 22:52 
QuestionUpdate Query Error Pin
Gagan.2010-Aug-11 7:12
Gagan.2010-Aug-11 7:12 
AnswerRe: Update Query Error Pin
Simon_Whale10-Aug-11 7:57
Simon_Whale10-Aug-11 7:57 
AnswerRe: Update Query Error Pin
Luc Pattyn10-Aug-11 8:48
sitebuilderLuc Pattyn10-Aug-11 8:48 
AnswerRe: Update Query Error Pin
Shameel10-Aug-11 8:58
professionalShameel10-Aug-11 8:58 
GeneralRe: Update Query Error Pin
Gagan.2011-Aug-11 3:16
Gagan.2011-Aug-11 3:16 
GeneralRe: Update Query Error Pin
Shameel11-Aug-11 5:03
professionalShameel11-Aug-11 5:03 
QuestionNeed help with advanced manipulation of Excel files using VB.NET Pin
User 76894779-Aug-11 19:07
User 76894779-Aug-11 19:07 
AnswerRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Suresh Suthar9-Aug-11 19:13
professionalSuresh Suthar9-Aug-11 19:13 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
User 76894779-Aug-11 19:54
User 76894779-Aug-11 19:54 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Andy_L_J9-Aug-11 20:13
Andy_L_J9-Aug-11 20:13 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
dan!sh 9-Aug-11 20:25
professional dan!sh 9-Aug-11 20:25 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Andy_L_J9-Aug-11 21:07
Andy_L_J9-Aug-11 21:07 
QuestionVista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Jon_Boy9-Aug-11 3:11
Jon_Boy9-Aug-11 3:11 
AnswerRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Shameel9-Aug-11 4:44
professionalShameel9-Aug-11 4:44 
GeneralRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Jon_Boy10-Aug-11 6:42
Jon_Boy10-Aug-11 6:42 
GeneralRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
MicroVirus10-Aug-11 7:58
MicroVirus10-Aug-11 7:58 

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.