Click here to Skip to main content
15,912,082 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: IDisposable again... Pin
Christian Graus23-Mar-07 3:41
protectorChristian Graus23-Mar-07 3:41 
Questionvba question Pin
alpdoruk23-Mar-07 3:10
alpdoruk23-Mar-07 3:10 
AnswerRe: vba question Pin
alpdoruk23-Mar-07 4:11
alpdoruk23-Mar-07 4:11 
Questionerror occure when using word template Pin
OTAsh23-Mar-07 3:04
OTAsh23-Mar-07 3:04 
AnswerRe: error occure when using word template Pin
VB Prog23-Mar-07 5:12
VB Prog23-Mar-07 5:12 
QuestionWhat is the easiest way to reset the values of array? Pin
JUNEYT23-Mar-07 2:35
JUNEYT23-Mar-07 2:35 
AnswerRe: What is the easiest way to reset the values of array? Pin
StianSandberg23-Mar-07 2:48
StianSandberg23-Mar-07 2:48 
AnswerRe: What is the easiest way to reset the values of array? Pin
Christian Graus23-Mar-07 2:48
protectorChristian Graus23-Mar-07 2:48 
AnswerRe: What is the easiest way to reset the values of array? Pin
Navneet Hegde23-Mar-07 3:43
Navneet Hegde23-Mar-07 3:43 
Question'System.StackOverflowException' Pin
crazyteh23-Mar-07 2:00
crazyteh23-Mar-07 2:00 
AnswerRe: 'System.StackOverflowException' Pin
Colin Angus Mackay23-Mar-07 2:08
Colin Angus Mackay23-Mar-07 2:08 
GeneralRe: 'System.StackOverflowException' Pin
crazyteh25-Mar-07 18:49
crazyteh25-Mar-07 18:49 
GeneralRe: 'System.StackOverflowException' Pin
Colin Angus Mackay25-Mar-07 21:26
Colin Angus Mackay25-Mar-07 21:26 
GeneralRe: 'System.StackOverflowException' Pin
crazyteh25-Mar-07 22:45
crazyteh25-Mar-07 22:45 
Questionbank-costumer basic code for c++ Pin
muchalucha22-Mar-07 22:49
muchalucha22-Mar-07 22:49 
AnswerRe: bank-costumer basic code for c++ Pin
Guffa23-Mar-07 1:13
Guffa23-Mar-07 1:13 
AnswerRe: bank-costumer basic code for c++ Pin
Christian Graus23-Mar-07 3:03
protectorChristian Graus23-Mar-07 3:03 
GeneralRe: bank-costumer basic code for c++ Pin
Dave Kreskowiak23-Mar-07 13:37
mveDave Kreskowiak23-Mar-07 13:37 
Questionresources Pin
WhiteGirl2322-Mar-07 21:38
WhiteGirl2322-Mar-07 21:38 
AnswerRe: resources Pin
JUNEYT22-Mar-07 23:32
JUNEYT22-Mar-07 23:32 
Hi!

You should enter those strings in resources section of the project. When you define it all, you will be able to use each resource in your resource file. See the example below: Don not forget that you can't modify any resource in runtime. You can only read the resources from a resource file. Lets asume that you have entered a string in your resource file and named it as EnglishMessage


Msgbox(my.resources.EnglishMessage) ' this is a string type resources


I hope that helps! WTF | :WTF:


What a curious mind needs to discover knowledge is noting else than a pin-hole.


AnswerRe: resources Pin
Dave Kreskowiak23-Mar-07 13:32
mveDave Kreskowiak23-Mar-07 13:32 
Questioni want p2p file transfer code as there in i-mesh Pin
shans_ashi22-Mar-07 21:20
shans_ashi22-Mar-07 21:20 
QuestionMCP(70-306) BRAINDUMPS -URGENT Pin
sharmie22-Mar-07 21:03
sharmie22-Mar-07 21:03 
AnswerRe: MCP(70-306) BRAINDUMPS -URGENT Pin
Colin Angus Mackay23-Mar-07 2:10
Colin Angus Mackay23-Mar-07 2:10 
GeneralRe: MCP(70-306) BRAINDUMPS -URGENT Pin
Christian Graus23-Mar-07 3:42
protectorChristian Graus23-Mar-07 3:42 

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.