RodRav's Q&A profile
Smart Device Development Geting status indications from miniport driver via NDIS stack
I like to write an application (something like WZC) under WinCE 5.0 using PlatformBuilder for controlling W-LAN connection. My problem is to get status indications from the driver via NDIS stack. Status indications like radio ON/OFF, link UP/DOWN, status of a completed send request... The W-LAN driver is using NDIS function for indicates changes in the status to NDIS stack (functions like - NdisMSendComplete & NdisMIndica ...Show All
Windows Forms Child and Parent Form
Hi. In a mdiparent form that have some child form,i want to manage controls on mdiparent form. for example:A label is on mdiparent form; and i want to change text of it. help me. child form is active! for example: by clicking on a botton in child form, the text of label in mdiparent is changed! ...Show All
Windows Forms Saving a text file to a shared computer
I am able to save a file locally, but I cannot find any resources explaining how to save a file to a shared location on a file server. I do not want to allow the end user to specify the save location, I want to hide al ...Show All
Visual C++ Static link of Microsoft Samples - need hotfix download dir *.lib
When I linking Scribble, IDE regular post me kind of 'Could not find user32.lib - failure' & so on. I solved the problem by importing \LIB from Visual C++'98(6.0). Why on the earth Visual C++'2005 Express have no MFC and even WOW32 LIB This is part of the readme's. Express does not include MFC/ATL and it does not include the Platform SDK. You can download the Platform SDK and an the VS Express homepage there are inst ...Show All
Visual Studio Team System Web Based Defect Tracking Option?
Does VSTS have any web based defect tracking system to hook into the VS2005 defect tracking database I can't imagine that we want our QA teams in Visual Studio 2005. Most of them are application people and not very technical. Thanks Scott It is right that they are available trough webservices but the prefered way to build your own app on workitem tracking is by using the API provided by work item tra ...Show All
System Center RAM in servers?
In the hardware editor I can specify the type and number of processors, the type and number of hard disks as well as the use of RAID sets. What about RAM RAM recommendations are only provided by the Model Wizard. These recommendations are determined by a high level heuristic based on best practices. RAM recommendations are not updated as a result of changes made in the Model Editor. Therefore, memory is not ...Show All
SQL Server How to find how Activation has failed
I have seen the posting on determining how activation has failed and looking through the system logs is very helpful in determining why activation is not occuring, however, short of looking through the SQL Server logs is there another way to get the same information Access to the SQL Server logs is fairly restricted. Does anyone know another way that this can be done I have used the execute as technique described in the article on "Troubl ...Show All
SQL Server Tree view report based on a dimension in an olap cube?
I was wondering if there is any way of making a sort of tree view report based on a dimension in an olap cube Im currently using reporting services 2000. I know there u can group a specified level in the cube to an higher level, but what I was wondering about is if there is anyway of showing a kind of treeview (drilldown) report where u start on level 01 in the dimension and u drill down to level nn. & ...Show All
Visual C# A beautiful language ruined by generics
I've read all your arguments. I see good points of each side. Thank you for letting me enjoy this article. It seems the question is for C#'s code readability v.s. code reusability. As a solution developer I prefer not to use generic or template because my problem domain resides in a specific classes or types. However if I need to maintain or to develop a library, I probabily look into generic stuff. Hmm... ...Show All
Visual C++ Scrolling Crash MFC
My MFC program is crashing after about 10 min of consistent use. The software displays a music score, so there is a lot of horizontal scrolling. All of the sudden, while scrolling, the graphics that are off-screen do not appear when they are scrolled to. Then, while I can still click on the menus, nothing will draw, and the program has to be terminated. Does anyone have any suggestions as to how I could go about debugging this ...Show All
Windows Forms How to identify the particular item in a ListBox right-clicked
I want to be able to identify the item in a ListBox a User right-clicks (in order to enable the user to change the name of the item listed). I added a ContextMenu control to the Windows Form, associated the ListBox with it, and have a (stil empty) event handler activated when the User right-clicks in the ListBox, but the problem I have is identifying the particular item righ-clicked. How is this done Thanks in advanc ...Show All
Visual Studio Report Layout
Hi, I asked this question in the SQLServer / Reporting Services group but I think it is more relevant here... Can anyone tell me how I specify whether a report (.rdlc) if being designed for landscape or portrait paper It would be nice to have some sort of mark on the guides or the grid to show where the edge of the selected paper type is. Regards Graham You can set the page width and height using Report Pro ...Show All
SQL Server Can't connect to Report Server via Management Studio
Hi, I have a local installation of SQL Server 2005 (Developer Edition) on XP Professional SP2, with Reporting Services, Integration Services, and Analysis Server installed. I can connect to Integration Services and Analysis Server via the SQL Server Management Studio, but not to the Report Server. I can access and use the Report Server installation via http://localhost/Reports and http://localhost/ReportServer , and everything checks out on ...Show All
Visual Studio Team System Team Build Failure (test execution) with IBM.Data.DB2
I am in the process of testing the Team Build feature of Team Foundation Server w/Visual Studio 2005 and am continuing to run into an error that cannot be replicated when running a build/test manually (on either the server or any client). The error I get when executing the MSBuild process is: One of the background threads threw exception: System.TypeInitializationException: The type initializer for 'IBM.Data.DB2.DB2Connection' threw an exception ...Show All
Visual C# "Layer of Abstraction" Confusion
Hi folks, I'm trying to understand what events are, and primarily, why and when to use them, however, I'm having a little trouble understanding the subject. I hear a lot of people saying that events are another layer of abstraction, but I don't actually know what that means. I've tried Googling around, and I have found some sites that discuss it, but they seem to be talking to people who are CS graduates. Could someone explain the conc ...Show All
