Tagged Questions

0
votes
1answer
45 views

GridView vs DataList vs Repeater vs ListView

Hello all, I have read some articles about this matter... and it seems that the Repeater is the one with best performance as explained in this other question: I know that the GridView is the …
1
vote
4answers
42 views

Winforms control showing text and supporting individual line coloring

For a Winforms application, I'm looking for a control which is able to show text and supports individual line colors (fore and background colors per line). For instance, I'd like to have line 1 with …
1
vote
4answers
72 views

I want to make a panel have a thick border. Can I set this somehow?

I want to make a panel have a thick border. Can I set this somehow? PS, I am using C#. VS 2008.
0
votes
1answer
29 views

Sending a Text Box control to the Printer?

I cannot seem to figure out how to send a text box control to print in Java. The Program creates word search puzzles, now I would like to print them. I simply want to print the text Box control as …
1
vote
4answers
42 views

Control Properties in Visual Basic 6

Is there a way to ask for a control property in a loop?? I need somethig like this: For each p in control.properties if p = "Value" then msgbox "I Have Value Property" elseif p = …
0
votes
1answer
12 views

How do you instantiate .NET hosted controls dynamically loaded via JavaScript?

I am trying to load a bunch of .NET hosted controls into a page dynamically using JavaScript to inject OBJECT tags into the HTML. My problem is that the objects do not instantiate, only the static …
0
votes
1answer
24 views

Sheridan SSDBGrid control having problems in a VB6 app

We've got an old VB6 application we wrote about 10 years ago. Back then we had no faith in data binding, so we did all of our own population of controls in code. (Long story, don't ask.) This …
0
votes
3answers
51 views

C#: What is the proper way to swap winform controls?

What is the proper way to replace one winform element with another element when something is triggered? For example, I would like to replace a button with a text box in the same position and the same …
0
votes
0answers
5 views

Microsoft Chart Controls best fit line

Anyone know any resources that will help me implement a best fit line in Microsoft Chart Controls.
1
vote
1answer
26 views

How to enumerate MFC controls if I only have a h_wnd ?

Hello. Long time reader, first time poster. I'm a big noob when it comes to win32 gui apps so here's my question. Let's say you have a handle to a window: HWND h_wnd; That window ultimately has …
1
vote
1answer
24 views

in WinForms can control focus change “automatically”? if yes, can I somehow distinguish this from user triggered focus change?

I am not fully sure about this, but I seem to be observing cases where focus shifts automatically from one control to another, even after I explicitly programmatically set the focus to control that I …
0
votes
2answers
31 views

Using Java Controls/Properties during runtime???

I cant seem to get this statement to work during run time. textWords.setText(item); textWords is an object, setText is a method and item is an integer. Anyone familiar with this? I cannot seem to …
1
vote
1answer
123 views

CompositeControl and XML Deserialization on design-time error.

I get "Error rendering control" error that only happens when I place the control on the webform in desgin-mode, if I run the page the control is displayed correctly. The above statement is not …
0
votes
2answers
15 views

How to access Form controls on Postback from Dynamically built form.

I'm adding controls at run-time to the Page Form object. Each control has an Id. On postback, I want to be able to access these controls and their values. Currently, when I do a postback, the form …
1
vote
1answer
33 views

Applying a FontFamily to all Controls in Silverlight 4 Beta

I'd like to give every Control a certain FontFamily and FontWeight in Silverlight 4.0. I know that styles can now apply to all controls of a certain type, so I tried this: <Style …

1 2 3 4 5 48 next
15 30 50 per page