zachz's Q&A profile
Visual Studio Express Editions WINDOWS CONTROL LIBRARY FOR VISUAL BASIC 2005 EXPRESS
Visual Basic 2005 Express Edition does not contain a Windows Control Library template. Is it possible to download one I feel sad... If it's not with Express, then it's not avalable because the software is licensed. However all of the products are available for download and time trials. Team suite has a six month trial if you want. ...Show All
SQL Server Error rsFailedToDecryptConfigInformation
Hi! Today we have backup everyting on our new server. Now when i try to launch my reports i have this error rsFailedToDecryptConfigInformation saying that it cannot decrypt some value. I have done some search on internet and it says that i should run rsconfig but i don't know what to do There's a lot of option and parameter and i don't know what i need for my reports to run again. Also when i tried to run my report from outside the local network i now have a popup window that ask me to enter the user name and a password. In the reporting services configuration manager in the tab windows service identity i've tried to set the windows account ...Show All
Visual Studio Express Editions Reports in VB Express
How do I generate reports for printing in VB express You have to download the SQL Express with Advanced Features and then download the SQL Express Toolkit. In the Toolkit has a business intelligence development studio which basically sits inside of Visual Studio 2005. Then you add a new project and report project is one of the project types. ...Show All
Visual Studio 2008 (Pre-release) Intermediary Router
Using the sample, the HTTP binding (echoservice) works fine, but the call to the calculator service times out. Could it be a firewall issue I've checked this and I see no dropped packets. Also, the router is not picking up the call. Any ideas I am running windows xp sp2. Thanks, -Mathew Nolton Are you tracing the router/server to verify that the message isn't getting there Thanks, Scott ...Show All
SQL Server SQL Server 2005 stdevp function
I am currently unable to get the stdevp function to work. The query is as follows: SELECT stdevp(Schedule_Weight) AS Expr1 FROM Order_Start_Steps_Weights WHERE (Schedule_Weight_Type = 1) When I try to execute the query (from either BIDS or SSMS) the query gets changed to: SELECT COUNT_BIG(Schedule_Weight) AS Expr1 FROM Order_Start_Steps_Weights WHERE (Schedule_Weight_Type = 1) I should mention that the stdev function works just fine if I substitute that for the stdevp function. Needless to say, there is a big difference between counting a population and finding the standard deviation of a population. Have I ...Show All
SQL Server How to Pass parameters in SSIS dataflow
I am using a parameterized select query as displayed below to fetch values from source. SELECT A.Account_GUID, M.Merchant_GUID, H.Household_GUID, B.BankAU_GUID, SR.SalesRep_GUID, E.Entitlement_GUID, I.Income_GUID, Exp.Expense_GUID, SP.Sales_Product_GUID, P.Product_cd, SUM(S.Sales) AS Monthly_gross_MC_VI_amt, SUM(S.Sales) - SUM(S.[Returns]) AS Monthly_net_MC_VI_amt, SUM(S.SaleTxns) AS Monthly_gross_MC_VI_tran_cnt, SUM(S.SaleTxns) - SUM(S.ReturnTxns) AS Monthly_net_MC_VI_tran_cnt FROM Account AS A LEFT OUTER JOIN dbKAIExtract.dbo.tblSales_STG AS S ON A.Account_No = S.AccountNo And S.BucketNo = And S. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DXSDK: How to store the state of the CModelViewerCamera?
Is it possible to store the state of the CModelViewerCamera (DXSDK) to later reload it I didn't manage it. I like to store the rotations that were made around the model using the mouse. Interestingly the Eye Point doesn't change when rotating, so it seems the object is rotated rather than the camera. This is proofed by the fact that only the cameras world matrix is changing when rotating. But simply saving the world matrix and resetting it with the cameras SetWorldMatrix() method doesn't work. Can anybody help Thanks. Nico Thanks! Sounds complicated indeed. I hoped I could avoid modifying the camera classe ...Show All
Software Development for Windows Vista Overprint, knockout or trapping in XPS?
Just wondering out overprint/knockout would be handled in XPS. That is, black text with a cyan background might be overprinted to deal with registration problems. In PDF files, the text object has the attribute of whether it knocks out or overprints. I am not finding a similar setting in the XPS spec. Trapping is another issue, but does not need to be specified in the document. Knockout: by default, XPS uses the painters model, where existing pixels are replaced with pixels from the object rendered on top of it (at least for opaque content). That means, that for black text on top of any background the blac ...Show All
Visual Studio Express Editions AddNew issue with BindingNavigator
Hi I'm using Visual Basic Express Edition 2005. I've created a simple form which contains several text boxes and combo boxes which are databound to a BindingSource. The form also contains a BindingNavigator which is linked to the same BindingSource. All of the form controls work correctly when navigating back and forth through the DataTable (linked to the BindingSource). Also, I am able to delete a record and this is correctly reflected back to the table. When I try to add a record, however, I encounter some strange behaviour. The record is added correctly in the database, but I am unable to navigate to the newly created record. Inter ...Show All
Visual C# Problem REFRESHING UserPaint-ed controls.
Hi, I have a windows application with 2 forms. On form contains the normal tab control and some labels etc. Other form contains some special user controls derived from standard .NET controls. for example, all buttons are derived from System.Windows.Forms.Button, all labels are derived from System.Windows.Forms.Label and so on. All the controls on form 2 are double buffered using the statement (in their constructors): this.SetStyle( ControlStyles.DoubleBuffer | ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint | ControlStyles.SupportsTransparentBackColor, true ); Form 2 displays perfectly fine withou ...Show All
Windows Forms DataGridViewCheckBoxColumn with Text Information
[C# Windows Form] I would like to have one of myDataGridView columns as CheckBox column with a text displayed next to the checkbox . using DataGridViewCheckBoxColumn I am able to display the checkbox but the text info. Is there any solution for this I tried inherting DataGridViewColum and added a checkbox to it, but CheckBox is getting displayed in the cell which has the focus . One way to do it is to inherit from the DataGridViewCheckBox and re-use the DataGridViewCheckBox's painting implementation as much as possible. Note that with this implementation the text will not be editable... Key to re-using the bas ...Show All
Visual Studio Express Editions how can i pass data to Excel
Please can anyone can help The following code works properly in Visual Basic 2003 but not in Visual Basic 2005 Express. Dim EXL As New Excel.Application() If EXL Is Nothing Then MsgBox("Couldn't start Excel") Exit Sub End If Dim WSheet As New Excel.Worksheet EXL.Application.Visible = Tru ...Show All
Visual C# C# and MFC
I'm just wondering if you will be able to use mfc in c#.. I'm new to C# and evaluating if it is possible to port old MFC programs to C# compiler and then program new UI under C#. 1. I heard that C# is good to do UI program, is it true 2. Is C# program portable everywhere 3. Is C# supports MFC programs Thanks // I'm just wondering if you will be able to use mfc in c#.. No. 1 - yes, WinForms is a good framework 2 - No. C# requires the .NET framework, and that only really exists under windows, Mono notwithstanding 3 - No, no way. MFC is a C++ wrapper around win32. ...Show All
Smart Device Development VS 2005 + CF2.0 - Invalid Warning when implementing Paint event
Can anyone verify this strange warning for me Create a new project in VS2005. Use VB, Windows Mobile 5.0 PPC, and Device Application (CF2.0). Then go into the empty code page for the default Form1, then create a handler for the Paint event. Build the project and you'll get a warning... "An internal error occurred in PlatformVerificationTask. System.TypeLoadException: Illegal definition for runtime implemented delegate method....." It does not appear to happen with a CF1.0 app. Is anyone else getting this warning Is this a bug Thanks The only other thing in the&nbs ...Show All
Windows Forms extract ascii-char from Keys enumerate
Hi, I want to extract the ascii-char from an KeyEventsArg. Theres KeyCode, KeyValue, KeyData, but i dont find the actual ascii-char (ex. "a", "1", ..) in it. And didn't find any system/function to convert KeyValue to ascii value Can any one help me (I have to do this to intercept barcode input without putting it in a textbox first) thanks, Filip. Cast e.KeyCode to byte to get its ASCII value: byte ascii = ( byte )e.KeyCode; Regards, -chris ...Show All
