| Thread | Last Post | Replies |
|
| Student FYP - Creating Outlook 2003 Addin How do I ? | 01 Nov 2007 00:27 GMT | 3 |
For my IT final year project I have to access mail items in outlook 2003 and parse them. I have read and researched on the net and library for about a week now.
|
| calling Excel Macro from C# | 01 Nov 2007 00:23 GMT | 2 |
I exported a gridview to excel spreadsheet. I want to adjust the column width of the excel spreadsheet. Is it possible to create Excel macro from C# to adjust the column width of the spreadsheet. Below is my code for exporting to excel
|
| powerpoint saga | 01 Nov 2007 00:21 GMT | 1 |
I work for a company that has very rigid security guidelines. I have been given a project to convert a PowerPoint presentation into a web site that looks exactly like the ppt. this part was easy. Then I have to provide a button that will convert the whole web site into a
|
| Marshelling help | 01 Nov 2007 00:11 GMT | 2 |
well ive written some code wich iterates through all the fields in my data structures wich I need to format to/from a file (wich has a complicated format) and I can identify some simple structures that are packed and sequenctial
|
| debugging service | 31 Oct 2007 22:01 GMT | 2 |
the below is error when starting a service.... i need some help figuring this out.... has anybody had this type of error on starting a service Tks
|
| Property missing | 31 Oct 2007 20:57 GMT | 5 |
I pulled this from my last question to hopefully make it more clear. After fixing my namespace problem I still need to find out why I am getting an error message: PageInit.cs(43,76): error CS0117: 'object' does not contain a definition for
|
| how to autoredraw panel? | 31 Oct 2007 20:47 GMT | 1 |
I set a panel's backgroundimage at design time. I have few textboxes on the panel. Every time I use right mouse click to copy/paste into these textboxes, the pieces of system popup menu stick to the background and can only be removed
|
| Type Casting | 31 Oct 2007 20:37 GMT | 4 |
Hi All... i have a situation where i have 3 different Types (classes) comming into a controling Class to Run Different Jobs in my main loop i want to use 1 Field to hold a instance of the Class
|
| Status Bar | 31 Oct 2007 20:19 GMT | 4 |
When I ad a toolstripstatuslabel to the status bar, is ther a way to have this one label right justified?
|
| Static v Instance in DAL | 31 Oct 2007 20:00 GMT | 7 |
I am slightly confused regarding when to use an instance method and when to use a static method, particularly in the context of a DAL. I have basically got a class which has methods for CRUD, an object passed into the method an I return an object representing the outcome of the
|
| Create AVI file | 31 Oct 2007 19:44 GMT | 2 |
I have some code that generates Image instances from PNG files. I'd like to be able to output this as an AVI file from a sequence of images + a wav file. Any pointers?
|
| calendar control MonthChangedEventArgs | 31 Oct 2007 19:18 GMT | 4 |
hey all, is there a way to convert/cast MonthChangedEventArgs to EventArgs? thanks, rodchar
|
| Problem with class Not existing that does | 31 Oct 2007 18:30 GMT | 3 |
I get the following error: PageInit.cs(43,71): error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
| Refresg image | 31 Oct 2007 18:28 GMT | 3 |
How can I refresh gif animation image in asp.net page during page load. The image freeze and I want to force it to animate. Thanks
|
| toolStripStatusLabel3.Text = (DateTime.Now.ToString()); | 31 Oct 2007 17:58 GMT | 1 |
How do I get the value of DateTime to show two characters when it is inthe AM? What I get in PM = 10/31/07 12:34:22 PM What I get in AM = 10/31/07 2:34:22 AM I need: 10/31/07 02:34:22 AM
|