| Thread | Last Post | Replies |
|
| How to start | 14 Nov 2005 17:49 GMT | 1 |
I'm new in programing. Can anybody tell me where to start with Csharp? Thanks ljubo
|
| Force one copy of Application | 14 Nov 2005 17:22 GMT | 2 |
I saw that someone asked that question here before, and i tried one of the answer that was gaven (Bob's tricks and tiips), The suggestion there was using the ImoprtDll and tried to import the user32.dll, when i tried to import it to the refernces, the Visual Studio crashed.
|
| Creating ICON no through the properties | 14 Nov 2005 16:42 GMT | 5 |
I want to add icon to my form (on the left corner of the form, where the fom text is), but i can't use the property window. how can i do it through the code? my Icon path now is d:\temp. when i'll finish my project and take the *.exe
|
| CSharp application slow at startup | 14 Nov 2005 16:31 GMT | 8 |
I've created an application is CSharp. My problem is that it's very slow to startup the very first time I run it. The second time it's much faster. Is this normal? Is there anything I can do to boost its performance?
|
| Base64 length | 14 Nov 2005 16:29 GMT | 4 |
I've managed to encode an image file to base64 using "convert.ToBase64String" I know you cannot send the whole string to the server, but you need to send so many char's at a time which i think is about 74. Is there a way in which
|
| Hyperlink in a MessageBox | 14 Nov 2005 15:44 GMT | 4 |
Hello. Is it possible to place a hyperlink in the text of a message box? For example, if I throw an exception and pop a messagebox to notify the user, it would be nice if they could "Click here for more information".
|
| VB.net conversion to C# issues? | 14 Nov 2005 15:27 GMT | 3 |
I have been handed a VB.net windows compact framework project. Code contains lot of legacy issues to deal with like modules. Previous programmer has used modules all over the place. Scope of the project is to take the current XML file database and port it to a SQL Ce one.
|
| stored procedure help. | 14 Nov 2005 15:25 GMT | 2 |
i am new to sql server. i want to write stored procedure in sql server to insert values into two table whose structure is same. i have one condition depending on which i am inserting values into
|
| Create XML elements Programatically | 14 Nov 2005 15:21 GMT | 5 |
I want to Create the follwing XML Programatically. How can i do this? <Properties> <ID>1234</ID>
|
| Should namespace hierarchy reflect the folder hierarchy on the disk | 14 Nov 2005 15:20 GMT | 5 |
I did try to search this in old posts, but could not find it. I suppose it is ok to ask beginner level questions here, unlike other groups, demarcated for beginners and experts. Suppose I create a class in a namespace, MyNamespace.Trials.
|
| Still using namespaces in 2.0 with VS2005 pages? | 14 Nov 2005 15:14 GMT | 2 |
Are developers still using namespaces in their code for pages or is this practice no longer neccessary for pages? I don't see the rationale here. except perhaps for controls that are comprised of compiled assemblies with methods and properties that may cause conflicts with other ...
|
| A recommended Windows Service architecture with a single timed thread? | 14 Nov 2005 15:11 GMT | 1 |
I have a small windows service which connects to a POP3 server at defined intervals, scans the available messages, extracts the required information and inserts the data into a SQL database. I am assuming that this is not an uncommon piece of software.
|
| UnauthorizedAccessException | 14 Nov 2005 14:35 GMT | 4 |
I have app that writes text files to any location of the users choosing in the network. It has been working for 18months. An exception has begun occurring where a folder on a network share is denying access to the File.CreateText(_filename) method. The user has write access. They ...
|
| Import C dll methods to C# app | 14 Nov 2005 14:29 GMT | 7 |
Hi this is my first post on this newsgroup!! Excited. My question has to do with importing a dll that was written in C into c#. I have been able to import it using DLLImport but the issue is the following. The function call returns the result by reference, but c# does not allow ...
|
| Customizing CPU load | 14 Nov 2005 14:13 GMT | 1 |
is there a possibility to restrict the CPU load of an application? I want the user to be able to customize the maximum CPU load of an application in percent. Is there something in .NET that would me allow to do so? If not, are there other alternatives on how to achieve this?
|