Sysmex's Q&A profile
Visual Studio 2008 (Pre-release) Cecil project from Mono : better than Linq ?
Hello, Will the Linq team include the Cecil functionnalities It is so much more powerful than Linq. Basically every code is accessible as an expression, visitable, and modifiable at runtime. This links to my former proposal of being able to publish a select subset of variabl es then expresses iself as a subset of Cecil. Apparently Cecil is being used in db4o, an object database, which by the way, has what they call "native querie ...Show All
Visual Basic TV Capture
i'm trying to create an application that calls or access my tv capture card (a VB TV application) although im still a novice. Any poiners To do this, you probably want the platform SDK, seeing as DirectShow has been moved there from DirectX, where it used to live. Beyond that, I'm not sure. ...Show All
.NET Development temporarily combine XmlDocuments
Probably a very special problem... I got several XmlDocuments which I want to temporarlily combine for xpath operations and manipulation, e.g. XmlDocument1: <A>123</A> XmlDocument2: <B>456</B> XmlDocument3: <C></C> After combining: <Root> <A>123</A><B>456</B><C></C> </Root> A possible operation executed with an XPathNavigator/XPathExpressions X ...Show All
Visual Studio Team System Problem while installing TFS RC with ADAM installed.
I am facing problem while installing TFS RC. I am installing TFS RC in below environment. I have DC installed in one Windows NT 4.0 system. I am installing the TFS RC in one Windows server 2003 system having ADAM (Active Directory Application Mode) installed in it. I can not remove it because its project requirement. While installing it is throwing error saying “Error 28002. Unknown Error” And when had a look at Event ...Show All
Visual Studio 2008 (Pre-release) Menu items disabled when setting a command
When I change this: <MenuItem InputGestureText="Ctrl+N"> <MenuItem.Header> <AccessText>_New</AccessText> </MenuItem.Header> </MenuItem> int ...Show All
Visual Studio 2008 (Pre-release) Modal Windows And Transparency
Hi, Seeing as you have to make Transparent windows by doing native methods (Gadget example), I would like to know the following: 1) Is it possible to improve the appearence of the transparent window seeing as controls on the transparent window appear with a few pixel errors here and there. 2) Is it possible to make the modal Thank you very much Jaco This functionality is important to me also. I ...Show All
.NET Development Serializing an object to send through remoting
Hello, I'm currently working on a project for a school assignment: I need to be able to configure a self-made server that monitors OPC servers through remoting. At the moment I'm very stuck at this problem: I have IONode objects (IONode is a class from IDN IO-dll), and I need to send them from client to server. To do this they need to be serialized, but i cant place [Serializable] at the IONode class because I dont have the source files. Is ...Show All
Visual Studio Express Editions Random Number generation In Visual Basic 2005 Beta 2 Express
Hi. Can anyone tell me how to generate a random number between 2 other's I have found a function for it in the object browser: System.Random.Next(integer, integer) but I can't access it in my code. Any help would be wonderful. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks, The Digital Pioneer OK, thanks a million. That did it. ...Show All
Visual Basic Timer Overflow error
I am using Visual studio 2005 express edition. I have written a VB.NET application which uses a couple of System.Windows.Forms.Timer (s) that trigger events every second. Everything runs just fine. However, if I leave the application running overnight, I return to an Overflow error from the timer. I guess it has some internal counter that is getting to a too large of a value The error: ************ ...Show All
Visual C++ Managed vc++ 2003 compile problem
Hello, i've got a really anoying bug that i cant seem to figure out.. The code comes from a 2005 project which needs to be compiled in a 2003 project. The code is as follows: // CitectAPIManagedDll.h #pragma once using namespace System; using namespace System::Runtime::InteropServices; namespace CitectAPIManagedDll { /// Create a unmanaged wrapper structure as the placeholder for unmanaged class /// members as exported by the DLL. T ...Show All
Visual Studio "No topics could be located that were relevant to F1 request"
How can I use the MSDN library to get a help within the code of the C# project. (e.g., using F1 key). when I am using F1 key over a word like bool I get the message : "Information not found " instead of getting the discription of bool keyword I am installing the MSDN libraray 2005 , but I can't get a connection to it from the project code directly. I must open it in a separate window and search it. I am installing ...Show All
Visual Basic Capture snapshot picture from WebCamera
Using VB.Net 2005, I need to write an app to capture snapshots from a web camera. Ideally, I would like to have a control that displayed the live camera feed and then took a picture based on a particular keystroke. Any ideas or direction would be appreciated. Thanks. There are a few 3rd-party controls available that will allow you to interface with webcams, handling it yourself involves API calls to the AviC ...Show All
Visual Studio Team System Can not visit project portal site
This is odd. While the source control functionalities are working well. The Menu item Project Portal Site.... becomes gray. Then I logon to TFS server, I tried following sites. http://localhost:8080/bisserver/registration.asmx http://localhost/ http://localhost/reportserver http://localhost/reports all became inaccessible. All gives out " Service Availabe ". Enviroment is TFS beta3 and WSS sp2. Help!Thanks. Yi http://localh ...Show All
Visual Basic NullReference exeption dealing with array of listbox
I have an array of listbox, and everytime I try to copy items to one of the listboxs I get a nullreference exception error..the array is part of an record so I did a redim on it to no avail. Structure team_info dim logs() as listbox end struct For Each i As Object In ListBox1.Items logs(home.opps_played).Items.Add(i) this is where I get the error on the logs array :( I don't see ...Show All
Windows Forms Can't adding Common Application Data Folder to Setup project
In File System Editor of an Setup project it is not possible to add the special folder CommonAppDataFolder. I have a access database file in my project that should be installed once for all users. So I want to put it in the application data folder off all users. Any idea how I could do this Thanks. Jo Jo, although the CommonAppDataFolder is not inherintly supported by the Visual Studio setup projects it is e ...Show All
