| Thread | Last Post | Replies |
|
| pulling an unknown string from the middle of two knowns | 31 Jul 2005 12:01 GMT | 3 |
I have a string... abcdefghijklmnop I know the 'abcdefg' and i know the 'jklmnop', but I dont know the >hi<. How do I assign this >hi< to a string so that I can play with it later?
|
| Compression in .NET 2.0 | 31 Jul 2005 11:57 GMT | 3 |
Is there any easy way to use the System.Compression tools in .NET 2.0 to compress an entire directory ? All my source code is kept in a single directory so I have written a utility that recursively backs up the directory and compresses each
|
| Compiling html dynamically | 31 Jul 2005 09:55 GMT | 1 |
Is it possible to generate a CHM file dynamically, from an html file or a word document, through code. I searched on the net, but could not find any answers. I would like to generate a help file, for a particluar form/page on the fly.
|
| application without the graphic inteface | 30 Jul 2005 23:03 GMT | 7 |
how can I run an application without a graphic interface , I mean an application that works in the background licke the msn messenger , I know that I can hide the window form , but that makes the program very slow !!
|
| public function from class in other namespace inaccessible | 30 Jul 2005 22:01 GMT | 4 |
I have a little problem with a webservice. I reproduced the problem in the following simplified example. I just create a new C# ASP.NET webservice and a c# console application. I added a new class test to the namespace of the webservice which I try to
|
| image manipulation | 30 Jul 2005 20:00 GMT | 1 |
I'm trying to load an image and copy it to an array of bytes. The image is a png 32bit format. The code I have is: ------------------------------------------------------------- public void LoadImage(path) {
|
| simple out parameter as ArrayList | 30 Jul 2005 15:24 GMT | 3 |
Why is it that I get these errors on this function 1.) The out parameter 'Avalues' must be assigned to before control leaves the current method 2.) Use of unassigned local variable 'Avalues'
|
| Load a URL's execution result | 30 Jul 2005 12:19 GMT | 2 |
I am developing an application whose main goal is to read from a dynamic .asp Internet URL. This URL automatically produces an RSS file, which I further want to load into my application so as to manilupate the source and render the results into an HTML page using ASP.NET and C#.
|
| Data Oriented vs Object Oriented Design | 30 Jul 2005 11:24 GMT | 1 |
New to .NET, I'm working on an Winforms client application using VS 2005 beta2. My needs considering data storage are the followings: (1) Small files (0 < length < 10 mb), containing lots of small 'objects' that need to be loaded into memory at runtime, in order to
|
| How to access data from MS Access to DBGrid | 30 Jul 2005 09:41 GMT | 1 |
In c#, How to dispaly the records from a AccessDB to a Windows Forms DBgrid.. Is there any need of creating datasources like in VB data access.
|
| distinguish between server os and workstation | 30 Jul 2005 05:25 GMT | 13 |
How can I tell programmatically if an application is running on a server or workstation, e.g. windows 2000 server or windows 2000 professional for example? Thanks,
|
| BASIC interpreter source in C# | 30 Jul 2005 05:12 GMT | 1 |
Hello, Im in need of a BASIC interpreter source code in C#. If anyone can point me to something like this, it would be appreciated.
|
| Where does DragDrop event come from??? | 30 Jul 2005 00:54 GMT | 3 |
How do I find out what control a DragDrop event comes from? I initially presumed that it was the "sender" parameter. But this always seems to be the destination. Ie ...
|
| display one string and store another in same combobox item | 30 Jul 2005 00:18 GMT | 2 |
Is it possible to display something in a combobox and store something else? For example, can I display "Query for active employees" and save the actual query in the same combobox item? That way I can automatically retrieve the specific query for the option the user chose.
|
| C# Process.Start (applications return code to OS) | 29 Jul 2005 21:21 GMT | 10 |
I am running an application called AcroComm.exe to poll time clocks here at our company. I have written a small C# app that will poll the clocks based on information found in a DB. My problem is that AcroComm will sometimes stop polling in the middle of the process and terminate. ...
|