Bjorne's Q&A profile
Software Development for Windows Vista Vista transparency in .NET apps?
Is there any examples or code for making windows transparent like in Vista applications, like Media Player, Calendar or the Gadget screen for the sidebar, in a .NET application, preferable C# Thanks in advance. Jeff Pettiross explains how to bring glass inside of your client window with a code example in this PDC presentation: http://microsoft.sitestream.com/PDC05/PRS/PRS319_files You'll also nee ...Show All
SQL Server Dimension based on (derived from) Measure value
There is a measure in the cube called Price. Also a dimension called Product. I need to create a Dimension that classifies each Product by a "Price Range". For example, Expensive, Moderate, Cheap. A user can therefore choose Cheap from "Price Range" dimension and see the "Cheap" Products and the associated Measures (Price, Units Sold, Cost, etc). To derive the classification, a Case statement can be used CASE price &n ...Show All
Visual Studio Team System Load test counter values are not correct (RC1)
I just ran a load test. In the IDE, the average % time in GC was reported as 43.5 (min 41, max 53.2). This was on the web server. This went on for about 10 minutes. Here is a copy/paste from the table beside the graph in the IDE: % Time in GC 00:10 41.0 ... 09:00 41.2 Finally, I opened System Monitor on the web server and found the actual values were 40% lower (and therefore in the expected range with a true average of abo ...Show All
Smart Device Development Cant connect to active directory server
Hello, I'm trying to get my application running on the device emulator for Mobile 5 to connect to an Active directory server on the network. The emulator is cradled, however, the application keeps failing on the ldap_connect call. I've always had a issue with the device emulator not finding any other machine or server on the network. Is there some settings that need to be done to get the emulator to connect to the LAN Thanks Amit ...Show All
Visual Basic Full Text Search in Visual Basic
I am trying to create a simple full-text search application in Visual Basic (2005 Professional trial version). I have been successful in doing full-text searches within SQL Server Management Studio using SQL queries, so the database has a working catalog, index, etc. Here is a sample SQL query statement that I have used in SQL Server Management Studio: SELECT SectionText FROM Full_Documents WHERE CONTAINS (SectionT ...Show All
.NET Development MessageQueue.BeginReceive method
I like to know whether MessageQueue.BeginReceive() will receive messages FIFO or not. Another Question MessageQueue.BeginReceive uses IAsyncResult to callback which intern uses ThreadPool to call to client. Its any drawback of using ThreadPool. Messages will be taken out of queue in sequence (FIFO), but since using BeginReceive will multithread it, your application will have to manage ordering downstream. There is no drawba ...Show All
Visual C++ finding book.
I need some book about windows message mechanism,hook,event,instance.,handle,ect.... I have learn the c++,now begin to learn vc++,but, for this kind of concepts to me is a puzzle. who may tell me this kind of book thanks. this one http://www.charlespetzold.com/pw5/ ...Show All
Visual Studio Team System Team Foundation Server Beta 2 Refresh Install
Is it possible to use the Team Foundation Server Beta 2 Refresh on a server that has the Production Code for SQL Server 2005 Enterprise Edition installed on it Everything was going fine with the install until I it came time to install Team Foundation Server and then it failed. ...Show All
SQL Server Synchronization
Hello, I'm having to build a smart client application that works with an offline sql express database on the client. And works with several types of databases - that may be configured to work as a central server. The list includes the sql server family including 2000, 2005 and express and also IBM DB2. I have to address some rather complex merge replication scenarios. By Merge I mean the ability to deal with handling and synchronization of ...Show All
Visual C# "Show All Files" in Solution Explorer does not appear for a web project
Hi, I wanted to view the ...designer.aspx.cs- and ...designer.ascx.cs-files, and was told I could find them by clicking the "Show All Files"-button in the Solution Explorer. Unfortunately, this button disappears when I select a web site project. (I am able to expand the aspx- and ascx-files, but the only thing I see is the aspx.cs- and ascx.cs-files, not the partial designer-classes). Can anybody tell me how to do this Thanx, Bart I ...Show All
Visual Basic checking properties of folders
Hi all, I am trying to run some processes to tidy up our SAN storage. A couple of the things I am struggling with are : 1) Checking the security of the folder properties to check who the owner is 2) Checking the security of the folder to check if "Inherit" is ticked 3) Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All
Windows Forms issues About Custom form Designer when running on .NetFramework2.0.
i extended the sample CustomFormsDesigner which authored by Hashimi. when running on .netframework1.1 ,it works fine. but it encounter a problem when running on 2.0 , it can't create a control when drag /drop a toolboxitem onto design form from toolbox, it's really confused me . any help is greate appreciated Alan by the way,you could find the sample code here. http://download.microsoft.com/download/d/3/1/d31ff ...Show All
SQL Server add subscriber in publication database`
Hi ...i am new to sql server replication, im using the sql server 2005. I was configure the replication n publish a database , i wanna add a new subscription, but i am facing the follow error You have selected the Publisher as a Subscriber and entered a subscription database that is the same as the publishing database. Select another subscription database. How do i add another subscription database,since in my sql server has only 1 subs ...Show All
Visual FoxPro Set Skip To Problem
I use two methods to allow the user to browse through my database - custom form with standard top, prev, next, and bottom buttons - browse windows My database has 11 child tables each with a 1-to-many relationship. In order to be able to use the LOCATE command properly with the child data I would have to set up all the relationships with a SET SKIP TO command. The downside of SET SKIP TO is given here (from MSDN): When you skip through the pare ...Show All
SQL Server The problem of MDX Syntax use OpenQuery
Hi, I want to select the cube's data and insert into table, so I use MDX syntax and via the OPNEYQUERY to implement. But, I found that the OPENQUERY result set from the TSQL will containt the Dimension's hierarchy member. These members are not from the MDX query result, it's genereate from the OpenQuery result. I don't want to these hierarchy members just want what I define, any way can do this I use SQL Server 2005 has no SP1 and pos ...Show All
