| Thread | Last Post | Replies |
|
| Access is denied: 'xxx'. on web project 2003 | 27 Jun 2006 06:04 GMT | 2 |
Can anyone help me with this? I have had this bug in .NET/IIS for years, and am really getting tired of it. For any given project, .NET will randomly pick DLL's to get hung up on. I get the message above, and the DLL is locked in the IIS folder. I exit .NET, I can delete the ...
|
| Control.Invoke and ref parameter | 27 Jun 2006 03:53 GMT | 7 |
Does anyone know how Control.Invoke can invoke a method which has ref parameters? For example, class A {
|
| PictureBox : Zooming without anti-aliasing | 27 Jun 2006 03:31 GMT | 1 |
I have an app where I want to show an icon in a large PictureBox. I've set the SizeMode to Zoom but the icon image is extremely fuzzy because the scaling up also anti-aliases. Is there a way to turn the anti-aliasing off so I get a nice blocky icon image?
|
| Interesting App domain issue | 27 Jun 2006 02:30 GMT | 3 |
I have two managed windows applications A and B. Both have their own config files. Application A invokes application B thru process start. However, since B runs in A's context, B starts up and reads A's configuration file instead of it's own. I didn't even realize that this was ...
|
| sql server + console app | 27 Jun 2006 01:00 GMT | 3 |
Hey guys, Is there anyway to access a sql server database in a console application. (dataadapter etc) If so how? cheers in advance
|
| Multiple Unit Scalar | 27 Jun 2006 00:52 GMT | 4 |
In one of the applications I am developing I have need of working with numbers in varying unit system. I might be adding 5 mil to 1 inch or whatever. What I have come up with works really well, however...it moves about
|
| Dataviewgrid : different cell editors in the same column. | 27 Jun 2006 00:38 GMT | 1 |
Can anyone give me hints on how to do this? I need to have a single column in a dataviewgrid whose cells can be set to either a combo box, a text edit or a check box, different for each row of the grid.
|
| Performance issue. Will DictionaryBase help me? | 27 Jun 2006 00:15 GMT | 4 |
I got an ArrayList with a large amount of objects in (probably no more than 20000). Every time I add a new object to the array, I need to check that it hasn't been added already, by comparing two properties from the new object with every object in the array. It's a slow but ...
|
| The right Data Structure for the job | 27 Jun 2006 00:15 GMT | 2 |
Hello Gurus-- I have a collection of attributed elements. Each element can have n number of named attributes and a value. Let's assume each element represents a person and one of the properties is "age" (integer, although byte would do
|
| Transferring a lot of data | 26 Jun 2006 22:46 GMT | 2 |
I'm using a Remoting to manage small set of data, now the customer wants to transfer big binary files (up to 10 Gb) between 2 computers. It's better to use socket or other technology or I can continue using Remoting without problems with great quantity of data to pass through ...
|
| File version in filesystem | 26 Jun 2006 22:01 GMT | 4 |
I'm trying to get the version of a DLL and in general the version of a file in the filesystem. I do not find anything using System.IO.FileInfo. Well, I do not find anything at all...
|
| Howto get the physical location of Database? | 26 Jun 2006 22:00 GMT | 2 |
I am use a Database name "myBase" of SqlExpress 2005 as DataBase. How can I get the physical location of "myBase"
|
| P/Invoke calling mismatch | 26 Jun 2006 21:59 GMT | 4 |
Can someone suggest a way to get the functions to match - I am trying to get file versions, etc info. But its still in unmanaged code as far as I can find. VGetFileVersionInfoSizeA' has unbalanced the stack. This is likely because
|
| SQL Server Everywhere? | 26 Jun 2006 21:55 GMT | 3 |
I'm looking at SQL Server Everywhere, Microsoft's new version of SQL Server for desktop apps, now in CTP. Has anyone come across any 'getting started' walkthroughs on using SQLSE with desktop apps? I'm looking for a quickstart to show me how to use the product. Thanks.
|
| Textbox property | 26 Jun 2006 21:28 GMT | 4 |
if i have a textbox and want to change the text inside the textbox into (blod-italic) using buttons i try this
|