| Thread | Last Post | Replies |
|
| VS.Net debugger? | 13 Sep 2005 13:04 GMT | 5 |
I'm trying to debug a solution with two projects; a DLL that does some heavy lifting, and a WinForms app that acts as a front-end GUI for the DLL. I'm using VS.Net to develop and debug the solution. I'm debugging the GUI project right now, and the VS.Net debugger works as I
|
| Hyperlink type button | 13 Sep 2005 12:33 GMT | 2 |
I would like to have some buttons on a dialog i am designing that look like hyper links but in fact will open up a further dialog rather than do web stuff. Can anyone tell me how i can do this?
|
| flash ActionScript/c# | 13 Sep 2005 12:05 GMT | 6 |
Ok, I have created a flash animated button that I want to use as a regular button in my c# web app. Using actionscript, do you know how to call the c# functions in the
|
| Anchored Control Location on Inherited Form | 13 Sep 2005 10:24 GMT | 1 |
I have a base dialog form with a panel docked to the bottom with an OK and a Cancel button in it (all Modifiers=Protected, buttons' Anchor=Top,Right). At design time the size of the base form is, for e.g., (200, 200), and the location of the OK button is (50, 10). I then inherit ...
|
| What is a "Reference" | 13 Sep 2005 10:04 GMT | 5 |
two quick questions: One: What is the difference between adding a reference to something in my C# project so I can use it (for example, adding a reference to "Microsft.DirectX" when you need to access DirectX functionality in your
|
| Filestream Error... | 13 Sep 2005 09:57 GMT | 9 |
I have a list of products in with images stored in a SQL Server 2000 DB. I need to be able to retrieve the images when a product is chose. I use the code below to get the image from the DB and assign it to the picture box. It works fine the first time but subsequent times it gives ...
|
| cross appdomain talk | 13 Sep 2005 09:54 GMT | 1 |
I have an app that uses a thirdpart library, this thirdparty library creates an appdomain (totally out of my control), this new appdomain loads some assemblies I created and this code I created needs to talk back to the first app that started it all.
|
| ways tools to use c++ header files in c# | 13 Sep 2005 09:02 GMT | 2 |
I need to make use of my previous work in C++. This involves very complex data structure, over 5000 lines of data structure defined in headers. Is there an easy way to convert those headers into C#?
|
| problem when sending data over TCP socke from c# client to java se | 13 Sep 2005 08:22 GMT | 4 |
I have a problem when sending data over TCP socket from c# client to java server. the connection established ok, but i can't send data from c# client to java server.
|
| C# .Net V2, Strong Type Dataset returning more than one row. | 13 Sep 2005 07:30 GMT | 3 |
I have the following table (*=Primary Key): tblNews: fldID (Indentity) fldSite int *
|
| Why is the compiler flagging this variable as unassigned? | 13 Sep 2005 07:02 GMT | 19 |
Use of unassigned local variable 'fs' Please see where I've indicated where the compiler is flagging this error in the method below. fs is initialized in the first line in the try block, so why is it flagged as unassigned in the finally block?
|
| WebRequest/WebResponse OR WebClient problem | 13 Sep 2005 06:43 GMT | 2 |
Hello, everyone. I am stuck with the following: There is a webpage which contains a webform, which contains text fields, and submits the data from current
|
| How to create a MSN Messenger Plugin | 13 Sep 2005 04:22 GMT | 3 |
Are there any samples on how to make a C# MSN Messenger Plug-in? Thanks, Eric Renken
|
| How to extend the allowed physical memory? | 13 Sep 2005 04:00 GMT | 4 |
I have an application that fails to allocate all its memory on physical memory. I have a Windows XP with 2 GByte RAM. Can anybody tell me how to configure the allowed physical memory for each application in the Windows XP so the application memory allocation will not
|
| Com+ question | 13 Sep 2005 03:28 GMT | 1 |
A customer of mine (or actually the security department of this company) requires that SQL connections are handet out from COM+ server object. The connection will be used from a web application. The idea is to let the COM+ object create a new SqlConnection with integrated ...
|