| Thread | Last Post | Replies |
|
| Conver byte to string of 1's and 0's | 23 Aug 2007 16:26 GMT | 2 |
I receive input in a byte which gives a value of 0-255. Is there an easy way to convert this to a string. The string constiting of 1's and 0's. This is necessay because I'm looking for a certain pattern of 12 1's and 0's in a sting of 300 bits long. The pattern can be anywhere ...
|
| Execute SQL Server View | 23 Aug 2007 15:55 GMT | 1 |
I have to pass two parameters to an SQL Server view query and then execute the view. I also want to show the results on DataGridView. How to do this?
|
| Shell Execute to open a URL | 23 Aug 2007 15:38 GMT | 3 |
why can't I open a browser window with a URl using ShellExecute? I have tried every combination of File, Parameters and Operation but it never works. You can enter the following: iexplore http://www.microsoft.com
|
| .NET COM Interoperability!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 23 Aug 2007 15:36 GMT | 1 |
I am using a COM client that calls a DotNet object, where the DotNet framework will create a COM callable wrapper (CCW). COM clients use the CCW as a proxy for the managed object. See http://www.c-sharpcorner.com/UploadFile/ajaiman/COMInteropP211092005011850AM/COM InteropP2.aspx
|
| serialize a file which is stored in a memorystream object | 23 Aug 2007 15:14 GMT | 3 |
I am using dotnet remoting with a binarry formatter. I have a property that returns a memorystream that has had a file loaded into it. When I try to access this property though I get an error regarding "the
|
| Drawing network diagram | 23 Aug 2007 15:08 GMT | 2 |
I am using DrawEllipse and DrawLine to draw a rough network diagram. Are there better/easier ways to do that? Also, how would one draw an arrow? thanks.
|
| BIG TITS | 23 Aug 2007 14:48 GMT | 3 |
anal free movie tee porno webcam pic fre
|
| C# 1.1 Windows form GridColumnStyles question | 23 Aug 2007 14:44 GMT | 1 |
In my C# 1.1 Windows Form application, I use the DataGridTableStyle for formatting the DataGrid's GridColumnStyles. However, I don't know how to sepearate the Header and the Item's style. Would someone give me some advice?
|
| Active Directory Properties not loading.... | 23 Aug 2007 14:26 GMT | 1 |
I am trying to determine of which groups a particular user is a member. I am using the following code: DirectorySearcher search = new DirectorySearcher(); search.Filter = String.Format("(SAMAccountName={0})", userName);
|
| Passing command line parameters between instances | 23 Aug 2007 13:48 GMT | 2 |
I have an application that takes a few command line parameters. As recommended by others in this group, I'm using a named mutex to ensure that only one instance of the application is running. My question is how to elegantly pass a command line parameter from Instance_B to
|
| VS 2003 progressbar thread | 23 Aug 2007 13:15 GMT | 3 |
I want to create an app in VS 2003 (not in 2005 !!). It works this way: user chooses an excel file in openfiledialog. then he clicks OK and a new form appears. There is a progressbar on the form. It shows progress of reading the file. In the form I put FormLoad event:
|
| Creating instance of Com visible class in Net assembly | 23 Aug 2007 13:14 GMT | 1 |
Suppose I have two Net assemblies A and B. A contains declaration of COM visible interface "IFun" B refernces A, and "Fun" which is com visible class in B implemets interface "IFun" which is in A
|
| EXCEL validation drop down boxes. 256 limit | 23 Aug 2007 10:15 GMT | 1 |
Is there a way to get around the 256 character limitation on validation text. ok here is my problem: IF I define a name range (testX) and that testX references more than
|
| ByRef is better of ByValue for value types ? | 23 Aug 2007 10:00 GMT | 4 |
I look for an opinion. I am wirting a huge number of Rectangles on a graphic object. I have a lot of places where these rectangles are passed as parameters of some function.
|
| when to use inheritance | 23 Aug 2007 09:55 GMT | 6 |
i'm new to OOP concept. in college days i have read lots of good things about "inheritance" but does any one uses this concept in real life project ? or can some one tell me when it will be beneficial to use inheritance?? its now almost 1 yr i'm in to the programming world
|