| Thread | Last Post | Replies |
|
| stuff keystokes | 08 Jan 2008 00:54 GMT | 1 |
how can i send key strokes to another application after i started it using process class when this applications starts i need anykey to continue tks
|
| Datagridview always visible | 08 Jan 2008 00:52 GMT | 1 |
There is a method to show always the rows and colums of a datagridview although there is no data? I want that my program looks like a sheet of Excel. Thanks
|
| Net Remoting and Performace | 08 Jan 2008 00:44 GMT | 9 |
Hello.. EveryOne.. i want to use the NET Remote between Server and Client. But it was not good about the CPU Usage and sending time, whie i tested the
|
| Error running app but not while debugging! | 08 Jan 2008 00:43 GMT | 7 |
Help please! .NET 2.0. I have a hashtable defined: public static Hashtable Params; It currently is in a shared class in my app. I have moved it from the
|
| Registering Event Handlers in C# vs. VB .NET | 08 Jan 2008 00:35 GMT | 35 |
Am I correct in thinking that because C# doesn't have the "Handles" keyword that VB .NET does, we have to register event delegates manually in C#, whereas in VB .NET using "Handles" takes care of registering the event delegate for us behind the scenes?
|
| mySqlBytes.buffer is getting converted to BigEndian even though both SQL server 2005 and the CLR function are on the same machine which shows BitConverter.IsLittleEndian == true | 07 Jan 2008 23:45 GMT | 4 |
mySqlBytes.buffer is getting converted to BigEndian even though both SQL server 2005 and the CLR function are on the same machine which shows BitConverter.IsLittleEndian == true in tsql: select * from dbo.MY_CLR_FUNCTION(cast(1024 as binary(4)))
|
| Property grid and parametrized category descryption. | 07 Jan 2008 22:37 GMT | 4 |
Is it possible to parametrize Property grid category? I have class: [DefaultProperty("Name")] public class Test
|
| CaseSensitive list of tables from C# | 07 Jan 2008 21:58 GMT | 2 |
I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using System.Data.OracleClient, OracleCommand and OracleDataReader and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I
|
| .NET Remoting and Exceptions | 07 Jan 2008 21:38 GMT | 2 |
.NET 2.0 I'm developing a system which consist of a winservice and a client app. The client app accesses the winservice via .NET Remoting. In this winservice I'd like to add a method which does some processing and
|
| comparing just the time portion of time date variables | 07 Jan 2008 21:24 GMT | 6 |
Hi I am trying to compare just the time portion of two variables that are of date time part. For example I have dtdate1= 2/2/07 10:00:00 dtdate2=3/4/07 9:00:00
|
| newbie: Getting Program Files folder in Windows Mobile 6.0 | 07 Jan 2008 21:20 GMT | 5 |
Can anyonecome with some C# program example on how to get the path of the "Program Files" folder on a windows mobile unit (//Program Files" in an english version of WM 6) I need to know if a specific executable is installed on the unit, and
|
| Webcam Capture | 07 Jan 2008 20:53 GMT | 7 |
Which is the best way to webcam video capture with C# 2.0 and vs 2005? DirectX? VFW Windows Api ? Thanks
|
| Find the parent node | 07 Jan 2008 19:35 GMT | 2 |
When restoring nodes to a tree, how can you tell what is the parent of that node? Also how can you get a handle to the parent node, this way you can insert the node into the correct place?
|
| Triple linked lists | 07 Jan 2008 18:15 GMT | 3 |
I have 3 object of interest wich are objects in 3d space, surface,wire,point. they are all interconnected, and they all contain lists of objects they are connected to,
|
| OpenMappedExeConfiguration and configuration, configSections, sectionGroup values | 07 Jan 2008 18:09 GMT | 1 |
I'm access a non default application config file with OpenMappedExeConfiguration() and it works great for "appSettings" values, but I cannot get it to work for configSection values / with NameValueCollection.
|