pkinaus's Q&A profile
Visual Basic how to add a flash ocx
can somebody help me on how to add a flash ocx on a vb2005 project I already add the flash ocx on the toolbox but the a error message appears stating "the activex control is unregistered!" Tanx... it could mean 2 things. 1) you need to register the control using regsvr32 2) the control your using isn't meant for redistribution to developers, you need to get a license / control that's unlocked. ...Show All
.NET Development <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> Error Message
I get the following message when I try to use the below configuration. I tried taking out the xmlns and got a real error. What am I doing wrong HELP!!!! I tried taking out the xmlns and I get real errors. I am new so could put exactly what I need to do. Thank You < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " > Message 1 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. C:\Inetpub\wwwroot\Data Source\kpmemorabilia.com\web.config 10 2 C:\...\kpmemorabilia.com\ ...Show All
SQL Server How to set report server
Hey everyone I have a requirment here. I create a report that works fine in my local machine. But I want to keep this in a server so that every body can access it. How do I do that any clues please.How to set that what are steps to do that thanks but I have another question. now I need to create subscription for a report. there is a method called createsubscription. but I don't know the values of parameters. in msdn documents, it says extensionParams[0] = new ParameterValue(); extensionParams[0].Name = "ReplyTo" ; extensionParams[0].Value = "reporting@microsoft.com " ; for example. but how do we know that the name should be "Re ...Show All
Visual Studio BaseAddress & ExcludedFromBuild properties in VC8
In a nusthell what I'm trying to do is change the BaseAddress and ExcludedFromBuild properties of a project and a file respectively. I've searched msdn (and the net for that matter) and only been able to find VisualBasic examples that use the VCProject object. The one C# example uses "using VCProjectEngineLibrary;" which comes up as missing on build in VC8. Any help as to how to access these properties would be greatly appreciated. if you are using C++ (COM), you need to use the objects and interfaces in VCProjectEngine.dll. if you are using a managed language you need to reference the Primary Int ...Show All
.NET Development Regarding creation of web service
Hi, I am new in web service. I am creating a sample web service which will have windows authentication and anonymous access disabled in IIS 6.0 when I try to add reference for this web service from other machine its give me proxy settings error. can any body help me regarding this problem It will be great for me if any one can provide me online help using msn messenger my msn alias is cagrawalin@hotmail.com Thanks in advance By disabling windows authentication and anonymous access, you are denying all the access. You need a way to pass the user credentials ...Show All
SQL Server SQL Reporting Date Parameters
I am using SQL 2000 reporting and I have 3 report parameters (2 of them dates). Is there a way with the included report viewer (from the sql reporting samples) to allow the date input parameters to be date pickers Thanks Nick, I do not see the week values. I would like to add Week to Date (WTD) as a filter value for a report I have. That way the user always has WTD data. Am I missing it under filter (on a date time) in Report Builder Thanks Ron ...Show All
Visual C++ MFC Dialogs and NT Service
Hello experts. I'm trying to make a class which will make it easyer to work with services. but i have a little problem. the DoModal() method of CDialog class i synchronous and after calling the method i can't start the service. anyone has an idea how to fix this prob here's the source // ProWatch.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "ProWatch.h" #include "ProWatchDlg.h" #include "string" #include "shlwapi.h" #include "ServiceWorks.h" #ifdef _DEBUG #define new DEBUG_NEW #endif ...Show All
Software Development for Windows Vista Workflow Designer Control Example
Hi I have downloaded the Workflow Designer Control example from http://www.windowsworkflow.net . The sample works fine except when I do anything in the property pane that attempts to use a code window, for example accessing the ExecuteCode property of a Code activity. How do I hook up a code editor to the workflow designer control so that I can maintain code in a workflow Thanks in advance. Damien The Workflow Designer Control does not include a code editor. It only provides the diagram/visual view of a workflow definition. If you want to support code auth ...Show All
Software Development for Windows Vista Beta 2 Debugging question for HOL 1
Hello, I'm working through the Hands on Lab (HOL) #1 for WF Beta 2, Exercise 3 and task 7. Everything's been working according to the lab instructions until I got to the debugging section. I'm seeing a couple of strange things: 1. Step 6 tells me to step into the code for the ReportSubmitted_Invoked handler. I've tried this, but the debugger doesn't go to the code level; it simply highlights the next activity in the workflow designer. I also tried explicitly setting a breakpoint in the ReportSubmitted_Invoked method of the code beside file, but it's not hit and appears disabled. The text 'ReportSubmitted_Invoked' is written to the cons ...Show All
Visual Studio Express Editions Couple Of Easy Questions
Alright First Question: I Made a list box with user names in it, and i was wondering how when the user double-clicks their name how to make it ask for a password and it loads their information, like they double clik and it says password and they type their password then their ex. datagrid with their information pop-up! How do i make this happen Ill ask second question after first is answered! Thanks * edit- shucks i did it again, can someone please move my post to the visual c# 2005 forum section, i thought i was already in it! Sorry! Which part of the problem are you stuck on Do you know ...Show All
.NET Development Visual Studio 2005 and ASP.NET 2.0
After a 'Rebuild Solution', where is my website DLL It SHOULD be in my 'bin' subdirectory under the web root. It USED to be there when I used Visual Studio 2003.Net It's NOT there anymore since I upgraded to Visual Studio 2005. It's not even on my machine .. ANYWHERE... Hey Pete (Pete here), I get it. The only odd thing is the naming convention for the dll itself. Mine came out looking like App_Web_status.aspx.cdcab7d2.dll instead of simply status.dll I'm going to give it a whirl after renaming and see how it goes. Quite an education, the last 3 hours [sql 2k5 upgrade, vs2k5 upgrade]. Wonder wh ...Show All
Visual Studio 2008 (Pre-release) Dynamic ComboBox ItemsSource
I have two ComboBox controls on a dialog. I would like the first ComboBox to control what items are shown in the second ComboBox. When the selected item of the first ComboBox is changed the items available in the second ComboBox will change. The solution I have right now works, but not always. I handle the SelectionChanged event of the first CheckBox and change the ItemsSource of the second ComboBox to the XMLDataProvider that I look up based on the selected item of the first ComboBox. The first time I change out the ItemsSource of the second ComboBox nothing is shown. Every time after that everything works as expected. I have two que ...Show All
SQL Server The external metadata column collection is out of synchrionization with the data source co lumns
The external metadata column collection is out of synchrionization with the data source co lumns what columns is it talking about...what are the external columns it's talking about I'm trying to run my package and this happens in the Flat File Source module The flat file itself is represented by the external meta-data columns. So the file should always match these. The other columns are what goes through the pipeline. The two are normally built at the same time and maintained in sync, but if you alter the file, it will detect and update the external columns, but now your pipeline does not match. Is there not an option for it to s ...Show All
Visual Basic Executing stored procedure that returns parameters
I'm trying to execute a stored procedure "spImport" that returns three values: @InvalidCount (bit), @InputRecords (int), @Message (str) The following code gives me an error about SQLCommand: Dim TransferCommand As SqlCommand = stConnection.CreateCommand() TransferCommand.CommandType = CommandType.StoredProcedure TransferCommand.CommandText = "spImport" Is there a better way to write the code The problem is exactly as stated. There is no CreateCommand method for a string object. Here's what you need to do: Dim stConnection As String stConnection ...Show All
Visual Studio 2008 (Pre-release) Replacing the +/- in a TreeView
Is there a good way to replace the +/- buttons on a TreeView HierarchicalDataTemplate doesn't seem to be the right choice, and I don't know how to use a ControlTemplate with a TreeView. Thanks Hi Jordan, Have you given Microsoft Expression Interactive Designer a shot at this ( http://www.microsoft.com/expression ) Though we don't allow you to author HierarchicalDataTemplates in the tool, if you only wanted to change the template of a TreeViewItem, we do a good job at this. Thanks, Unni ...Show All
