Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Change the color of a control when the bound field's data is changed Pin
Eddy Vluggen10-Oct-14 8:02
professionalEddy Vluggen10-Oct-14 8:02 
GeneralRe: Change the color of a control when the bound field's data is changed Pin
dilkonika10-Oct-14 8:13
dilkonika10-Oct-14 8:13 
GeneralRe: Change the color of a control when the bound field's data is changed Pin
Eddy Vluggen10-Oct-14 9:50
professionalEddy Vluggen10-Oct-14 9:50 
Questionwindows service, event log message file, the mc file Pin
jkirkerx9-Oct-14 10:14
professionaljkirkerx9-Oct-14 10:14 
AnswerRe: windows service, event log message file Pin
Eddy Vluggen9-Oct-14 10:22
professionalEddy Vluggen9-Oct-14 10:22 
GeneralRe: windows service, event log message file Pin
jkirkerx9-Oct-14 10:24
professionaljkirkerx9-Oct-14 10:24 
GeneralRe: windows service, event log message file Pin
Eddy Vluggen9-Oct-14 10:31
professionalEddy Vluggen9-Oct-14 10:31 
GeneralRe: windows service, event log message file Pin
Eddy Vluggen10-Oct-14 8:12
professionalEddy Vluggen10-Oct-14 8:12 
Quick-guide;
  • Right-click solution in solution-explorer, add item
  • Tab "General", choose "Resource File".
  • Name it "Errorz.resx".
  • Click on "String1", rename to a192432.
  • Click on value, add "Ants ate your harddrive."
  • Hit Ctrl-Shift-S and go to code
  • Console.WriteLine(global::YourNameSpace.Errorz.a192432);
If it is in a different assembly, then you'd need to add a reference of course. That way you could also easily translate the messages. There's a project here on CP that does that autmatically using Google Translate. It does not do perfect translations, but it is easier to correct a few sentences than it is to type a lot of them Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: windows service, event log message file Pin
Richard Deeming9-Oct-14 22:47
mveRichard Deeming9-Oct-14 22:47 
GeneralRe: windows service, event log message file Pin
jkirkerx10-Oct-14 7:10
professionaljkirkerx10-Oct-14 7:10 
AnswerRe: windows service, event log message file, the mc file [SOLVED] Pin
jkirkerx14-Oct-14 10:56
professionaljkirkerx14-Oct-14 10:56 
QuestionHow to search and show with Text Box from Access Database in VB.Net 2010? Pin
Kelven DeJaVu8-Oct-14 16:14
Kelven DeJaVu8-Oct-14 16:14 
AnswerRe: How to search and show with Text Box from Access Database in VB.Net 2010? Pin
Richard MacCutchan8-Oct-14 21:45
mveRichard MacCutchan8-Oct-14 21:45 
AnswerRe: How to search and show with Text Box from Access Database in VB.Net 2010? Pin
Maciej Los9-Oct-14 11:10
mveMaciej Los9-Oct-14 11:10 
AnswerRe: How to search and show with Text Box from Access Database in VB.Net 2010? Pin
Otekpo Emmanuel9-Oct-14 14:16
Otekpo Emmanuel9-Oct-14 14:16 
GeneralRe: How to search and show with Text Box from Access Database in VB.Net 2010? Pin
Kelven DeJaVu11-Oct-14 6:08
Kelven DeJaVu11-Oct-14 6:08 
QuestionDataAnnotations - Multiple Acceptable Values Pin
Dominick Marciano8-Oct-14 7:32
professionalDominick Marciano8-Oct-14 7:32 
AnswerRe: DataAnnotations - Multiple Acceptable Values Pin
Richard Deeming9-Oct-14 22:45
mveRichard Deeming9-Oct-14 22:45 
GeneralDroptiles Pin
KokDavy8-Oct-14 4:58
KokDavy8-Oct-14 4:58 
GeneralRe: Droptiles Pin
Tim Carmichael8-Oct-14 7:27
Tim Carmichael8-Oct-14 7:27 
QuestionCompare tables and show the difference Pin
byka8-Oct-14 2:35
byka8-Oct-14 2:35 
AnswerRe: Compare tables and show the difference Pin
Praneet Nadkar8-Oct-14 2:51
Praneet Nadkar8-Oct-14 2:51 
GeneralRe: Compare tables and show the difference Pin
byka8-Oct-14 3:08
byka8-Oct-14 3:08 
GeneralHighchart server side settings and update Pin
KokDavy6-Oct-14 13:09
KokDavy6-Oct-14 13:09 
GeneralRe: Highchart server side settings and update Pin
Dave Kreskowiak6-Oct-14 17:43
mveDave Kreskowiak6-Oct-14 17:43 

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.