Click here to Skip to main content
15,888,301 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralIs it possible: start .Net executable by GUID Pin
nielsvdc14-Dec-04 4:40
nielsvdc14-Dec-04 4:40 
GeneralRe: Is it possible: start .Net executable by GUID Pin
devvvy14-Dec-04 5:53
devvvy14-Dec-04 5:53 
GeneralRe: Is it possible: start .Net executable by GUID Pin
nielsvdc14-Dec-04 10:10
nielsvdc14-Dec-04 10:10 
Generalexception in switching between panels Pin
Vinsent13-Dec-04 22:46
Vinsent13-Dec-04 22:46 
GeneralRe: exception in switching between panels Pin
The Man from U.N.C.L.E.14-Dec-04 4:35
The Man from U.N.C.L.E.14-Dec-04 4:35 
GeneralRe: exception in switching between panels Pin
Vinsent15-Dec-04 16:28
Vinsent15-Dec-04 16:28 
GeneralRe: exception in switching between panels Pin
The Man from U.N.C.L.E.15-Dec-04 22:29
The Man from U.N.C.L.E.15-Dec-04 22:29 
Generalerror on minimize Pin
Member 134908813-Dec-04 6:06
Member 134908813-Dec-04 6:06 
Hello!
I got this error:
'0' is not a valid vaue for "value" . 'value' should be between 'minimum' and 'maximum'

when I try to minimize a form with a datagrid on it.

This is the code I have on my Resize function for my form:

dataGrid->TableStyles->Clear();

ctrlWidth = dataGrid->get_Width();
DataGridColumnStyle * colStyle1 = new DataGridTextBoxColumn();
colStyle1->MappingName = S"Internal Address";
colStyle1->HeaderText = S"Internal Address";
colStyle1->Width = ctrlWidth/2-2;

DataGridColumnStyle * colStyle2 = new DataGridTextBoxColumn();
colStyle2->MappingName = S"External Address";
colStyle2->HeaderText = S"External Address";
colStyle2->Width = ctrlWidth/2-2;
DataGridTableStyle * ts = new DataGridTableStyle();
ts->GridColumnStyles->Add(colStyle1);
ts->GridColumnStyles->Add(colStyle2);
ts->RowHeadersVisible = false;

this->dataGrid->TableStyles->Add(ts);

I could really use some help! thanks
QuestionIS THIS A PATCH IN DATETIME CONTROL? Pin
manivannan.p13-Dec-04 1:29
manivannan.p13-Dec-04 1:29 
GeneralListView BackgroundImage property Pin
flip_trickle12-Dec-04 12:10
flip_trickle12-Dec-04 12:10 
QuestionHow to invoke a MouseEvent from a KeyBoard Event handler? Pin
manivannan.p12-Dec-04 6:27
manivannan.p12-Dec-04 6:27 
Questionhow do i create webmenu using .net Pin
karthikaprabhakar12-Dec-04 4:39
karthikaprabhakar12-Dec-04 4:39 
AnswerRe: how do i create webmenu using .net Pin
Steve Maier14-Dec-04 4:17
professionalSteve Maier14-Dec-04 4:17 
GeneralChanging datasource of a datagrid in runtime with allowpaging property = true Pin
Eng Nashwa10-Dec-04 22:30
Eng Nashwa10-Dec-04 22:30 
GeneralRetrieving Icons Embedded in Assemblies Pin
bneacetp10-Dec-04 9:22
bneacetp10-Dec-04 9:22 
GeneralRe: Retrieving Icons Embedded in Assemblies Pin
The Man from U.N.C.L.E.14-Dec-04 4:57
The Man from U.N.C.L.E.14-Dec-04 4:57 
GeneralRe: Retrieving Icons Embedded in Assemblies Pin
bneacetp17-Dec-04 9:00
bneacetp17-Dec-04 9:00 
GeneralRemoting problem in VB.net Pin
Chris Quick7-Dec-04 12:15
Chris Quick7-Dec-04 12:15 
GeneralC#.net using WMP Pin
The Animator7-Dec-04 3:17
The Animator7-Dec-04 3:17 
GeneralPackaging Issues Pin
Member 15020566-Dec-04 13:59
Member 15020566-Dec-04 13:59 
GeneralRe: Packaging Issues Pin
Colin Angus Mackay6-Dec-04 14:05
Colin Angus Mackay6-Dec-04 14:05 
GeneralRe: Packaging Issues Pin
Member 15020566-Dec-04 16:23
Member 15020566-Dec-04 16:23 
GeneralRe: Packaging Issues Pin
Colin Angus Mackay6-Dec-04 22:00
Colin Angus Mackay6-Dec-04 22:00 
GeneralRe: Packaging Issues Pin
Member 15020567-Dec-04 1:01
Member 15020567-Dec-04 1:01 
GeneralSound frequency calculation Pin
Mattias Åslund5-Dec-04 2:45
Mattias Åslund5-Dec-04 2:45 

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.