Click here to Skip to main content
16,012,821 members
Home / Discussions / C#
   

C#

 
GeneralCreating a textbox dynamically!!! Pin
mmxguy20-May-04 22:29
mmxguy20-May-04 22:29 
GeneralRe: Creating a textbox dynamically!!! Pin
Aryadip21-May-04 0:16
Aryadip21-May-04 0:16 
GeneralRe: Creating a textbox dynamically!!! Pin
sreejith ss nair21-May-04 1:34
sreejith ss nair21-May-04 1:34 
QuestionHow to add new cursor image to default list Pin
sachinkalse20-May-04 22:01
sachinkalse20-May-04 22:01 
AnswerRe: How to add new cursor image to default list Pin
Syed Abdul Khader21-May-04 1:00
Syed Abdul Khader21-May-04 1:00 
GeneralRe: How to add new cursor image to default list Pin
sreejith ss nair21-May-04 1:48
sreejith ss nair21-May-04 1:48 
GeneralRelative Paths Pin
myNameIsRon20-May-04 21:50
myNameIsRon20-May-04 21:50 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 2:25
mveDave Kreskowiak21-May-04 2:25 
You really shouldn't do that because the folder has a special purpose that is not under your app's control, and can be wiped out without you knowing about it.
But, if you must...

You can use the Environment.GetFolderPath method to return the full path to the Temporary Internet Files folder for the logged in user:
string tempInternetFilesFolderPath
tempInternetFilesFolderPath=Environment.GetFolderPath(Environment.SpecialFolder.InternetCache);



RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Relative Paths Pin
myNameIsRon21-May-04 6:12
myNameIsRon21-May-04 6:12 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 9:00
mveDave Kreskowiak21-May-04 9:00 
GeneralRe: Relative Paths Pin
myNameIsRon21-May-04 12:06
myNameIsRon21-May-04 12:06 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 12:22
mveDave Kreskowiak21-May-04 12:22 
GeneralRe: Relative Paths Pin
myNameIsRon22-May-04 6:16
myNameIsRon22-May-04 6:16 
GeneralRe: Relative Paths Pin
Dave Kreskowiak22-May-04 15:34
mveDave Kreskowiak22-May-04 15:34 
Generalmultiple PrintPreviewControl problems :confused: Pin
sachinkalse20-May-04 21:39
sachinkalse20-May-04 21:39 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
Dave Kreskowiak21-May-04 0:37
mveDave Kreskowiak21-May-04 0:37 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
sachinkalse23-May-04 15:35
sachinkalse23-May-04 15:35 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
Dave Kreskowiak23-May-04 16:12
mveDave Kreskowiak23-May-04 16:12 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
sachinkalse24-May-04 22:19
sachinkalse24-May-04 22:19 
GeneralRe: multiple PrintPreviewControl problems :confused: Pin
Dave Kreskowiak25-May-04 2:42
mveDave Kreskowiak25-May-04 2:42 
GeneralWebBrowser control's Printpreview and Print Pin
Vishnucharan R.V.20-May-04 21:27
Vishnucharan R.V.20-May-04 21:27 
GeneralRe: WebBrowser control's Printpreview and Print Pin
Dave Kreskowiak21-May-04 2:40
mveDave Kreskowiak21-May-04 2:40 
QuestionChanging System Mouse Pointer ???? Pin
shajuMathew20-May-04 19:36
shajuMathew20-May-04 19:36 
AnswerRe: Changing System Mouse Pointer ???? Pin
sreejith ss nair20-May-04 20:03
sreejith ss nair20-May-04 20:03 
GeneralRe: Changing System Mouse Pointer ???? Pin
shajuMathew20-May-04 20:09
shajuMathew20-May-04 20:09 

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.