Jantheman's Q&A profile
Architecture Guidance Needed on User Interface Process Application Block (UIPAB) - Starting a Open Navigation Task
Does anyone know of a good existing walkthrough-style tutorial on the UIPAB I've read through the whole reference to the UIP Application Block a couple of times but I'm confused by something stated in the UIPAB reference: Under the heading " Starting and Resuming Tasks " the reference tell you that to start a task you must call: UIPManager.StartO ...Show All
SQL Server Merge views with .nodes xml data type method
I have two views listed below that get attributes at there respective levels ‘//BHILeads/Lead/Contact’ and ‘//BHILeads/Lead/PropertyInterest'. What I would like to do is make one view, but I don’t know how. I looked at the examples in AdventureWorks and they all use target name spaces. Do I have to use target name spaces to merge these views ALTER VIEW [dbo] . [Is_vwBHI_ ...Show All
SQL Server NONEMPTYCROSSJOIN : how does it work with linked measure groups ?
Hi, I am experiencing a strange behaviour with both NONEMPTYCROSSJOIN() and NON(CROSSJOIN()) Mdx statements when working with linked measure groups. Bascially, I have created a very simple "regular" MOLAP cube on SSAS2005 with one fact table and 3 dimensions. I have one single Measure Group for this cube. Now, if I create an empty cube (no data source view) and add the measure group of my first cube as a Linked Measure Group, it seems l ...Show All
SQL Server What is necessary to create SDF-Files on desktop legally?
I want to write a PC application that prepares a SQL Server Mobile Files (.SDF) and sends it to a PocketPC. I get this error message: "SQL Mobile usage is restricted on this platform. To use SQL Mobile, you must install SQL Server 2005, Visual Studio 2005, or the Tablet PC SKU" If I install "SQL Server 2005 Express" the error message disappears and everything works fine. Question: Is it allowed to create SDF-Files if "SQL Server 2005 Express" ...Show All
SQL Server Sql Server 2005 Express will not install
I have tried After multiple attempts I was finally able to install Visual Studio 2005, however, not matter what tool I run or how many times I clean the registry.....I cannot get Sql Server 2005 Express x86 to install. I did download the beta 2005 Sql Server several months ago. I tried to uninstall as much as I could find but there was not specific uninstall program that I could find. I have removed as many programs rel ...Show All
Visual Studio Tools for Office Visio 2003 : Save as web page bug
Hi, I have written 9 pages (Flowchart) in a visio document. (.vsd). When I export the pages as webpages, I get problems concerning the size of the images. Some pages (5) are saved (gif file) correctly. Size is adequate (fits original page content). But 4 pages have incorrect image size. (A large white area is saved in the image. This makes my flowchart look small in the top corner of the web page). I could make a print screen of my Flow ...Show All
Visual Basic please I need help in Tree View
please I need help in Tree View I want to get the SelectedNode Key how can I get IT The key corresponds to the Name node. So the following would get the key: TreeView.SelectedNode.Name ...Show All
Windows Forms Binding expressions to textbox, label etc
I have this scenario. On one datasource I have the "Before" figures(ie Before Tax), on the other datasource I have the "After" figures (ie After Tax). I bind these datasources to texboxes or labels. They work fine. However currently I am trying to bind the "Before - After" figure to find the tax amount. My question is can I use an expression(i.e "Before - After") for calculating properties on the fly and set that expression as a d ...Show All
Visual C++ BEGIN error in rc file
After I change something in my dialog box or within my resource and save it, I get 3 erros in my resource file. It turns out that I get some extra code added when I save my resource file. CODE : The part in dark green is added every save. IDD_MESSAGE_DIALOG DIALOGEX 0 , 0 , 164 , 248 STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU FONT 8 , "MS Shell Dlg " , 0 , 0 , 0x0 Why does saving my resource always add ...Show All
SQL Server Notification Services Architecture
I have starting using Notification Services and I was wondering if somebody can tell me if the NS use triggers behind the scenes in order to start events. I'm no NS guru, but I took a look at one of my running instances and there are no DB triggers at all in either of the two associated databases. ...Show All
Visual Basic Hooking to find flaswindow in VB.Net
I just started messing around with API's yesterday. So far things have come easy, well until trying to learn hooking. I have a pretty good grasp on it, I just need to know which hook to use to find when a flashwindow msg is sent to a window. For my expiremental app I am making a msn mesenger notifier. The app scans for open messages ands makes a list of hwnd's for each of the conversations, now how can I place a hook on them to intercept the fla ...Show All
Visual C# Database and password encrypting
I have a project that will verify login credentials from a database table containing UserID's and passwords. the application will also create them and store them into the database. my first question is, what is the best way to encrypt the passwords and, how can I code this if it's not a simple explaination and someone has a URL to explain this please include it here. Thanks. http://www.kbcafe.com/iBLOGthere4 ...Show All
Visual C++ getting hello world program to compile
Hi adtyerheryh! I made a new blank project (er... "solution") and created this source file in it: #include <stdio> int main () { cout << "Hello World"; return 0; } When compiling it I got an error message saying stdafx.h was missing. When I included it I got a different error message. What am I missing Disable "Precompiled headers" in the project settings! "Project|Setting ...Show All
Visual C++ Repeated Relink After Build Problem
I have a complex project with multiple regular dll's and COM dll's. The code is also being built for both the PC and Smart Devices (CE) within the same directory structure. Frequently when I edit the code and rebuild successfully, if I hit build again after it is completed the exact same set of starting dll's are relinked which triggers other files dependant on the relinked dll's to be rebuilt. I've tried to looking at the project and the pro ...Show All
SQL Server Error locating server/instance specified
I am trying to connect to the AdventureWorks database while using Visual Basic 2005 Express. I am currently using the SQL Server 2005 trial version. Here is the error message: An error has occurred while establishing a connection to the server. When connecting to SQL server 2005 this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, Er ...Show All
