0
votes
3answers
177 views
Selecting items in a combobox and removing them
Hi,
I want to find an Index of a combobox using numbers in the text of a textbox, and then remove them. The items that populate the combobox belong to a data base so I use the De …
0
votes
1answer
69 views
Fill a select/menu object using jQuery
Hi guys
I need to fill a object using jQuery
I have a dialog (jQueryUI) that shows. Once dialog closes, the object should be filled with items taken from a mySQL table
I have a …
0
votes
1answer
128 views
enable ribbon control
Menu Items and all other menus are not enabled` <r:RibbonWindow
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/w …
0
votes
3answers
33 views
Catalog items in Sharepoint
As a feed from external system we get a Catalog items (They are product info) as part of feed once a day. We need to take this feed and store in Sharepoint. Following are things we …
0
votes
1answer
78 views
How to create new Change Requests programmatically using TFS SDK/API?
I am in the process of learning about using the TFS SDK to fully control what Team Foundation does programmatically like:
Creating new Workitems(is this the same as creating cha …
0
votes
2answers
56 views
Simple question - no results (ListView Columns)
Hello,
I'm trying to accomplish what should be a very simple task using the ListView Control. All I am trying to do is add two Items to a ListView Control. One Item goes under the …
0
votes
3answers
103 views
VB.NET WinForms ListView Question
Hey.
I have a ListView with 3 columns, how do I add specified text to the specified column I want? I've looked at the ..Add function, but it doesn't take the column index.. Thanks …
2
votes
6answers
2k views
C# Clear all items in ListView
Hi,
I try to clear my listview but the clear method doesn't work:
myListView.Items.Clear();
This doen't work. When i put a breakpoint at this line, the line is executed, but m …
0
votes
2answers
401 views
Get Repeater’s Items
I am trying to get all repeater's selected checkboxes of repeater's item just before page movement (pagination), and store them in some place.
foreach (RepeaterItem ri in rpt.Ite …
1
vote
3answers
213 views
How to detect the item restore on a ItemAdded() event on SharePoint
Hi,
I know that when an item is restored from the recycle bin, the ItemAdded event is fired.
However, how can i detect if the item added comes from the recycle bin or if it is a n …
2
votes
6answers
225 views
Agile project and amount of Documentation
What kind of documentation you'd recommend to support for Agile project? What are the core metrics you use to detect amount of documentation needed? Do you think you can store all …
3
votes
2answers
155 views
How to drag NSStatusItems
You all know the menu bar (or better said NSStatusBar) in Mac OS X.
There are some items which I can move and other which not.
I would like to be able to drag the NSStatusItem of …
1
vote
3answers
220 views
Add app to the “Startup Items”
Some applications have a check button for "start at login"...
How would you implement this?
1
vote
2answers
175 views
Highlight NSToolbarItems
I want to highlight the selected NSToolbarItem like e.g. in Adium (see screenshot).
Is there an easy way? If not, tell me the difficult one. =)
0
votes
2answers
156 views
Windows forms: how get the actual width of the item in the list box
To make sure that the text in listbox items is not truncated I want
to adjust its width to the width of the item with longest text.
Is there any way to get a "actual" width of the …
