| Thread | Last Post | Replies |
|
| Accessing network PCs | 23 May 2007 20:10 GMT | 4 |
I'm looking to create a simple application that will copy files from a folder on one PC on the network to another PC on the network but I am having a bit of difficulty doing this. The problem is that the network is not active directory and there is not a common username and
|
| How can a parent form tell if it has a child form? | 23 May 2007 19:40 GMT | 4 |
We have a main form. We have the message loop programmed to listen for 'key strokes' from a bar code scanner. But when the message loop 'hears' the keystrokes, we need to know if the main form has a child window (specifically a modal child window).
|
| HttpWebRequest/HttpWebResponse Cookie Problem | 23 May 2007 18:49 GMT | 1 |
I've being trying to get a cookie value for a certain site but the site I have no control over has a comma (",") in the cookie value and it gets broken down like this when I use the response= (HttpWebRequest)request.GetResponse.
|
| List Computers on my domain | 23 May 2007 18:23 GMT | 4 |
I am trying to get a list of all the active computers running on my domain. I'm writing some remote management style software with WMI, which works fine when i know the computer name, but i just want to be able
|
| C# windows form never minimize | 23 May 2007 18:21 GMT | 6 |
I'm creating a kind of a gadget using C# and windows forms. For this to work I need it to that it won't ever get minimized, even if the user presses Windows+D or Windows+M. Does anyone knows how can I do that? Or am I thinking about this in the
|
| How to extract filename information from running processes ? | 23 May 2007 18:09 GMT | 3 |
Hi :-) I am creating a software that will save the present state of all the applications running on the desktop (WinXP). Can anyone point out the method to extract the filenames from the
|
| excel doesn't close after SaveAs; com object release trouble | 23 May 2007 17:57 GMT | 10 |
I'm trying to automate the creation of an excel file via COM. I copied my code below. I read many articles about how to release the COM objects that I create. The code below runs just fine and excel is closed. But there are some commented lines:
|
| Where is the information stored about the exact position of e.g. a button on a form ? | 23 May 2007 17:06 GMT | 3 |
Assume I position a button on a Form on position (x,y)=20,75pixel Where (in which file) is this information stored ? Marl
|
| how can i know column have identity true in runtimes | 23 May 2007 17:01 GMT | 1 |
I have stuck at a strange point.in Database some master table have identity column and some havenot. Then How can i know at runtimes that which table have identity column. According to this i have to write query string.
|
| foreach listviewitem in a background thread | 23 May 2007 16:57 GMT | 13 |
How can I have access to the items collection of a listview control on my form from a background thread? I know I need delegates to update the listview control and I have those calls in the foreach loop, but I'm not sure how to access the items
|
| Custom Software Development | 23 May 2007 16:22 GMT | 2 |
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company iTechArt - Web site and
|
| What is the easiest way to open a textfile for append or create it for text append? | 23 May 2007 16:15 GMT | 3 |
I would like to append text to a file which might exist or not. What is the easiest way to open or create it depending if it exists or not and to set it into an "append" text mode?
|
| Are Regex slower than methods from classes like String & Char? | 23 May 2007 16:05 GMT | 3 |
I wonder if regular expressions are in general sower than using classes like String and Char when used for validating/parsing text data? I've done some simple test (using IsMatch()) method and the result was
|
| Formated Combo Box | 23 May 2007 16:03 GMT | 1 |
I am running VS 2005 writing in C# accessing remote SQL Server 2005 database. I want to develope a custom listing of the relationship between Customers and Locations (one to many) in a combo box. The releation is defined in SQL and shows up in the dataset. I have been
|
| maximize off screen | 23 May 2007 16:03 GMT | 1 |
I have a Winform (Composite UI Application Block) application that works great. Users have discovered that double-clicking any window title bar in Microsoft Windows XP is the same as clicking the Maximize/Minimize button. This works with Microsoft Word, the My Computer window, and ...
|