TerriM's Q&A profile
Visual Studio Loading vs_Macro via msi
Hello, I am currently working on a msi to setup developper dev environment. We made some custom macro to help then deploy their projects. The msi install macros on their computer but I want to load them straight in their visual studio. Can someone help me to do that regards, WoZoI Is Tools.UnloadMacroProject really supported in vs2005 DTE.ExecuteCommand("Tools.UnloadMacroProject", "xxx"); results in a COM exception. ("command is not available") for me.. ...Show All
SQL Server MICR Font Issue When Exporting to PDF
Hi, I'm using Reporting Service to print checks. Everything seems ok when I design and deploy and view the reports. But when I try to export to pdf, the MICR font I'm using does not work. I've tried a couple of different MICR fonts from the web and they either get replaced by a standard font or disappear altogether. I would love to know why that is. Thanks in advance, Tom Witch font are you using that works with 10 and 11 pt becuase my font dose not work with this either so can you tell me witch micr font are you using ...Show All
Windows Forms well plz anyone answer it.......i again ask a simple...thing
well plz anyone answer it.......i again ask a simple...thing in respect of my previous questions how can i make my form transparent and load a customerize bitmap on it.....thx for further reference plz see the following thread//of mine..... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1051026&SiteID=1 Hello All. syhzaidi: If I understand you correctly, for what you want, I don't really think that you need transparency. Check out this article on how to construct an irregularly-shaped form. As nobugz mentioned in your previous thread, you can set the clip region of the form to any shape that you want. If the form is the same shape as the bitmap, then nothing would need to be transparent. HTH. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XACT audio sounds cutting out
Hi all, I have a static class I'm using to play sounds loaded in the content pipeline through an xact audio project. In my game, several of the same sound can be played within a few milliseconds of each other. They're basically explosion sounds. Now when I hit more than three of these objects and they play their sound within a short space of time, the sounds cut each other out and sometimes don't play at all which is very poor. I'm not limiting instances in the audio project although I've tried every permutation of this I can think of anyway. I know about the garbage collection issue when using cue objects that aren't referenced etc. but I'm actually just using soundbank.playsound and not getting the cue object at all. ...Show All
Visual Studio Tools for Office ListObject selected Object
I was wondering if from a listobject i can get the currently selected object. for example if i am binding a listobject to a collection, can I get the actual selected object from the listobject or i have to get the selected index and from the value i have to search the collection From the top of my head you could do something like: lo.ListRows.get_Item(lo.SelectedIndex) Where lo is the ListObject (The Microsoft.Office.Tools.Excel.Listbox) -= Maarten =- ...Show All
Visual Studio Team System Creating a Visual Studio Add-in for "Search"
Hello all! We all know search is a problem in VSTS, each time we need to export the list to Excel and then use the Ctrl+F keys to search in a particular field. OR Creating a simple Query and modifying that query each time I need to search for another string. So I decided to create an Add-in in VSTS that simply asks for: -Select Team Project : combobox -Select Work Item Type: combobox -Search For: textbox -All Fields radio button #1 -Custom Fields radio button #2 -Search button and a Cancel button. The Add-in works great, debugging and all the functionality is done but I'm missing something. All I need now is how do I bind the result of my query(wilqQuery) to the existing grid in VSTS As we speak, my Add-in is modal, so wh ...Show All
.NET Development Calling Remote Stored Procedure in C#
I am trying to call a remote stored procdure in c# but am receiving the following error message in my ASP.NET application when trying to call the appropriate method: System.InvalidOperationException: Internal connection fatal error. Calls to local stored procedures on the SQL server the ASP.NET application is connected to are run fine. I have logged into the SQL server using the same user as the ASP.NET application and called the remote proc manually (using EXEC [SQL Server Ip Address].databasename.dbo.storedprocedurename) and it works fine I am using the followinng code to call the remote proc: SqlConnection cnDefault = new SqlConnection ( this .DbConnectString); SqlCommand cmdCommand = new SqlCommand ( " ...Show All
Windows Forms ClickOnce SQL Server 2005 Database Attach Fails
Hi All, I am building a VS2005 Database project, and I have recently discovered the use of ClickOnce apps. However I have a problem that I don't understand. I have a SQL Server 2005 DB, marked "SQL Server 2005 Express" as a prerequisite, so that's OK. I had trouble with the connection string, but I found in another thread that ClickOnce copies the MDF file to a Data folder, and that the connectionstring can be made as follows: Initial Catalog=<appname>; Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\<dbname>.mdf;Integrated Security=True So that should be OK too. When I deploy it, the app is installed in C:\Documents and Settings\Wouter\Local Settings\Apps\2.0\<something>\<something el ...Show All
Software Development for Windows Vista recognize
im trying to get the ink to recogznie as soon as the inkedit loses focus or the pen moves off it.. what am i doing wrong Thanks, Dan Public Sub PopInkEdit( ByVal sender As Object , ByVal e As EventArgs) AddHandler GlobalInkEdit.MouseLeave, AddressOf disposeInkEdit AddHandler GlobalInkEdit.LostFocus, AddressOf disposeInkEdit End Sub Public Sub disposeInkEdit( ByVal sender As Object , ByVal e As EventArgs) GlobalInkEdit.Recognize() ctrl1.text = globalinkedit.text End Sub Hello DRoden, you have to wait until the TextChanged event has happened before grabbing the new Text from the InkEdit control aft ...Show All
SQL Server LINKED SERVER NESTED OPENQUERY SAMPLE FROM TIPS AND TRICKS DOESN'T APPEARS TO FAIL WITH MSOLAP.
Is it that I have a syntax error in the nested OPENQUERY or is there another issue Do I need to specify a different provider in the Server Link such as OLEDB Non-nested OPENQUERYs work fine. I'm generally following theTips and Tricks article. "Executing predictions from the SQL Server relational engine". One problem is the sample doesn't actually complete the example query after the second nested OPENQUERY call. e.g. SELECT * FROM OPENQUERY ( DMServer , 'select … FROM Modell PREDICTION JOIN OPENQUERY …' ) The SQL Server server link's provider is configured to allow adhoc access. I appears that the inner OPENQUERY cannot be prepared by Analysis Server or the Server link provider but I need to return a ke ...Show All
Windows Live Developer Forums Distance between two addresses
Is there a way to find out the driving distance between two given addresses without plotting the route We have a list of addresses and we need to check the distance between each address from a user entered address. Any help would be appreciated. Thanks in advance. I believe so too. I am just waiting for my account to be setup to try it out. Thanks! ...Show All
SQL Server How to get started on Microsoft SQL Server Management Studio Express
Hi, Was trying to open AdventureWorks when i got this error: "There is no editor available "C: Program Flies.....\AdventureWorksDW_Log.LDF' Make sure the application for the file type(.LDF) is installed. How can this error be corrected I also have some error on mdf not installed.May i know how should be the initally steps to be done inorder for me to view this database. And if i do have a database from microsoft access, what are the steps that i need to do inorder to get it export to Microsoft SQL Server Management Studio Express. Please advise as i really new to it. Thanks! Hi, Thanks for the info.Btw, how do we attach access database which is mdb format The form design that i have in access database...can this be vi ...Show All
Visual Studio Express Editions Openfiledialog
Dim OpenFileDialog As New OpenFileDialog OpenFileDialog.InitialDirectory = My .Computer.FileSystem.SpecialDirectories.MyDocuments OpenFileDialog.Filter = "Text Files (*.txt)|*.txt|All Files (*.*)|*.*" If (OpenFileDialog.ShowDialog( Me ) = System.Windows.Forms.DialogResult.OK) Then Dim FileName As String = OpenFileDialog.FileName End If But how can i change language dialog. Photos: http://www.geekpedia.com/pics/openFileDialog/openFileDialog.gif Yes, but can you tell me how is code for openfiledialog becauese i create a form and this form i leave kinda Open File Dialog understant and i change name button etc... but i don't know code for openfiles please help me ...Show All
SQL Server Split the file
my ssis package downloades the text file from Ftp. iT downloades for ex 5 files. I want to split the file to smaller file after downloades. If the size of file is more then 600 mB then I want to split it into 6 files. please suggest if any task in SSIS can perform this or any other way. Two ways I can see how to do this. 1 - Use a Script Task and the System.IO namespace stream objects to read the file and write out into several files. Change files based data size, rows or whatever. 2 - Use a Data Flow, with Flat File source. Then split the flow into several outputs and direct to seperate flat file destinations. There are two ways to do the split that I can think of. You could write a Scrip ...Show All
Visual Studio Internet Connection with SQUIDproxy authentication
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad Hmmm... not really. We're using HTTP POSTs to make our web service calls. Are you able to do HTTP POSTs (not just HTTP GETs) in IE to internet sites through your proxy ...Show All
