| Thread | Last Post | Replies |
|
| pinging IP Address from a list? | 23 Oct 2007 04:01 GMT | 2 |
I am trying to develop a program that reads teh IP Addresses from a text file then send files to the specific addresses. I have no problem gettting the IP addresses from the file, but how do I convert the string into specific IP addresses?
|
| Debug.WriteLine and Trace.WriteLine | 23 Oct 2007 03:35 GMT | 2 |
I am using Debug.WriteLine and Trace.WriteLine to output messages from a dll. This dll is used in an application. No matter whether i run the program in release mode or debug mode and whether i define/undefine DEBUG and TRACE compiler definitions, I still get
|
| Enterprise Data Access Application Block - Help/Advice request | 23 Oct 2007 03:08 GMT | 1 |
I'm using SQL server and the Enterprise Library Data Access Application Block using C# in a multi-tier environment. I understand I need to have connections closed so that the connection pool can reuse them - but my question is:
|
| The type or namespace name 'Generic' does not exist in the class or namespace 'System.Collections' | 23 Oct 2007 00:07 GMT | 1 |
This is in a windows service in .NET 1.1 I seem to remember reading somewhere that in .NET 1.1 Windows Services are limited in what namespaces they can use - is this so? the only thing that seems to be supported is System.Collections.Specialized.
|
| Listview question | 22 Oct 2007 23:20 GMT | 2 |
How do I ascertain the line number of a clicked item in a listview? Could you please give an example? Many thanks, Adrian.
|
| STAThread vs non STAThread framework | 22 Oct 2007 23:19 GMT | 15 |
I have a big problem with STAThread attribute. I'm using XNA framework connected with WinForms. XNA is working in non STAThread. I have a problem with displaying CommonDialog forms e.g. OpenFileDialog. I can't declare a main method as STAThread because of XNA framework. Is
|
| Winforms and memory usage | 22 Oct 2007 22:54 GMT | 12 |
I'm developing a WinForms application. It slowly eats up memory, one client reported that it took 200MB or more, and finnaly crashed. I myself noticed it's common to use up 30MB memory, but if I minimize it (all the Forms will Hide, only a NotifyIcon is shown at the System
|
| Map Network Drive Function | 22 Oct 2007 20:28 GMT | 2 |
Is there an API call for mapping a network drive? i think i am using the right expression but i am referring to something in the same realm as InitiateSystemShutdown. That's an API call right?
|
| building up a bitmap | 22 Oct 2007 20:17 GMT | 5 |
I have a bitmap of 100X100. On the load, the bitmap is created by a function (createimage()). On my OnPaint, I draw the image back to the screen (e.Graphics.DrawImage( bitmap, destrect)). Now, I want to add a button. When user click on it, I want the bitmap shift
|
| permissions policy checker | 22 Oct 2007 19:54 GMT | 5 |
i'm looking for best methods to add to a C# program i want to build to do checking on permissions for files/folders and what rights in local pc policy. if i have a give user id i want to traverse the Windows rights/permission for that account. then see what rights under the local ...
|
| Unbound datagrid | 22 Oct 2007 18:44 GMT | 2 |
I have read about using databound datagrid which is connected to a table in the datasource for example a database table. Now I wonder is it possible to use unbound datagrid which is not connected to a database table.
|
| Object reference not set to an instance | 22 Oct 2007 18:07 GMT | 4 |
I am working as a coop student and do not have much experience with programming YET. The last student built an application called ICE ACCRETION using Micr Visual C# 2005. It is WinForms application.
|
| Running service under the account: User | 22 Oct 2007 17:02 GMT | 1 |
Is creating of the service, which must be ran under the "user account" something really tricky? I mean if in ServiceProcessInstaller properties I'm using account: Local System everything works fine. But if I select account: User, during the service installation process the
|
| How to get expand the height of ListView control so that no scrollbars will show? | 22 Oct 2007 15:58 GMT | 1 |
I set ListView.Dock to Top, but how can I get the desired height to avoid it to show vertical scrollbar? I mean is there something like ListView.ClientSize or ListView.VirtualHeight?
|
| Getting error when creating a bitmap for Mappoint map image | 22 Oct 2007 15:54 GMT | 1 |
I am trying to plot my pushpins manually, but when I go to create the bitmap, I get an error message. Has anyone gotten this message before? code:
|