Click here to Skip to main content
15,904,348 members
Home / Discussions / C#
   

C#

 
QuestionClient/Server TCPClient Pin
AlexDuta8-May-09 23:00
AlexDuta8-May-09 23:00 
AnswerRe: Client/Server TCPClient Pin
terradtc8-May-09 23:07
terradtc8-May-09 23:07 
GeneralRe: Client/Server TCPClient Pin
terradtc8-May-09 23:19
terradtc8-May-09 23:19 
GeneralRe: Client/Server TCPClient Pin
AlexDuta8-May-09 23:26
AlexDuta8-May-09 23:26 
AnswerRe: Client/Server TCPClient Pin
AhsanS9-May-09 0:00
AhsanS9-May-09 0:00 
QuestionDataGridView Pin
saeidfarahi8-May-09 21:41
saeidfarahi8-May-09 21:41 
AnswerRe: DataGridView Pin
fly9048-May-09 22:05
fly9048-May-09 22:05 
AnswerRe: DataGridView Pin
AhsanS9-May-09 0:04
AhsanS9-May-09 0:04 
Questionusing WebBrawser to open a URL from a c# application Pin
shabya8-May-09 21:31
shabya8-May-09 21:31 
AnswerRe: using WebBrowser to open a URL from a c# application Pin
fly9048-May-09 21:55
fly9048-May-09 21:55 
AnswerRe: using WebBrawser to open a URL from a c# application Pin
AhsanS9-May-09 0:06
AhsanS9-May-09 0:06 
AnswerRe: using WebBrawser to open a URL from a c# application Pin
Guffa9-May-09 0:56
Guffa9-May-09 0:56 
GeneralRe: using WebBrawser to open a URL from a c# application Pin
shabya9-May-09 4:40
shabya9-May-09 4:40 
GeneralRe: using WebBrawser to open a URL from a c# application Pin
Guffa14-May-09 10:51
Guffa14-May-09 10:51 
GeneralRe: using WebBrawser to open a URL from a c# application Pin
shabya15-May-09 3:00
shabya15-May-09 3:00 
QuestionNew Record in New Form problem. Pin
hdv2128-May-09 20:00
hdv2128-May-09 20:00 
AnswerRe: New Record in New Form problem. Pin
Ken Mazaika9-May-09 16:21
Ken Mazaika9-May-09 16:21 
QuestionHow to convet the text into your Handwriting using table PC in .Net Pin
googlejumbo8-May-09 19:18
googlejumbo8-May-09 19:18 
AnswerRe: How to convet the text into your Handwriting using table PC in .Net Pin
terradtc9-May-09 1:54
terradtc9-May-09 1:54 
AnswerRe: How to convet the text into your Handwriting using table PC in .Net Pin
PIEBALDconsult9-May-09 4:28
mvePIEBALDconsult9-May-09 4:28 
QuestionHow can save and read data into the session state for user name and password? Pin
Aung Paing8-May-09 16:58
Aung Paing8-May-09 16:58 
AnswerRe: How can save and read data into the session state for user name and password? Pin
OriginalGriff8-May-09 21:47
mveOriginalGriff8-May-09 21:47 
QuestionPicture/Texture project Pin
Gabriel Hodgens8-May-09 12:07
Gabriel Hodgens8-May-09 12:07 
Ok, well first off, I just wanna let everyone know I have very little experience in C# so please be patient with me. (I'm working in Microsoft Visual C# 2008 btw) I have a fairly simple project I'm working on and I need a lot of help. I really hate asking people for help, but this is driving me crazy. Now to the project. Let's say I have a directory "C:/textures/" and inside are lots of pairs of files, a texture file, and a jpg of the texture. I'm trying to make a program that has a picture box with up and down arrow buttons that will cycle through all the pictures in that directory, and when a third button is pressed, it will copy the current picture's corresponding texture file to a very specific directory on an SD card and rename it based on the name (and overwrite any files of the same new name there). Here's an example of the files:
dogtexture.tex
dogtexture.jpg
cattexture.tex
cattexture.jpg
copy dogtexture.tex to SD/textures/dog/dog01.tex
or
copy cattexture.tex to SD/textures/cat/cat01.tex

Any help would be greatly appreciated Smile | :)
AnswerRe: Picture/Texture project Pin
fly9048-May-09 12:22
fly9048-May-09 12:22 
GeneralRe: Picture/Texture project Pin
Gabriel Hodgens8-May-09 12:31
Gabriel Hodgens8-May-09 12:31 

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.