| Thread | Last Post | Replies |
|
| HTML Editor | 21 Jun 2007 20:31 GMT | 2 |
Is anyone aware of a good HTML editor component for .NET? I know MSHTML can help here, but I'd prefer not to spend the time to learn how to work with it. Basically, I need something that will allow me to render and edit HTML and also intercept <img> loading (I want to be
|
| How do I pinvoke this function? | 21 Jun 2007 20:22 GMT | 6 |
In a certain dll, there is this function: typedef DWORD STDAPICALLTYPE SOMEFUNC(VOID *pHandle, IProgress *pProgress); where IProgress is
|
| New at .Net/C# | 21 Jun 2007 19:35 GMT | 8 |
My programming experience is limited to some vbscript and WinBatch. Where to start on learning C#? Do I need to work on .Net first? TIA, Lang
|
| BindingSource/Custom Object need HasChanges method | 21 Jun 2007 19:15 GMT | 1 |
I have a custom business object that implements INotifyPropertyChanged and IEditableObject. The collection of these objects inherits from BindingList<T>. I created a BindingSource from which a grid (list of objects) and a detail groupbox where bunch of textboxes are bound to
|
| Dialogic library? | 21 Jun 2007 18:57 GMT | 1 |
Hey all- Looking for a free download of an SDK for legacy Dialogic boards (D4, etc) to work with C#. Anyone know of such a creature? John
|
| File permission issues | 21 Jun 2007 18:54 GMT | 3 |
I have a C#.Net 2.0 web app which needs to be able to read a bunch of files from a user's computer, but I have not be able to get it to do so without "Access denied" errors. The main piece of code is simple
|
| Unsigned DLL | 21 Jun 2007 18:33 GMT | 2 |
I have two Dll's (U-UnSigned , S-Signed) I am looking for way invoke method in U dll from S. if i add reference from S to U compilation error occur. May be exists way to do this in reflection ?
|
| Datagridview column | 21 Jun 2007 18:29 GMT | 1 |
anyone have any idea how to add a combobox and a button into the same cell in a datagridview column? is it possible?
|
| (WebBrowser.Document == null) throws InvalidCastException | 21 Jun 2007 18:06 GMT | 2 |
if (webBrowserControl.Document == null) is throwing an InvalidCastException. PLEASE NOTE: ***The function being called is being called from a thread OTHER THAN than the one that created the WebBrowser
|
| C# HID and Vista 64 | 21 Jun 2007 17:59 GMT | 10 |
Well I am working on trying to get some HID code to work on Windows XP, Vista 32, and Vista 64. Working on XP and Vista 32 was easy as there are some great resources on the web; however Vista 64 is a whole other problem. The first problem was an easy one all the samples show ...
|
| LDAP | 21 Jun 2007 17:04 GMT | 1 |
I have an ASP web page which is using VB script to create an ADO connection to LDAP and I was wanting to convert to an ASP.Net web page. I was not quite sure how to convert the information below into .Net Set oConnLD = Server.CreateObject("ADODB.Connection")
|
| Using resources.resx for localization | 21 Jun 2007 16:59 GMT | 2 |
i am localizing a project for the first time in visual studio (done it in delphi before) and had a question. I understand resourcemanager and all that, but what do most people do with the Properties.Resources.resx file for string localization?
|
| Service fails if user not logged in | 21 Jun 2007 16:38 GMT | 4 |
A week or two ago I posted queries about retrieving user details about a certain process and it all worked fine in the end, the service happily reported when the required application was started/stopped and everyone was happy.
|
| populating fields in webBrowser | 21 Jun 2007 16:15 GMT | 2 |
i am writing an application (C#) that automates the process of loading a web page, login into a site and then simulates the navigation of the site. the program uses a winform with a webBrowser control that is used to load the web page. i am able to successfully navigate the site but ...
|
| include .ascx into a C# file | 21 Jun 2007 16:10 GMT | 2 |
How may I include a .ascx-file into my C#-file? I have read somewhere that the usual include is no longer supported for ASP.NET C#, but is there someway around this? The file to be included is necessary for a lot of my C#-files, and by creating a
|