| Thread | Last Post | Replies |
|
| Generics: static member invocation | 28 Jul 2005 09:07 GMT | 5 |
I'm trying to compile the following code in VS2005 Beta class A { public static void SA() { }
|
| Drill down and caption "New Data Set" | 28 Jul 2005 08:23 GMT | 3 |
This is a WinForm. After the code below is executed, my data grid only shows a plus sign. I click the plus sign and the word table is shown. I click on the word table, and my columns are shown with the data from my SP.
|
| All files look like directories | 28 Jul 2005 08:22 GMT | 1 |
I have the following function in a project that implements a shell extension. This function shows all the files that the users has selected and attempts to determine whether it is a directory or a file. But, for some reason, it thinks that every file is a directory! I don't
|
| What code has the best performance to populate a Data Grid with a | 28 Jul 2005 08:18 GMT | 8 |
I tried a sample of code in MSDN magazine, but now I'm stuck. What code has the best performance to populate a Data Grid with a SP? Below is the code I have, which might be completing the wrong way to populate a data grid. I like using code and not the server explorer. (I ...
|
| Creating AVI file from bitmaps | 28 Jul 2005 07:59 GMT | 2 |
I'm currently working on a project that reads frames out of a video file, processes them and saves them to an AVI-file. For extracting the frames from the source file I use the AviFileWrapper by Corinna John. So I read the images frame by frame, process them and
|
| .NET Socket | 28 Jul 2005 07:25 GMT | 6 |
A few days back I was just coding for a basic TCP/IP Client to send and recieve buffer across network. I encountered a problem in receiving data through receive method. I am sharing this with community as it may help others, who are novice is
|
| need help understanding this code snippet | 28 Jul 2005 07:05 GMT | 2 |
got the following code snippet that i've modified off the internet to work - but damn if i know how and i dont like that. im having trouble with the following thread declaration that creates the thread, calls the ScanPorts method in the ScanPorts class and somehow passes in the ...
|
| Type conversions question | 28 Jul 2005 07:01 GMT | 7 |
I hope this is the right forum for this question. I am extending ICollection to create a Collection Type (say MyCollection) wherein I can control the types of objects being added to the collection. Thus, my interface now looks like this
|
| How to use C++ class from .NET ? | 28 Jul 2005 06:05 GMT | 5 |
I have C++ source code of a class. I need to use this class form .NET. What is the easiest way to perform this ?
|
| Full screen application | 28 Jul 2005 04:00 GMT | 3 |
I'm developing a POS application and am looking into ways of making it a full screen application. I found that I can use Direct3D. Is this the usual way of implementing a full screen windows application? Are there other better or industry practices in doing this? Any ...
|
| undeclare varables? | 28 Jul 2005 03:49 GMT | 4 |
Do I need to undeclare variables? If yes, how? For example I declare variables inside a while-statement. Thanks!
|
| Using XPBurn in a C# console app. | 28 Jul 2005 02:47 GMT | 1 |
Hey guys. I'm trying to generate a simple console app for file backups, and am having a single issue: the .RecordDisc() method is simply doing nothing. I've instantiated the class, added files, everything checks out... that line of code with RecordDisc() simply runs, and goes ...
|
| An Easy One - Images | 28 Jul 2005 02:46 GMT | 3 |
What software do you use when it comes to icons and bitmaps ? I searched around for conversion tools (ico to bmp and vice versa) but in the end I wrote a short C# program that does the job. I've also found that Visual Studio can be used to edit icons.
|
| DirectShow example please | 28 Jul 2005 00:42 GMT | 1 |
Hello, we need to capturate audio/video from a standard usb webcam. What it the correct method to do it??? thanks a lot
|
| MPEG2 and C# | 28 Jul 2005 00:26 GMT | 1 |
I need to open a video MPEG2 and analyze frame per frame. I've read on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/ supportedformatsindirectshow.asp that MPEG2 is not supported by the DirectShow. I've downloaded the codec for the MPEG2 from ...
|