jerv_it's Q&A profile
Visual C# Windows switching
Hi all, I'm working in automated test field. I have to create an appication that can automatic switch from one window to another window. Switching may depend on an input that specify the title of the window which want to switch to (or anything else that can identify each window.) If there are not enough information please notify me. Thank a lot, Well, if you're talking about MDI forms, then you have to ...Show All
Visual C++ How to make Visual Studio stop creating User Options File?
VS2005 insists on creating the user options file for every project with the silly name "ProjectName.vcproj.MachineName.UserName.user". Sigh, I know it is a new feature. My question is, how can I make VS2005 NOT create this file There is no way to do that. We use this file to store your debugger settings for each project and different platforms use it for saving per-user project information. Do you really not ...Show All
Visual Basic Reading XML into a DataSet
I have a program that produces XML on stdout. I am trying to capture the XML into a DataSet and display it in a DataGridView. I am unable to get it to work. What am I doing wrong Here's the code I've be trying: Dim p As Process = New Process p.StartInfo.FileName = "program.exe" p.StartInfo.Arguments = "" p.StartInfo.UseShellExecute = False p.StartInfo.RedirectStandardOutput = True p.Start() DataSet1.ReadX ...Show All
Software Development for Windows Vista Switch ... case workflow
Is there any way to visualize switch ... case workflow as it is in case of IF statement Is switch() and case going to be in next version of Workflow Foundation peter Peter, There is currently no built-in switch activity, but you could always create your own custom switch/case activity. I'll also log your request for consideration in future releases - thanks for the feedback! Arjun ...Show All
Windows Live Developer Forums Use msn api search with php
Where i can find any script for use php with msn api I have registered my AppID and now i want do search can anyone post url for execute my query = No, you cannot use the MSN Search Web Services with CGI Queries. ...Show All
Visual C++ CDC Issue
<wdhough@discussions.microsoft.com> wrote in message news:069f1a60-2d1e-46dc-8474-f2de281812e1@discussions.microsoft.com > I have an application that draws a diagram in the form of a bitmap > and then displays this in a window. There are limits placed in my > code that do not allow > the CSize properties cx and cy to be set to more than 32000 in > 'SetViewportExt' and 'SetWindowE ...Show All
Windows Forms Suppress key events recommended method?
The problem: I have a Control (panel) that contains a TextBox. A higher parent of the control also has a ToolStrip (menu). As I type into the TextBox, accelerator keys in the menu are activated. Some (like 'Del' key) are not, but most (like Ctrl-Z) are. What is the recommended way to control the flow of key events, suppressing or consuming them so they go the the logically correct controls, but not others My specific cas ...Show All
Visual C# problem in making a directory tree?
i want to make a directory tree including some features like that of vs.net ide. i have a problem in expanding a node.i want to expand a node only when a node is double clicked. is there any way that i can raise a event only when a node is double clicked. i tried to use the double click event but that works for the whole control.The event is raised if i click in some other part of the node. how can i know whether a node is ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Help compile pixel shader from fragments right !
I wrote fragment: // texture Normals; textureCUBE CubeMap; sampler NormalSampler : register(s0); samplerCUBE s_CUBE : register(s3); // s_CUBE must use sampler register s3 void someFunc (float2 fNormalTex : TEXCOORD0,float4 fSpecTex[3] : TEXCOORD1, out float4 fColor : COLOR) { float4 fNormCol = tex2D(NormalSampler, fNormalTex); float3 norm; norm.x = dot ( fSpecTex[0].xyz, fNormCol.xyz * 2 - 1 ); norm.y = d ...Show All
Visual Studio Special network security for srcsafe.ini file?
I have been asked to get SourceSafe 2005 installed and implemented in a relatively small IT group (10 people). I created databases within a network folder which is shared with that IT group. The network permissions for Users on the database folders is set to "modify". But I am questioning if Users should have modify access to the srcsafe.ini file since it contains global settings for the database. Seems like you would not want Users po ...Show All
.NET Development XmlValidatingReader / default namespace
hi, small code app i made to simulate my problem : just paste it in a class and run as console app: using System; using System.Xml; using System.Xml.Schema; using System.IO; namespace ConsoleAppXSDTestApp { /// <summary> /// Summary description for Class1. /// </summary> class Class1 { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] ...Show All
SQL Server Incremental loading
Hi Friends please let me know how can we incrementally load a destination table with source table. bearing in mind that we need to track that there are no duplicates in the destination table. I need to load only changed or new data in the final load. Please give me some examples also. I am tryin this from last 2 days as I am totally new to SSIS. Hi, First off: do you have a column on your source data that indicates that a row is new or c ...Show All
SQL Server Insllation of Reports failing on SSL installation of RS
I am using the scripts to install my reports on to a server, it works fine on my development server, but on the Live machine which is also running SSL, it throws up errors when trying to install the reports. I am running the process using the administrator and point to https:// version of RS The underlying connection was closed: Could not establish trust relationship with remote server. Anyone know why this is happening ...Show All
Windows Forms convert IntPrt back to its original Object in VB.NET.
Hi All, I want to convert IntPrt back to its original Object in VB.NET. Is it possible I am a newbee and I need help on this from u. Thank you. What exactly are you tring to do What is the goal of your&nb ...Show All
SQL Server How to execute a SSIS package from VS 6.0?
Dear all, I wrote this post in another category but the answer did not satisfied so that I'd like to know if really anyone has ever used or experienced with this possibility. No by .Net language rather than Vb 6.0 or ASP or even instanciacing DMO library. Thanks a lot for your support, According this link http://support.microsoft.com/ kbid=817248 it seems possible but I haven't idea if possible keeping in mind that it has been made by ...Show All
