| Thread | Last Post | Replies |
|
| Lookin for programmers | 07 Apr 2006 18:20 GMT | 1 |
Don't get your hopes up, I can't pay anything... But I have a few programs that are started, but with two part time jobs and consulting on the side, it's hard to find time to actually get work done. I have extensive experience in all of these verticals, but just
|
| problem with drop down control event | 07 Apr 2006 14:22 GMT | 1 |
Hai all, In asp.net i am using Dropdownlist web control when i changed the selected index it has to execute one method namde validator() in the java script
|
| DLL app.config | 07 Apr 2006 14:13 GMT | 1 |
Does anyone have any help/suggestions for using/passing My.Settings for a .DLL component (VS 2005 PRO)? I have added an app.config to my .DLL assembly/project and would like to load and save settings. Is this a good practice? Some people say yes, some no, and having ...
|
| Weird BindingList - BindingSource problem: Add(New)/Insert/... not called | 07 Apr 2006 08:59 GMT | 1 |
I have a custom List that inherits from BindingList. It has some methods overloaded, like the Add/Insert/etc to add and remove some eventhandlers when adding or removing an item T of the list. The problem happens when:
|
| No map for object '1311703010'. when remoting | 07 Apr 2006 07:04 GMT | 4 |
I have a client server app that I am creating, it uses TCP and binary formatting. I am attempting to return a list<> of objects that are of type SampleObject across the app domain boundry. SampleObject is a custom class that I have created, it contiains both value and refrence ...
|
| Simple regex question! | 07 Apr 2006 06:14 GMT | 2 |
Hello :) I'm new to regular expressions so this is probably an easy question. I have one large string that consists of multiple "lines" that are "\r\n" delimited. How can I use regex to parse each line of the string and create
|
| Newbie Q - debug or trace? | 07 Apr 2006 04:59 GMT | 2 |
as a newbie to C# I was not clear on the difference and usage of the trace and debug classes. I know how to use them and the debug.assert method seems very akin to unit testing practices.
|
| Cannot sign .net assembly referencing Interop.OWC10 | 06 Apr 2006 22:17 GMT | 2 |
I have an assembly that references Interop.OWC10 and I need to sign this assembly. However Visual Studio says that Interop.OWC10 doesn't have a strong name and my assembly, therefore cannot be compiled using a signature. Does anyone have any suggestions?
|
| VS2005: Progress Bar in Status Bar | 06 Apr 2006 19:55 GMT | 4 |
I am trying to use a progress bar inside of my C#.net windows form application. The status bar (naturally) only needs to be visible when the app is running a job. However, if I set visible=false for it then the panels to the right all shift to the left and take its place (until
|
| WebRequest and Range Header | 06 Apr 2006 19:09 GMT | 6 |
I'm building an application that can download resources using HTTP. In order to enable resuming broken download, I'd like to send to the server some Http Headers : string uriString = "http://server/app/resource.ext";
|
| is .NET using COM/COM+ technologies? | 06 Apr 2006 17:11 GMT | 4 |
I want to know what technologies make distributed computing possible in .NET? Is .NET framework CLR using COM and COM+ technologies? Please advise. thanks!!
|
| Creating a Custom Control in VS 2005? | 06 Apr 2006 11:53 GMT | 1 |
Anyone know how to do it. I dont' see any such project type. Earlier in 2003 there used to be Web Control Library project, which we could have selected. In 2005, am not sure which one to choose. Thanks
|
| dll versioning problems | 06 Apr 2006 09:56 GMT | 7 |
I've been working on a collection of custom controls that inherit a lot of the basic windows controls with a few additional things, one of which means every single custom control references a dll that gives dynamic functionality to the controls.
|
| From VB.NET to Word 2003 | 06 Apr 2006 08:43 GMT | 6 |
With my VB.NET 2003 application I want to generate reports in Word 2003. I should be able to: - use eventually some template (with the header of the company etc) and ad my info to the document
|
| problem with encoding | 06 Apr 2006 07:16 GMT | 5 |
Code: Dim enc As New System.Text.ASCIIEncoding Dim serverbuff(1024), buff(0) As Byte Dim count, bytes As Integer
|