Click here to Skip to main content
15,914,411 members
Home / Discussions / C#
   

C#

 
Generalconverting variable into the a string Pin
amitmohanty9-Jul-05 15:19
amitmohanty9-Jul-05 15:19 
GeneralRe: converting variable into the a string Pin
Guffa9-Jul-05 17:02
Guffa9-Jul-05 17:02 
GeneralRe: converting variable into the a string Pin
amitmohanty9-Jul-05 18:05
amitmohanty9-Jul-05 18:05 
GeneralRe: converting variable into the a string Pin
afinnell9-Jul-05 22:36
afinnell9-Jul-05 22:36 
GeneralRe: converting variable into the a string Pin
Guffa9-Jul-05 23:41
Guffa9-Jul-05 23:41 
GeneralRe: converting variable into the a string Pin
Denevers10-Jul-05 3:08
Denevers10-Jul-05 3:08 
GeneralMove data between forms Pin
sea#9-Jul-05 12:40
sea#9-Jul-05 12:40 
GeneralRe: Move data between forms Pin
Snowblind379-Jul-05 13:26
Snowblind379-Jul-05 13:26 
You would not be able to call a static variable from another form as it would have been unique to the object form that you had running earlier.

If you need to save information accross instances of your program try saving the information to a file. You can set and get information as you need and it will last until you decide to erase it. Of course, you need to write methods to write and retrieve info, no easy way out. But it will be worth it.

CodeBlind
GeneralRe: Move data between forms Pin
Luis Alonso Ramos9-Jul-05 14:40
Luis Alonso Ramos9-Jul-05 14:40 
GeneralGraphics - removing a line Pin
quilkin9-Jul-05 12:30
quilkin9-Jul-05 12:30 
GeneralRe: Graphics - removing a line Pin
DavidNohejl9-Jul-05 13:16
DavidNohejl9-Jul-05 13:16 
GeneralRe: Graphics - removing a line Pin
quilkin9-Jul-05 20:57
quilkin9-Jul-05 20:57 
GeneralRe: Graphics - removing a line Pin
DavidNohejl10-Jul-05 1:26
DavidNohejl10-Jul-05 1:26 
GeneralRe: Graphics - removing a line Pin
quilkin10-Jul-05 8:05
quilkin10-Jul-05 8:05 
GeneralRe: Graphics - removing a line Pin
Mathew Hall9-Jul-05 23:00
Mathew Hall9-Jul-05 23:00 
Generalrtsp protocol Pin
Member 16897569-Jul-05 12:11
Member 16897569-Jul-05 12:11 
GeneralRe: rtsp protocol Pin
leppie9-Jul-05 14:14
leppie9-Jul-05 14:14 
GeneralRich Edit TextBox Pin
Akrynite9-Jul-05 9:28
Akrynite9-Jul-05 9:28 
GeneralRe: Rich Edit TextBox Pin
Judah Gabriel Himango9-Jul-05 10:58
sponsorJudah Gabriel Himango9-Jul-05 10:58 
GeneralRe: Rich Edit TextBox Pin
Anonymous9-Jul-05 11:04
Anonymous9-Jul-05 11:04 
GeneralRe: Rich Edit TextBox Pin
Anonymous9-Jul-05 12:14
Anonymous9-Jul-05 12:14 
GeneralAccessing the parallel port Pin
asif amjad9-Jul-05 9:22
asif amjad9-Jul-05 9:22 
GeneralRe: Accessing the parallel port Pin
Anonymous9-Jul-05 11:38
Anonymous9-Jul-05 11:38 
GeneralRemoving selected text from a string Pin
Member 20300389-Jul-05 8:19
Member 20300389-Jul-05 8:19 
GeneralRe: Removing selected text from a string Pin
Snowblind379-Jul-05 8:29
Snowblind379-Jul-05 8:29 

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.