Josh Stitzel's Q&A profile
Visual Studio Express Editions working with Auto Complete
Hi, Here is the situation that happened. I tried to use Autocomplete source for a combo box( or list box ). for ex. i have values like this ( Customer 1 :- Jane,Tamil Nadu,India and Customer 2 :- Jane,Karnataka,India ) when assigned the autocomplete source for it, from the list source, I got only one value ( i.e., the distinct customer. only one Jane ). and Iam unable to choose the second customer . Is only distinct values only will be retrieved from the lists of elements in the auto complete . Please Clarify . Thx and Regards. Mohan Raj K. Hello ! Please Reply. I don't u ...Show All
Visual C# How to Open C# Program with Parameter from Command Line ?
I am new to C# and trying to write a small app which will eventually accept a user ID as an input parameter. In the example code below, I'd like to ask how to start this app from the command line as as follows: c:\>DumpFirst.exe ("PARAMETER PASSED IN") How would I get this parameter above into the exe below Many thanks Mike Thomas using System; namespace DumpFirst { class Class1 { private String strString; public Class1() { strString = "NO PARAMETER PASSED IN" ; } public Class1(String t) { strString = t ; } static void Main(string[] args) { Class1 t = new Class1(); S ...Show All
Visual Studio Express Editions MDI child and Parent.
Hello, i am trying to learn vb by myself. and i am going good also. i have one form which i have converted in to MDI parent from the properties. but i have few more forms, which i want them to open inside the parent form. now i dont know how to make them child form. can u show me Say MD was the mdi parent window and frmtest was a form. dim n as new frmtest n.parent = md n.show That would make a new copy of frmtest show up in the mdi form. ...Show All
Visual Studio Team System Does tfsSetup have to be licensed user
Hi, with Workgroup edition you only have 5 users max. So, is it necessary for one of these is TFSSETUP as its taking a valuable user. Thanks. The setup account (referred to as TFSSETUP) is the account that has full administrative rights on the server. The best way to handle this is to set up TFS as the user who will be the primary administrator. ...Show All
.NET Development CSS problem with VB.NET webform textboxes
Hi, I have a webform with texboxes on it. The background color is the defaul one (white). Seven out of 30 text boxes have a yellow background when I open this webform in IE6. I've tried to replace it with the newly created ones with the same result. I head that it could be a problem with .css but couldn't find any info. Thanks in advance, OB Do you have the Google toolbar installed It has a feature for prepopulating common fields like first name, last name, email address, etc. By default it indicates which fields it can populate by making their background color yellow (msn toolbar uses a variety of colors), ...Show All
Windows Forms datagrdiview columnnames
how to display my table in a datagridview for example, i have a table Employees in sqlserver with columns EmpID and EmpName. I'd like to display it in the datagridview, columname = Employees, Row1 = EmpID, Row2 = EmpName. What I want to display is the name not the value. I guess you can use DataAdapter object to get the schema info of your database table, and then bind to the DGV. ...Show All
SQL Server How can i generate a cube of XML Data
I have a table with two columns - int(primary ky) and XML. I want to use Analysis Services to build a cube of the data stored in the xml column of the table in SQL Server. How can i do that Hi Abhi, I don't think I have a general answer - again, it would depend on whether the XML data is related to facts or dimensions of the cube UDM, and whether an XML instance represents a single or multiple (fact or dimension) items/rows. But here's a simple scenario for AdventureWorksDW which works - is this along the lines of what you're looking to do with XML data in SQL Server - Create a new Analysis ...Show All
Architecture Win2003 Server Desolving NIC team, will there be a DNS problem
My company recently wanted to dissolve the NIC team and create 2 IPs (one for each NIC). This is in support of a program called Altiris. What kind of problem will there be for the DNS What about failover Does Round Robin actually work in this case How would we go about doing this ...Show All
.NET Development help needed with XSL Transformation
Hi, I have a xml like this < xml version="1.0" > < xml-stylesheet type="text/xsl" href="TestImage.xsl" > <Look> <gif>R0lGODlhZABkAPf/AP////f39+fn7+/v9/f3/+fn99bW597e79bW78bG3s7O57291rW1zsbG57293rW11q2tzqWlxq2t1qWlzpycxpSUvYyMtYSErZyczpSUxoyMvYSEtXt7rYSEvXt7tXNzrWtrpWNjnFpalGNjpVJSjFpanEpKhFJSlEJCe0pKjEJChDk5czk5ezExazExcykpYykpayEhWiEhYxgYShgYUhAQORgYWhAQQhAQSggIKQgIMQgIOQAACAAAEAAAGAAAIQAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ...Show All
Visual Studio Express Editions Using Classes and Structs
I am confused on using Classes and Structs. Can anyone shed light on what MS has changed about them example this code generates a ton of weird errors #include <windows.h> class CIGECORE { public : LPSTR sAppTitle; int iPosX; int iPosY; int iWidth; int iHeight; }; That would be Gdi32.lib. FWIW, I just googled GetStockObject, the first link is MSDN, and the MSDN page at the bottom tells you what to link to ( if you ever have these sort of troubles again ). I tried a couple from ...Show All
SQL Server Print Preview pagination for multipage data in single text box
I have a tried two different reports one with table and the other without The last textbox in both reports contains enough text which should fill half of first page and half of second page. In both reports the print preview and export to PDF keeps the first page blank and puts all the data in the second page. It appears that the textbox control doesn't know when to place a pagebreak when in print preview and export to PDF. The rdl file has no pagebreaks defined anywhere. Thanks in advance for your help! There is an implicit keeptogether on the text box. Only when the text box cannot ...Show All
Visual Studio Team System Lock Binary Files on Checkout
Is there a way to force a check-out lock on binary files when they are checked out Since you cannot merge these files, wouldn't it make sense to automatically lock them on checkout Seems like disastrous consequences are looming without this capability since someone will check their changes in over a previous checkin changes. Thanks. Lots of common binary files are set to non-mergeable (exclusive lock) by default. You can customize which file extensions are mergeable via Team -> TFS Settings -> Source Control File Types. ...Show All
Visual Studio Package Load Failure in VS2005 June CTP
Two of my different VSIP packages all fails to load with this new VS2005 June CTP. They works fine in VS2005 beta 2. Is this a known problem with this CTP great info for the Ladybug bug submission. I cannot stress how important it is to file bugs. Forum posts are not bug reports. Please take the time to help us deliver a high-quality product for you to be successful developing your product with. ...Show All
Visual Studio VB 2005 Express Beta 2 "Beta Period Expired" problems
I can install VB 2005 Express without a problem. When I run it I get a message telling me that the Beta Period has expired. I have:- Uninstalled all versions of VB, .Net, SQL server, MSDN etc Used the Microsoft Beta version uninstall tool Cleaned the registry rebooted I still get the same error when I re-install. Does anyone know how to get rid of the problem Thanks Andy Remove any beta remaining software on your machine. All VS Beta products expired on May 1st. ...Show All
Visual Studio Team System Dynamically Populating of ListItems of ALLOWEDVALUES Field.
Hi We want to dynamically populate the <LISTITEM> values in <ALLOWEDVALUES> field for work item customization in VSTS. Is there any procedure or suggestion available in order to achieve this In "Authoring Work Item Types.doc" of Extensibility tool kit we could able to see the examples explaining about assiging a static values to <LISTITEM> but we want to get the values dynamically. Please kindly provide us some solution in order to solve this problem. Thanks There is a lot of information about the Work Item Object model in the extensibility kit. See http://blogs.msdn.com/team_foundation/archive/20 ...Show All
