| Thread | Last Post | Replies |
|
| new and operator ++ | 27 Aug 2007 17:15 GMT | 11 |
I have a type: public struct Value { public static Value operator ++(Value v)
|
| OLEDB provider for VFPRO 8.0 | 27 Aug 2007 17:14 GMT | 2 |
I have free tables in visual foxpro 8.0 with sp1. I want to create a form in C# and then try to setup a dataset by using OLEDB for visual foxpro 8. It does not work. It keeps giving me an error. I can use connection string to setup an individual table but I want to grab
|
| Custom container control with limited container region | 27 Aug 2007 17:01 GMT | 1 |
I am trying to create a custom container control for Windows Forms using C#.NET 2.0. My problem is that I want only part of the control to allow other controls to be placed on it at design time. A similar example to what I'm trying to accomplish is a Tab Control. The tab
|
| Active process on windows | 27 Aug 2007 16:55 GMT | 3 |
I am writing app that I want to be able to hit a shortcut key (windows wide) and have it all launch my app and then be able to get the name of the process that was active when the key was pressed.
|
| C# open InternetExplorer ####NEWBIE QUESTION### | 27 Aug 2007 16:23 GMT | 4 |
I am new in C# and MS programming. I created a simple windows form . In this form is a button and a text field. the user should enter an ip-adress into the textfield ...and if he
|
| icq library | 27 Aug 2007 15:17 GMT | 1 |
Do you know any Icq client library or source? Thanks
|
| Serialization problem, "is not marked as serializable" error for UserControl | 27 Aug 2007 15:15 GMT | 1 |
I am serializing a custom class holding some data for my project. This data internally contains a class which contains an event public delegate void MemberModifiedEventHandler(object sender, MemberModifiedEventArgs e);
|
| URI parse exception | 27 Aug 2007 14:01 GMT | 7 |
I get exception trying to parse this URI: http://-eeayr4mwvtw998.usercash.com/ But IE and Firefox have no problem opening it. The parse exception is actually happening inside an HTTPWebRequest so I
|
| DataTable subset | 27 Aug 2007 13:44 GMT | 2 |
Supposing I have a DataTable with the following columns ["A", "B", "C", "D"]. I need to copy that DataTable with all its data but filtered by columns, that is I want
|
| How to cast class which implements an interface to a subclass | 27 Aug 2007 13:25 GMT | 6 |
I have a scenario where I have created a parent class, ParentTest, which implements an interface, ITest. The ParentTest class has a method which returns an instance of the interface type. Each child class has a method which calls the parent's TestMethod method in order
|
| Testing library for .aspx page in C# | 27 Aug 2007 12:39 GMT | 1 |
I'm quite new to such this kind of things (i.e. ASPX, web programming and so on) so don't mind if my question might sound a bit "stupid"... I need to build a test suit for an .aspx page. The aim of the test is the following: having some strings like:
|
| Disable/Disappear ListView Items | 27 Aug 2007 12:03 GMT | 3 |
Is there any way to make Listview items invisible or otherwise keep them from displaying? Seems like temporarily removing, then restoring later would be a severe runtime hit.
|
| Running app from network drive | 27 Aug 2007 12:00 GMT | 4 |
I think that it is very discussed topic, but I still did not find a satisfying answer. Is there any way how to run an application from network drive without setting permissions for the application manually? The users often do
|
| Mouse position | 27 Aug 2007 11:47 GMT | 2 |
I have a form that when a user presses Enter I would like to get the current mouse position and copy it to the clipboard. I have tried private void button1_Click(object sender, EventArgs e)
|
| visual studio locking up when debugging cross thread code | 27 Aug 2007 11:06 GMT | 2 |
I'm not sure this is the proper place but I couldn't find a dedicated group for visual studio so here goes: I used to write responsive GUIs by creating threads to process long running operations, give feedback via event handler which ends up in the GUI
|