Tomcatter's Q&A profile
Windows Forms Telephony application
Hello, a greeting to all, somebody have experience on the telephony subject, I need to make an application that occupies the modem to make calls telephone to clients and reproduces a recording. The idea is simple, but I do not have experience in this type of developments. From already thank you very much and greetings. ...Show All
SQL Server Problem with Dependencies and Default Values
Dear Anyone, Im having trouble with RS2005 with regards to dependencies of report parameters and the default value. Below is my scenario: 1st parameter: List of Letters from A to Z Multiple Select 2nd Parameter: List of Names starting with the last name Uses 1 data set for list of values and default values Multiple Select Steps: Select 2 letters from the 1st parameter. This action would refresh the list of values of the 2nd parameter. Inspect the 2nd parameter. You will notice that all values are selected. Select another letter from the first parameter. This action would refresh the list of valu ...Show All
SQL Server How to avoid Caching of Reports?
Hi All, We have a Report wherein we specify the criteria and then generate the report. The issue is when we give a new criteria the second time and generate the report, we get the old result set that was for the previous criteria. How can we avoid this Thanks in advance. Sundar if you are calling the report via URL access then add in the rs:ClearSession=true command to the url ...Show All
Visual C# Windows Service that watches the keyboard
Hi there, I have a working windows application which implements a global-system-hook-class to watch the keyboard and log the pressed keys. The statistics are used for language analysis. In order to automate this process a little bit more, I want to write a windows service which does the same monitoring. I worked with servies before, but last time, I used a timer, because the service was supposed to work in a certain interval. This time, I want the service to work permanent. My windows application instanciates the globalHookClass, registers the conserning event and then listens for the keys; system wide! How can something like this b ...Show All
Software Development for Windows Vista Communication between 2 different workflows
I have a host application (a windows service) and 2 different types of state machine workflows. The workflow1 executes a certain amount of workflow2 and waits for the workflows to return. To do this they need to communicate between each other. I thought workflow2 could send an event to workflow1, in order to tell him when he's finished. Everytime a workflow2 returns it send this event to workflow1, so workflow1 can check if the started workflows are all finished. But how can I send events from one workflow to another Any ideas, which dont use wcf Thanks You can accomplish this by having a local ser ...Show All
Windows Forms No Publish Options Available??
I'm using the Beta version of Visual Basic 2005 Express, and I don't see any options for publishing a "ClickOnce" application. There's no "Publish" options under my application. Is there another install I'm missing I tried installing the "bootstrapper" app from MS but it did nothing. Any help is appreciated, thanks! Wow, tha ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual Studio C++ 2005 Express + Microsoft Platform SDK install
I have installed Visual Studio C++ 2005 Express, the Microsoft Platfom SDK and the DirectX SDK. I have also used the " Using Visual C++ 2005 Express with the Microsoft Platform SDK " guide to set directories etc. Include directories for both SDKs are added. When trying to compile any of the example files from the DirectX SDK the compiler is telling me that one of the include files could not be opened (Cannot open include file: 'd3d9.h'). Is this a bug I know that you should not be able to set directories directly in Visual Studio. This is not unusual to see if you install the SDK and then install a version ...Show All
SQL Server Domain User privilege for connecting SQL server 2000
Hi, My server administrator has created a few users as domain user privilege for connecting SQL server from my application. However it faild to connect, and with Domain Admin privilege, my app is running ok. I asked admin person to upgrade domain user privilege to connect SQL server, but he couldn't do this for security reason, and told it should work with domain user. Is it true for domain user to connect SQL server without any problem Do I need to add the user, domain user, into Logins of Security inside SQL server Enterprise Manager Or inside users of my database section of SQL server EManager Thanks, dixon ...Show All
Windows Forms Formatting behavior - One machine different than another
I have a grid which shows sales order data. Using: Btrieve version 7.90 VS 2003 and 2003 Framework 1.0 and 1.1 The problem: the number 0 shows as 2.37776121520959 -154 in one column and 4.4131277577011 in another column of a datagrid on W2k but displays properly on W2K Pro using the same data. Using their data on my machine, which is W2K Pro the&nbs ...Show All
Visual Basic Detect if a file sitting on a network drive opened by another user
How can I detect if a text file sitting on a network drive is open by another network user I am using VB.NET 2003. Your help is highly appreciated Regards Hello. You can use something like the following to accomplish this: Dim fileTest As New System.IO.Filestream(<enter some file here>,FileMode.OpenOrCreate,FileAccess.Write,FileShare.None) If fileTest.CanWrite Then Debug.WriteLine("The file connected is open and writable") End If fileTest.Close() Hope this meets your needs... Christopher ...Show All
SQL Server SSIS Performance compared to DTS
I'm new to SSIS, and trying to feel my way around but I've got some questions about performance. I've used DTS for a number of years, and I read in Donald Farmers blog that SSIS was about 7 times faster than DTS (mileage may vary). Well, I may be doing something very wrong, because I'm getting about 7 times slower! I have around 40 dimension tables, most of them have less than 100 rows. Only two have 60,000 rows. Then I have a single fact table with 2.7 million rows. I pull my data from Excel for the dimension info, and Oracle for fact info. In DTS the dimension load takes around 45 seconds total, all 40 dimensions in ...Show All
Visual Studio Team System Beginner's questions
Hi, all. I'm really new to Visual Studio 2005 Team Test, so I'm probably asking pretty basic questions. :) But I am just starting to play with it and was hoping someone can give me more infomation or point me to where I can find answers to my questions. My company has a web based application, written in ASP.Net, that I would like to be able to test using Visual Studio 2005 capabilities. I created a new test project and added some web tests to it. When creating a new web test, I record my steps and it seems just fine. Then I try to run it from the webtest tab by right clicking on the first URL and selecting Run Web Test. I see my tes ...Show All
Visual Studio 2008 (Pre-release) XAML SplitView tool
For some reason I can't find XAMLPad after installing NetFX Beta 2. I've been looking for SplitView online and can't find it. Can someone please point me in the right direction Thanks, -Alex Start Menu => All Programs => Microsoft Windows SDK => Tools => XAMLPad Or C:\Program Files\Microsoft SDKs\Windows\v1.0\Bin and search for XAMLPad :) HTH ...Show All
Visual Studio AMD 64 Whidbey debug problem!
On AMD 64 machine I try to debug myy code i get the following error! Any leads to this one Error Text "The components for the 64 bit debugger are not regestered. Please repair your Visual Studio 2005 Remote Debugger Installation via 'Add Remove Programs' in control pannel" We are not able to debug the application using the IDE! You need to install the 64-bit debugger components. On your installation CD or DVD, locate the setup file 'rdbgsetup.exe' under the 'x64' directory and run it to install the 64-bit debugger components. NOTE: There are 3 versions of this file. Make sure that you run the version under the x64 directory if you are ...Show All
Visual Studio Express Editions sql query help
hi m trying to run a query that fills a text box it works but i need it to work with a string SELECT Tech, Password FROM MangerPass WHERE (Password = 123) i wouldnt know the password is 123 till someone enters it hi, if that a web application i fully agree for useing things that is much secure but i didn't use those things b4 and i didn't learn them yet so i use the easist way to acomplish what i want to do later on i promise you i will learn the best practice and thx for your guide best regards ...Show All
