Click here to Skip to main content
15,895,813 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: How to resize a form? Pin
superda23-Nov-07 0:32
superda23-Nov-07 0:32 
GeneralRe: How to resize a form? Pin
daavena23-Nov-07 5:00
daavena23-Nov-07 5:00 
GeneralRe: How to resize a form? Pin
Luc Pattyn23-Nov-07 5:39
sitebuilderLuc Pattyn23-Nov-07 5:39 
GeneralRe: How to resize a form? Pin
daavena23-Nov-07 8:44
daavena23-Nov-07 8:44 
GeneralRe: How to resize a form? Pin
Luc Pattyn23-Nov-07 9:32
sitebuilderLuc Pattyn23-Nov-07 9:32 
GeneralRe: How to resize a form? Pin
daavena24-Nov-07 12:26
daavena24-Nov-07 12:26 
GeneralRe: How to resize a form? Pin
Luc Pattyn24-Nov-07 12:56
sitebuilderLuc Pattyn24-Nov-07 12:56 
Questionvisual c++ need little help with copy files Pin
rpcpyz22-Nov-07 8:59
rpcpyz22-Nov-07 8:59 
Hi, I am learning managed c++ in visual c++ 2005 express, the code below will find files starting on letter x, my question is how can I copy them to some directory ex. C:\\XXX\\y ?. Thx

<br />
DirectoryInfo^ directory = gcnew DirectoryInfo("C:\\Documents and Settings");<br />
		 array<FileInfo^>^files=directory->GetFiles("x*.txt",<br />
			 System::IO::SearchOption::AllDirectories);<br />
			 for (System::Int16 i=0; i<files->Length; i++)<br />
				 textBox1->AppendText(files[i]->Name + "- " + files[i]->Length + System::Environment::NewLine);<br />

AnswerRe: visual c++ need little help with copy files Pin
Dave Kreskowiak23-Nov-07 5:43
mveDave Kreskowiak23-Nov-07 5:43 
QuestionUSB Pin
ellllllllie22-Nov-07 4:56
ellllllllie22-Nov-07 4:56 
AnswerRe: USB Pin
Luc Pattyn22-Nov-07 5:21
sitebuilderLuc Pattyn22-Nov-07 5:21 
GeneralRe: USB Pin
ellllllllie22-Nov-07 6:04
ellllllllie22-Nov-07 6:04 
GeneralRe: USB Pin
Luc Pattyn22-Nov-07 6:37
sitebuilderLuc Pattyn22-Nov-07 6:37 
Questioniam new to .net,do help Pin
arunkumarv22-Nov-07 2:10
arunkumarv22-Nov-07 2:10 
AnswerRe: iam new to .net,do help Pin
Xmen Real 24-Nov-07 4:23
professional Xmen Real 24-Nov-07 4:23 
Questioni have to capture the row values seperately in an datagridview. Pin
arunkumarv21-Nov-07 23:03
arunkumarv21-Nov-07 23:03 
Questionhow can i bind database to listbox.. Pin
Rajeshwar Code- Developer21-Nov-07 18:52
Rajeshwar Code- Developer21-Nov-07 18:52 
GeneralRe: how can i bind database to listbox.. Pin
Sam Xavier7-Mar-08 1:21
Sam Xavier7-Mar-08 1:21 
QuestionHow come an empty Form would need +10MB memory? Pin
antoniochris21-Nov-07 18:21
antoniochris21-Nov-07 18:21 
AnswerRe: How come an empty Form would need +10MB memory? Pin
Dave Kreskowiak23-Nov-07 5:41
mveDave Kreskowiak23-Nov-07 5:41 
Questionneed quickly Pin
nta_388621-Nov-07 4:00
nta_388621-Nov-07 4:00 
AnswerRe: need quickly Pin
Pete O'Hanlon21-Nov-07 9:42
mvePete O'Hanlon21-Nov-07 9:42 
GeneralRe: need quickly Pin
Luc Pattyn21-Nov-07 10:28
sitebuilderLuc Pattyn21-Nov-07 10:28 
GeneralRe: need quickly Pin
Pete O'Hanlon21-Nov-07 10:45
mvePete O'Hanlon21-Nov-07 10:45 
GeneralRe: need quickly Pin
Luc Pattyn21-Nov-07 11:28
sitebuilderLuc Pattyn21-Nov-07 11:28 

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.