| Thread | Last Post | Replies |
|
| Problem setting language dynamically | 28 Nov 2008 12:33 GMT | - |
How can I force a form to update when switching from one language to another? I have an application which has forms in English and Spanish but when I switch cultures using the code snippet shown the form itself doesn't update itself(i.e. redraw itself with the text in the new ...
|
| Native DLL Call. Memory allocation. | 28 Nov 2008 09:18 GMT | - |
I need to create a wrapper for following native function scenario. typedef struct _myinfo { char *buf;
|
| Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy | 28 Nov 2008 07:27 GMT | - |
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy Great Indian Developer Summit 2009 – India’s Biggest Gathering of Software Developers
|
| Using C# to access TextToColumns in Excel Interop | 28 Nov 2008 07:25 GMT | - |
I am trying to convert an Excel VBA macro over to C#, the problem is that I get an error when running the code I have come up with. Below is a copy of the VBA macro, C# code, and the unhandled exception. If anyone has ideas on how to resolve this unhandled exception I would be
|
| Find out which codec Media Player uses | 27 Nov 2008 19:35 GMT | - |
I'm using the Windows Media Player component from within a C# program. How can I ask Windows what codec it wants to use for a particular video file? I want to detect the situation where a user has a codec installed other than the usual one.
|
| showModalDialog and xbap application | 27 Nov 2008 17:15 GMT | - |
Gurus - i want to open a modal browser window to launch xbap application. I have following java script in an aspx page. when i use showModalDialog it displays a blank browser but when i use window.open it displays the application
|
| DataGridView - handling SortCompare failures | 27 Nov 2008 13:02 GMT | - |
I am using a DataGridView with columns of various data types. Column sorting is available -- not just string sorting (which wouldn't work for dates), but sorting according to the column type. This sorting is already built into the DataGridView control, of course.
|
| linq primary key | 27 Nov 2008 11:44 GMT | - |
I have table with primary key column, which is incrementing each time I put the row. When I insert row, database gives the number of primary key. How in linq insert row to this table with primary key given from me ? I want
|
| Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy | 27 Nov 2008 06:04 GMT | - |
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy Great Indian Developer Summit 2009 – India’s Biggest Gathering of Software Developers
|
| Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy | 27 Nov 2008 06:04 GMT | - |
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development, Test Driven Development in .NET, Programming Groovy Great Indian Developer Summit 2009 – India’s Biggest Gathering of Software Developers
|
| sending a notification from a web program to a windows program? | 27 Nov 2008 03:50 GMT | - |
I was wondering whether it would be possible to send a notification from the internet to a program sitting on a desktop? I'm making something that uploads commands from a cellphone to the internet, and then from there i want a desktop client to be notified of those commands.
|
| Refferring to form Instance | 26 Nov 2008 22:43 GMT | - |
I'm a quite newbe in object programming model. So far i've been using only VBA. Lately I've started to write simple windows application in Visual Studio 2005. I'm having troubles with refferring to Form Instance which is created in the Main Method. Here's the part of code:
|
| Controlling windows... | 26 Nov 2008 15:53 GMT | - |
I have folowing problem. My form(fB) is running as integration with other software (via exposed API). That sftware has it's main form(fA) with menus, etc. I call other forms (not .NET) via API and they(fC) brought up (not modal) as expected on top.
|
| Have U ever heard about LPG gas cylinder's expiry date....!! | 26 Nov 2008 14:56 GMT | - |
Have U ever heard about LPG gas cylinder's expiry date....!! click here http://143life.blogspot.com/ Important know it Have U ever heard about LPG gas cylinder's expiry date....!!
|
| Format Code | 26 Nov 2008 10:28 GMT | - |
How to format dynamically created C# class code? 1) I generate C# class code 2) Write it to file 3) How to format this code like in the IDE Ctrl+K and Ctrl+D?
|