CaleDB's Q&A profile
Visual Studio Express Editions SendKeys Only Sending Once...
Okay, I'll be quick. What I'm trying to do is use SendKeys( My.Computer.Keyboard.SendKeys(String, Boolean)) to sent text to one of my online games so I can play and not type all the time. Here is what I am doing: Declare Auto Function FindWindow Lib "USER32.DLL" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr Declare Auto Function SetForegroundWindow Lib "USER32.DLL" (ByVal hWnd As IntPtr) As Boolean Private Sub Open_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Open.Click Dim BWarHandle As IntPtr = FindWindow(Nothing, "Brood War") If BWarHandle ...Show All
Windows Forms Challenge - Key and mouse click generator
Ok I havent programmed for a couple of years, and come accross an idea.... I play a game, one in the game there is a very boring task to level your character (Mouse click and then F7, F7 and then mouse click. This would occur every 2 mins. An advantage is if I could get an application up and running that would automate the process e ...Show All
SQL Server New to SQL 2000 Reporting Services - Need Some Help
I am trying to get SQL 2000 reporting services up and running, and am trying to get a condensed explanation of what I need to do, and any other software I may need to purchase. I have already installed the Reporting Services, and after reading the help, it seems that I have to install MS Visual Studio 2003 in order to design the reports. Is this true. Anyone that can give me some help in getting this up and running - I would be grateful. Thanks so much - Joe This is correct, to design reports there is an extension project system that is available for VS 2003, you must install VS and then re-run ...Show All
Visual Studio Team System Email alerts using Exchange (not SMTP)
Hello, in our organization, we're using Exchange server and SMTP protocol is forbidden. How do I setup Foundation Server email alerts to be sent through our Exchange server (with Windows authentication) Hello enTyon, What Exchange server version is your org using As I understand it, if you are using Ex 2000 or higher, you cannot "disable" SMTP at all because Ex has SMTP as a dependency since all mail internal and external uses it as it's transport. Given this, how is your org "forbidding" SMTP via Exchange I'll need a little more detail please: - Version of Ex - How many virtual SMTP servers do you have - ...Show All
Software Development for Windows Vista Beta 1.2 install on VS RTM causes error in VS Code Designer
I'm having problems loading WWF b1.2 onto VS2005 RTM on WinXP. Getting error: CodeDomDesignerLoaderNoRootSerializer. The version for VS RTM is 8.0.50727.42 I've tried install/deinstall/reinstall several times on 2 separate machines. Any suggestions TIA Other users have reported that this occurs when you have VS2003 and VS2005 both installed and that it does not occur if you uninstall VS2003. Do you have VS2003 installed Regards, Paul ...Show All
Visual C# Incremental build?
Hi, It looks like incremental build is gone in beta 2. Each time I do a Solution Build, or build a project with dependencies, the whole dependencies tree is built. Is there any way to restore the incremental build behavior Cheers, Juan Juan, There were a few issues in Beta 2 with dependency tracking that could cause, in upgraded projects, the entire dependency to be rebuilt on each build. Those have been fixed and now you should see the behavior you expect. Thanks! Anson Horton [ansonh@microsoft.com] Visual C# IDE PM ...Show All
Software Development for Windows Vista Bug in RuleSet Editor/Parser
When building a RuleSet from within Visual Studio I'm getting an error when trying to call a method on my Workflow. I'm validating an incoming message, and need to call a method which adds additional information to the incoming message and validates various business rules. When I add a rule action which looks like: this.AddBrokenRule(this.Request.Employee, "First Name is Required", "FirstName") I get the following error from the rule designer: Error Parsing the Action(s): Object reference not set to an instance of an object. The error arises when there are overloaded versions of the associated function availab ...Show All
Visual Studio Express Editions Serial communications outputting and receiving one byte of data.....
Okay, I am on deadline here.... 3 days... and for the last 2 weeks I have been trying to find the answer. Apparently there is no easy way to use a serial ports in VB2005 express... Most of the code I have found is for the .net version. It really doesn't port well. I have gone through and for the most part changed what needed to be changed. No Luck.... With the code written below that was copied and I duplicated the form to match the text, combo boxes and everything else it just doesn't want to work correctly. I am trying to write one byte of data to a processor and a few milliseconds later receive the response. the outgoing is the addres ...Show All
SQL Server No support for SQL Server Authentication and SSIS !!!!
Hi I want to manage my servers from a central location and have the ability to manage my packges too. Unfortunatley my servers are across domains which means I have to use SQL Server Login, which isn't a bad thing. However for some bizzare reason I can't connect to Integration Services using this method, only windows authentication which is a complete pain in the butt from a management stand point as I have to copy packages to various servers rather than add them from a central point. Does anyone know if this bug/feature or what ever Microsoft is calling it will be fixed or know of any workarounds. Thanks ...Show All
Software Development for Windows Vista Where can I get the WWF Beta 2.2 tracking database?
Tom, According to the MS documentation, changes were made to the tracking database stored procedures, in WWF Beta 2.2. Where can I get the sql to update my tracking database from Beta 2.0 to Beta 2.2 I have already installed WWF Beta 2.2, but the database stored procedures are not updated I look forward to hearing from you soon. Thanks in advance, John Portnov Tom, I would like to suggest that GetWorkflows stored procedure be updated to include the WorkflowTypeID in the data retrieval. I will highlight my changes in bold and look forward to your feedback on this. What do you think about these changes ---------- ...Show All
Windows Forms Automatic toolbox item service ignores ToolboxItem attribute
The service that automatically creates toolbox items is not using the correct class: it ignores the ToolboxItemAttribute on the component that specifies which ToolboxItem-derived class to use, and instead creates a ToolboxManagerToolboxItem. The result is a bunch of unusable Toolbox items. We have already logic to populate the toolbox with a correct ToolboxItem whenever the designed class is opened in our graphical root designer. So we have good toolbox items placed there, in that circumstance. What we need: How to disable the AutoToolboxService for a Type If there is no way to disable it, how to get it to honor the ToolboxI ...Show All
Visual C# Encoding problem(Converting to Byte[])
hi, i have a problem in converting to byte and i hope if anyone can help me in this the problem in the delimiter that i use to separate fields from each other i insert it as Hex but when i convert to byte i get wrong hex value here its my code string _delma = "\xC0\x80" ; System.Collections.Specialized. NameValueCollection nv = new System.Collections.Specialized. NameValueCollection (); nv.Add( "1" , "shakalama2" ); StringBuilder sb = new StringBuilder (); foreach ( string key in nv) { sb.Append(key).Append (_delma ).Append(nv[key]).Append (_delma ); } byte [] data = Encoding .ASCII.Get ...Show All
Visual Studio Team System SharePoint Web Parts with VS2005
Is it possible to create Web Parts for SharePoint using VS2005 RC I'm getting a message saying that my component is not marked as safe for sharepoint, but I've added the correct entry at web.config. Looks like it got some problem while loading my assembly. Thks, Max Hi, You will need the Son of Smartpart WebPart to actually use the VS2005 webparts in SPS2003. The following thread answers the question in detail: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=80942 Regards, Vikram ...Show All
Visual Studio Project gets checked out automatically
hi. i have a solution with 40+ projects in it. allmost every time i add a new project, check out a file or do a 'get latest version' one of the projects gets checked out automatically. (its allways the same project). the output window has a message that says 'project nameOfProjectHere was checked out automatically for editing'. however, nothing has been done to that project. none of the files in the project have been changed for ages. the project itself has not been touched for ages. why is it getting checked out automatically all of the time any ideas WM_THX thomas woelfer http://www.die.de/blog Hi Thomas ...Show All
Visual Studio Express Editions win32 application
i have read abt this frm the forum and followed steps given in the following link : http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx but still i am getting the following error: 1>c:\documents and settings\administrator\my documents\visual studio 2005\projects\test\test\stdafx.h(28) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory i am missing something . plz help Looking at http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx, step 3 is the problem. You should add C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include to include directori ...Show All
