Jagger_Mack's Q&A profile
Windows Forms Create Database Connection & Fill combo box
I created a windows form that has a combo box that is supposed to be filled via fields from a database stored procedure. How do i di this 1. Create the db connection 2. Fill the combo box from the SP 3. Do i create the connection&nb ...Show All
.NET Development ActiveX not showing up with framework 2.0
Hello, I am using an activex control on my website. It was running fine with framework 1.1, when I try to run it on framework 2.0 it's not showing up. It's not showing any error message, just a "image not found icon" in webpage's body and "DONE" on IE's status bar. When switch it to framwork 1.1 it runs fine. What I think for the activeX not showing issue is that this might be some security issue because I had the same problem earlier with frame ...Show All
Visual Studio Tools for Office VSTO doesn't install on my PC
When I try to install VSTO 2005 on my computer it reports the error that Office 2003 SP1 is not installed on the computer. The computer has installed Office standard version 2003 with SP2, I installed Access 2003 later. Initially I removed Office 2003 from the system and re-installed Office 2003 (standard) with SP1 and Access, still the same error, VSTO will not install! Exploring the VSTO CD I found some comments and ran vstor.exe, but still VS ...Show All
Visual Studio Team System Help cannot connect to http://server:8080 on client
Hello, I installed TF single instance on a VM. I now have an xp pro client trying to connect and get errors. I cannot get to http://server:8080 . If I goto http://servername wss shows up. If I goto http://server/reports RS site comes up. Where can I start to trouble shoot to get a client of TF to connect Thanks in advance. Hi Eddie, From either client or AT, can you browse to http://MyTFSM ...Show All
Visual C# file upload user control
well... i created a user control - <form id="Form1" encType="multipart/form-data" runat="server"> <table> <tr><td><input id="filename" type="file" name="filename" runat="server"></td> </tr> <tr><td><input id="uploadBtn" type="button" name="uploadBtn" runat="server"></td> </tr> </table> </form> ...Show All
Visual Basic Using the state of a button
I've now got my serial communication program working. My thanks to those who assisted. What I now want to do is monitor the state of a button so that I can "listen" to the port continuously but "talk" to the port when the button is pressed. I'd like to do something like the following: Private sub Button1_Click ( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ...Show All
Windows Forms a beginner question about databinding a combo box
I have a dataset that was created with the following SQL: SELECT CodeID, CodeDesc AS Grade FROM tCodeTable WHERE CodeGroup='GRADE'; I am trying to bind the dataset to a combobox called cbLastGrade. I am using the following code to do it: ...Show All
Visual Studio Team System TFS Beta 3: Files and folders converted to lower case
We have run a test conversion of our VSS database into TFS Beta 3. During this process, the conversion has renamed nearly all of our files and folders to lower case names. This is a problem as we have cafefully used PascalCasedNames for all of these items for better readability, and to match the casing of the class names that many of them contain. For example, in VSS we had \SolutionName \FirstProject &nb ...Show All
SQL Server to get the latest price value
hello all.. having been search around for days but no clue.. Hope some MVP can help.. typically from transaction, there are TIME dimension, PRODUCT dimension, and there is PRICE value measure. normally, OLAP returns is the sum aggregation of the PRICE value when cross joining the TIME and PRODUCT. However, I would like to retreive only the LATEST PRICE of a product.. return result should be: & ...Show All
Visual Studio solution level build tasks
i am new to msbuild and have been reading for a couple days now... i understand i can write a custom .msbuild file and compile a solution then call fxcop, nunit, whatever afterward. i have this setup and cruise control .net calling it. what i would like to do is have a build configuration in vs.net allow developers to call the same type of build and get the output directly. is there an easy way to specify solution level custom tasks lik ...Show All
Windows Forms extendeding the TextBox control
I get the feeling we aren't supposed to extend the TextBox control very much because there seems to be a lack of functionality available that I want and cannoy find. Either that, or I'm looking in the wrong place. One things that I want to do is find out where the caret is in the text box because I want to implement an INSERT and OVERWRITE mode for the textbox. There are ways to see what is selected, but no way to see where the cursor positio ...Show All
SQL Server set context_info
I have req: where i need store a string value and retrive it later on. And it should be session specific. Hence I thought of using "set context_info". But when I set the value and then retrive it the values are not similar. Here is a sample where the length are different: declare @context_info_var varbinary(128) select @context_info_var = cast ('test' as varbinary) print len(@context_info_var ) //5 IS PRINTED set context_info @context_info_var ...Show All
Software Development for Windows Vista Exception has been thrown by the target of an invocation.
I have the standard code for hosting WF through Webform as below... protected void Button1_Click(object sender, EventArgs e) { Dictionary<string, object> parameters = new Dictionary<string,object>(); parameters.Add("Alias",txtAlias.Text); WorkflowRuntime workflowRuntime = ...Show All
Visual Studio Help not listed in TOC after install
Hi All, I am finding a strange problem with the integration of help collection. In our case, help is installed using a VS setup program. This msi is being installed silently as part of another msi install. The help is registered correctly. The help collection is listed in the filter combobox for help-index, contents and search. But, say in contents, no contents from the help is listed. similarly for index, no entries from our help c ...Show All
Visual C++ Merge IDEs
I find the MSVC .NET GUI just awfull... (no offence :P). Is it possible to use the .NET linker and compiler with MSVC 6 Thanks. Speaking of moving folders. Moving/reordering folders at least manually in the project (text) file worked well before 2005 and is broken in 2005 (now all folders are sorted alphabetically no matter what you do - maybe the C# team pressured them for this, but we C++ guy ...Show All
