Tagged Questions

0
votes
4answers
270 views

Obtaining First Excel Sheet Name With OleDbConnection

Hi, I have one problem. I need to get the excel sheet name in a work book, which looks on the very left sheets tab -the first one from my point of view. I am using this code: public static string …
0
votes
1answer
51 views

Action sheet not opaque

For some reason the top half of the my action sheet is not opaque. I have created the view and action sheet using the code below: //allocate the view self.view = [[UIView alloc] …
0
votes
1answer
72 views

App modal NSPanel / sheet / dialog + NSThread == window hangs ??

I'm in the midst of debugging an extremely unusual problem, and I was wondering if anybody might have any insight into what might be going wrong: In a controller class from a NIB, I take an NSPanel …
1
vote
5answers
557 views

Excel: How can I display the data from several sheets in one?

I have written a script which creates a complex Excel sheet which contains data from several data sources. The data on each sheet is usually 1-5 rows. It would be great if I could create another sheet …
0
votes
0answers
26 views

How to debug AD users and computers Property sheets extension?

I have upgraded what had been a working AD Users and Computers property sheets extension from Visual Studio 2003 to 2008 and am trying to debug it. The symptoms are that MMC.EXE crashes when …
0
votes
0answers
87 views

Post build event in C++ Property Sheet

Is it possible to include post build events in a Project Property Sheet? I wrote some post build events but it seems that they are ignored.
0
votes
1answer
258 views

OpenGL iPhone Sprite Sheet

I have a sprite sheet of images of differnet width and height, which i have the coordinates to. I need to render only a specific sprite and is wondering how to go about doing it. Can anyone help me?
0
votes
4answers
2k views

Display WPF modal window/dialog/panel the same way as a NSWindow can be displayed like a sheet in Cocoa

I am looking for a way to display a modal window in WPF the same way as a window in Cocoa can be displayed as a sheet, i.e. it slides down from the titlebar in front of the main parent window. My …
3
votes
8answers
259 views

CSS Performance issues

hi, What are the aspects of style sheets (CSS) that can lead to poor performance of web sites? Anything that can really choke up the CPU? thanks in advance. Sesh