Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
9answers
624 views

Will you migrate your UI to using ribbons for Windows 7?

Soon Windows 7 will use ribbon as default interface in any Windows programs, like Paint or WordPad, leaving to back default toolbars and menus. Will you migrate your UI to using ribbons for Windows ...
3
votes
5answers
124 views

How to get your network support team behind click-once?

I'm trying to make the case for click-once and smart client development but my network support team wants to keep with web development for everything. What is the best way to convince them that ...
0
votes
0answers
10 views

fetch data with smart client LGPL version

i want to use LGPL version of smart client to connect to my own server. i want the smart client to send a fetch request (with operation type, range etc) - i'll handle the rest. but i can't force smart ...
0
votes
0answers
21 views

can we synchronize the scrollbar of two grids in smartclient(for TreeGrid)

I have two separate smartclient treeGrid.I want to synchronize the scrollbars of both of the TreeGrids. can any one tell me how to do this.
0
votes
1answer
54 views

on demand color set of rows in smartclient(treeGrid)

I have a treeGrid in smartclient. now I want to color some set of line like line number 3-5 , 7-11 etc. I am using an external button which passes the values to the smartclient. can anybody tell me ...
0
votes
1answer
85 views

Smart client applications with .NET 3.5

I have used smart client type apps which are enbedded in html way back in .net 1.1. I now have .net 3.5 and wanted to know if there is a new way of creating embedded smart client type applications?
0
votes
0answers
51 views

smart client workspace hide method for smart parts returns form blank

I have a modal dialog that calls a another view in a smart client application. After this dialog has called this form I want it to disappear. And when the called form is closed I want the original ...