Cool Eithen's Q&A profile
Visual Studio Team System Can't instrument project targets for ASP.NET performance session?
I create a new ASP.NET performance session and point it at my web application directory (i.e. not using IIS). Now, I can sucessfully get performance data for the web site itself, but I cannot seem to get performance data for any other project assemblies I've configured for instrumentation. At first I noticed that it was instrumenting the project assemblies in their respective project \bin directory as opposed to my web site's \bin directory. ...Show All
Visual C# Can't zip nested folders
Hi people ! does anyone here used the java.util.zip package I need to zip a series of nested folders similar to this MyProjects/MicrosoftProjects/MyProgram/bin/Debug/MyProgram.dll however the ZipOutput stream requires a file,in this case MyProgram.dll.Does anyone have a workaroud regading the above issue I keeping hitting the FileNotFoundException as i specifed the sourcestream at MyProjects/ regards Wilson Actually, if you are usi ...Show All
Software Development for Windows Vista Vista Beta 2
I am also having the same problem I was trying to reply to a different message and started a new thread by accident. Anyway I'll pose my original question, when I try to extract the Vista beta 2 OS. I only get a 2k notepad file stating "This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification." I can't figure ...Show All
.NET Development I face a front back problem
Hi! Everbody Can anyone here to resolve my problem. I have face a problem with a menu attacheh in my application When I drag mouse over the heading of the menu, the menu lists open. Just below of the menu there is an dropdown when menu list open it seen backword to the dropdown why it is so how do I resovle this problem Hi, If I understand yo ...Show All
Visual Basic Creating a subclass
Hi, I have a class, named "yehidote", that has a lot of functions. I want, that to call the functions, I'll need to call them like: YehidoteObject.MassFunctions.Function Instead of: YehidoteObject.Function How can I do that Thanks, Ofir. You can do like this: Public Class Main Public Shared Sub Main() Dim YehidoteObject As New yehidote ...Show All
Windows Forms Resizing the font of a CheckBox control
Hey Howzit, I would like to beable to resize my checkbox control's font. The code below works perfectly for a textbox control's font, but it seems not to beable to work for a checkbox: private void applyFontScaleFactor( float factor) { base .Font = new Font (_baseFont.FontFamily, _baseFont.Size * (factor)); } Can anyone help NewbieDude wrote: ...it seems not to beable to work for a checkbox... ...Show All
.NET Development Application queries in a xml file
I want's to built a xml file e.g ApplicationDbQueries.xml which will create the name of all the queries file i.e <ApplicationDB> <include Queryfile="customer.xml" Name="Customer" /> <include Queryfile="Sales.xml" Name="Sales" /> <include Queryfile="Product.xml" Name="Product" /> <include ...Show All
Windows Forms Determining Drive type at runtime
I have an application which uses the openfiledialog control to allow users choose a destination drive for writing purposes. I need to be able to determin at runtime, if the returned directory from the openfiledialog is a local or network drive... please help Chinedu wrote: I have an application which uses the openfiledialog control to allow users choose a destination drive for writing purposes. Wouldn't it be more ...Show All
SQL Server XML source
I used a URL to xml feed as source and it worked great. A nother URL I visit requires me to add the lastvisited time to the URL. Any suggestions how to do this in SSIS (Assume I can select time lastvisited from database but how do I add it to the url and make it execute every 5 min for example) Regards, Throstur I'm assuming the URL is in the connection string of an http connection manager, is that cor ...Show All
Windows Forms Invisible text in MessageBox (using VB .NET 2003)
I am using VB .NET 2003 to do my developing. Over the past year or so as i have honed my skills, one thing is getting incresingly annoying. Sometimes when I am testing a theory and want a message box to show the error text or a success message, the message text allocates the right amount of space, it is just invisible. The text on the MessageBox's OK button is invisible too. The caption on the MessageBox shows fin ...Show All
Visual Studio Express Editions Monitor Program For Crashes
HI all, I have written a program that trades Forex for me that connects to my broker via an API interface. As the program can run for days at a time un monitoried I need to know if the program crashes and if it does restart it. I know this is band aid fix and I should just fix why it crashes. The thing is I can not find out why it crashes every now and then and until i do I want to use the band aid. It is a multi threaded app and fro ...Show All
Visual Basic What are the differences between a DataAdaper and a DataReader?
When do you use DataAdapter and when do you use Datareader.Please suggest refernce material Paul Domag wrote: Hi, Use an adapter if you want to retrieve files and perform changes in its data. I would say: Use an DataAdapter with a DataSet if you want retrieve records and make changes to them. ...Show All
Visual Studio Express Editions Check Array for in another Array
I have a console utility I am trying to build and I am wondering what's the best way to go about checking one array to see if each of it's values are in another array Let me explain. I have a text file which is set up like this: UserID1,Group1 Group2 Group3 Group4 UserID2,Group1 Group3 Group4 UserID2,Group5 Group6 So, one UserID can be on multiple lines, but groups never repeat. I also have setup an array o ...Show All
Visual Studio Team System TFS access from outside domains
I managed to install TFS in a single server installation. I installed it on a win2k3 server residing in our developer domain. Access to the TFS with domain users is ok. The problem I have is that certain developers are outside our developer domain. How can they be connected to the TFS I found some posts directing to ADAM. I have downloaded a lot of white papers, read through them but I still do not have a clue how to do that. Can some ...Show All
Visual Basic label wont update text
I have a group of dynamic label controls hosted in a groupbox. I have created event handlers for dbl click which pops up a dialog box to alter the text property of the control.For some strange reason the change only occurs if I minimise and then maximise the form. ANy ideas cheers Hi kiwicoder2, thanks for ur post.. tell me what is the role of invokepaint what does it actually do what i have do ...Show All
