| Thread | Last Post | Replies |
|
| Slow socket on some machines | 17 Apr 2008 11:46 GMT | 1 |
|
| start/stop 'RemoteAccess' in Vista | 17 Apr 2008 10:52 GMT | 2 |
I had to start and stop the service "RemoteAccess". For this I use the 'ServiceController'. In XP is this no problem, but in VISTA I get "access denied". Had anybody an idea?
|
| Com Object Question | 17 Apr 2008 06:34 GMT | 1 |
I have a program in Visual Basic that has a running object Public objSAPGui As Object Public objGUIApp As Object Set objSAPGui = GetObject("SAPGUI")
|
| .Net 2.0 C# and HMTL table question | 17 Apr 2008 05:30 GMT | 2 |
In my .Net 2.0 C# web form WForm1, I have a table Table1 and it's size is W800 H400, all other controls and stuff are inside the Table1. When I open the WForm1 in browser, I would like to let the Table1 show in the middle of the browser regardless of the screen size is 1024*768 or ...
|
| Dosprinting | 17 Apr 2008 05:27 GMT | 2 |
Can we do dosprinting from .net 2003 in c#. Also can we directly print to lpt1 port. ??? Please let me know Niraj Ranka
|
| DynamicAssembly, FieldBuilder and fixed size buffers | 17 Apr 2008 03:23 GMT | 6 |
I am trying to dynamically create the following structure using AssemblyBuilder, TypeBuilder and DefineField: [StructLayout(LayoutKind.Sequential, Pack = 8)] public struct SimpleType2
|
| about dbserver's ipaddress | 17 Apr 2008 03:03 GMT | 2 |
hi guys, how could i get the dbserver's ip address using a oracle connection or a connetting string?
|
| protecting objects from being changed | 17 Apr 2008 01:01 GMT | 12 |
Is there a way that is already built into .net 3.5 that will let me protect an object from being modified when the object is public?
|
| How do you do this? Simple ASP.NET GridView question | 17 Apr 2008 00:57 GMT | 1 |
I do a lot of winforms programming in C# and VB.NET, but not I've been asked to do an ASP.NET application, and that's a first for me. So I hope you will bear with this basic question, because I'm really puzzled. I've got an SQL Server 2005 DB, and for the sake of simplification, ...
|
| pack: URIs ... help! | 16 Apr 2008 23:40 GMT | 1 |
The .Net "pack URIs" feature seems ideally suited to my C# application, but I cannot make it work. I hope someone can help. I have some images (GIF and JPG), which I have built into my library's DLL, by setting Build Action to Embedded Resource. Using
|
| Weekly Breakdown | 16 Apr 2008 19:35 GMT | 1 |
I might be overcomplicating the solution, but the problem is I have to make a breakdown of each week for many ranges of dates within a particular year. So for example one record might have a start date of 1/1/2008 and an end date of 2/31/2008 and I need to break down each
|
| how I can get the "default system Border Width " | 16 Apr 2008 18:48 GMT | 2 |
does anybody know how I can get the "default system Border Width " ? example : if I draw a TextBox with the default 3D border, what is the with (thikness) of the border ? Thanks for your help !
|
| LINQ to XML question | 16 Apr 2008 18:34 GMT | 2 |
i've got the following xml structure: <catalog> <books> <item key="" value="" />
|
| How to extract all exceptions for any method | 16 Apr 2008 17:23 GMT | 9 |
I would like to extract all possible exceptions for a particular method. Ideally this would be a Visual Studio 2005 Add-In and would allow a developer to highlight a any method, pressing a shortcut key which would result in a try/catch with all exception(s) handled.
|
| Copy Paste Function | 16 Apr 2008 16:53 GMT | 6 |
I would like to use the keyboard shortcut 'ctrl + v' to paste from the clipboard. I can't seem to figure out how to capture the keyboard input to accomplish this. Any help is greatly appreciated. Thanks,
|