| Thread | Last Post | Replies |
|
| Change default encoding | 28 Dec 2005 13:36 GMT | 4 |
how can I change default encoding for saving C# files?? I want to set it always to Unicode -CodePage1200. thanks.
|
| Timer control in webapplication | 28 Dec 2005 13:24 GMT | 4 |
I'm having problems using the Timer i.e. System.Timers.Timer (not the one found on the toolbox) in a webapplication and its giving me problems. Although I'm setting the interval to 5 secs (5000millisecs) it seems that this interval is not being followed correctly. I'm using
|
| working days problem | 28 Dec 2005 13:05 GMT | 3 |
In our C# Windows Form application, we are using the SQL Server 2000 as the database server. The Database table MyTable has a field RegistrationDate which represents the Date a client comes to our company to deliver his product. We have some
|
| Reading Binary Files | 28 Dec 2005 09:19 GMT | 21 |
I need to split a large binary file into two binary files. I have a delimiter (say NewLine) in the binaryfile. I need to split the binary file such that the first file is upto the NewLine and the Second file is from NewLine to end of file. Kindly let me know whether this si ...
|
| QueryString | 28 Dec 2005 08:29 GMT | 2 |
i'm not sure if this has something to do with c# or ASP.NET but i'd like to know how to use a querystring. i have a webpage that i can translate but i dont want to make seperate pages for each language. i want a querystring to edit the text in the page. is this possible? if so, ...
|
| Technical question? | 28 Dec 2005 08:19 GMT | 3 |
I have a base class that another classes inherit from it. I want to know when it's good to have interface as parent and when use class as parent?? and another question ,if all of children classes have a method with same
|
| are there any who is API of internic | 28 Dec 2005 07:59 GMT | 1 |
i'd like to make a program that getting some domain name so i need to get domain name seaching API like google Search API is it exsit?? i'm still not find this... couly you tell me this if it exsit....?
|
| odpowiednik javovego 'instance of' | 28 Dec 2005 07:35 GMT | 3 |
Witam, jak wyglad w C# odpowiednik javovego "instance of"? I nie odslyjacie mnieprosze do GetType() poniewaz jak mam cos takiego: Object o = objects[i]; if(o.GetType() == Type.GetType("Tu jakis typ");
|
| .Split a directory string | 28 Dec 2005 07:23 GMT | 4 |
I have a string "c:\upload\file.txt" what I want is the file name to do this I was trying split on \ but I cant seem to get it to work? Server Error in '/appform' Application.
|
| A question about Events in C# | 28 Dec 2005 07:01 GMT | 3 |
I have a question about events in C#. In C#, we declare an event like this. public delegate void EventHandlerA() public class A
|
| Creating a COM interop using VS.NET 2005? | 28 Dec 2005 05:53 GMT | 3 |
I am trying to create and use a COM object with C#.NET 2005. The assembly is set to "Register for COM interop" but when I am trying to call it from VB on Word 2003 I am getting this error: Run-time error '-2147024894 (80070002)':
|
| Does strong naming require deployment in GAC? | 28 Dec 2005 05:51 GMT | 7 |
I still haven't gotten through the .NET Framework Security tome on my desk. Maybe the folks here can answer a burning question. I want to use strong naming at our organization as a security measure: we could then indicate that any assemblies we signed are fully trusted,
|
| How to keep ToolTips showing | 28 Dec 2005 05:26 GMT | 3 |
It looks like I can't set AutoPopDelay to be longer than 5 seconds -- which is barely enough time to read some of my tooltips. The documentation suggests that if I don't like that I should use ToolTip.Show, but there is no example and I can't get it to work.
|
| Help: How to verify digital signature file in program? | 28 Dec 2005 04:40 GMT | 2 |
I have to verify a lot of installation packages which are digital signed. You can verify a file on the property sheet, but I am working on southands of files. I am planning to create a tool to do this work. Anybody have some ideas about this?
|
| Codebase to locate assemblies | 28 Dec 2005 04:29 GMT | 2 |
I have placed my assemblies in different folders (as per project req.). I am using config file with <codebase> option and registry with codebase option (COM Interop) to enable the runtime to locate the assemblies. Will I face any problems in future versions due to the usage of ...
|