Mehmet Ozdemir's Q&A profile
Visual Basic [vb 2005 expr] Killing a copy-dir process
Hi. In my VB 2005 express application I make a copy of one remote directory (connected as a net unit) to my local hard disk with this line: My .Computer.FileSystem.CopyDirectory("F:\namedir1", "C:\namedir1", True ) This works inside a backgroundworker thread. When I cancel the thread, the copy still goes on, especially if the source-directory is big (some Gb). I want to stop immediately the copy, how can I do this Is there a way to know ...Show All
Visual Studio Team System replicate cool history tab in report
How can I determine field/old value->new value through the warehouse (relational tables) like on the WI History tab Thanks in advance. Bernie There is an object model you can use to access work item revisions using Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore. To get all of the field values for a work item and all its revisions: TeamFoundationServer tfs = TeamFoundationServer ...Show All
Visual Studio .net framework unable to install.
[07/13/05,17:37:48] Starting Install.exe [07/13/05,17:37:48] Parsing switches from commandline: C:\DOCUME~1\Desktop\LOCALS~1\Temp\IXP000.TMP\Install.exe [07/13/05,17:37:48] SourceDir: C:\DOCUME~1\Desktop\LOCALS~1\Temp\IXP000.TMP\ [07/13/05,17:37:48] Install started [07/13/05,17:37:48] Checking system requirements [07/13/05,17:37:48] OS: Win NT [07/13/05,17:37:48] Ver: [07/13/05,17:37:48] SP: Service Pack 2 [07/13/05,17:37:48] Checking I ...Show All
Visual Studio Team System Sharepoint Email Messages
Hi All, Can anyone tell me how/if I can change the default email message content when alerts etc are sent I’m assuming this is a sharepoint configuration but can’t find where the email message is defined. Thanks for any advice Paul Hi Paul, Yes, it is possible to modify the text of the alerts. Take a look at: http://www.microsoft.com/resources/documentatio ...Show All
Windows Live Developer Forums WLM buddy
great job on this IM client, the design, the features, everything, except one thing: when you right click the WLM buddy near computers watch, the context menu shows: ___________________________ Open MSN Messenger Exit so... why is that still there if i've been hearing that this is a revolucionary IM client blablabla... keep the great work The purpose of this forum is to discuss MSN and Windows Live application development using the Messen ...Show All
Visual Basic Display an executable icon in a picture
Hello everybody. I want to display the icon of an .EXE file in a picture box. How can I do it Can anybody tell, please Thanks PictureBox1.Image = Icon.ExtractAssociatedIcon("C:\MyProgram.exe").ToBitmap will load it into the picturebox. If you actually want to draw it at a specific location then use this function in the Paint event for the desired picturebox. ...Show All
Windows Forms Tab control shortcut key
How can you set a shortcut access key for each tab of a tab control Using the & sign like you do for labels and command buttons doesnt work,(it just puts the & in the text). Also Im using vs 2005 C#. Thanks, I just came across some code that Sets up shortcut keys for the .NET tab control private void frmReceiptWare_KeyDown(object sender, KeyEventArgs e) { &nb ...Show All
.NET Development DB 2 AS 400 access
Hi, We are using IBM iseries OLE DB provider and once we make a source connection using the same we get an error saying that the "Default Code Page" property is not defined and a default code page will be used. We tried using the code page as specified on the source system, but still keep getting an error while executing the package. The error says that the OLE DB exited with an error code Any ideas Thanks Manish ...Show All
Visual Basic Easy way to work with Time Zones
Hello, I have a problem. How can I easily work with different time zone client of my asp.net 2.0 application live at different part of the states, and I like to write a vb class to handle there time. Help Alan, I'm not sure what your exactly asking for here. If you want to store the date/time in a value which can be used to ensure that you can determine the actual time of say a transaction on ...Show All
SQL Server Count() function
hi I have a problem in using Count function. I want to search a XML file and in that file I want to find the the number of child elements "Science" keyword in them and then I want to count how many times the word Science appear in any of the child nodes. If i try by the way u told it works but does give the right results. so if the nodes are <Package> Science made life very simple. Bio-Science , Organic Science are the part of ...Show All
SQL Server Unable to Migrate SSAS 2000 to SSAS 2005 with MigrationWizard.exe
To all, I am having a heck of a time on the SQL 2K5 MigrationWizard.exe. I get the following completely ambiguous message: Exception Type 'System.OutOfMemoryException' was thrown. The typical "life-lines" of searching MS have provided no help. The wizard is migrating about 35 dimensions and about 40 cubes. Is this too much for SQL 2K5 to handle Kenny Hi, If the AS2000 cubes contain many part ...Show All
Visual Basic Creatign access database
Good day I need to create a Microsoft Access 2000 database in VB.Net 2003. I need to be able to create a project and add tables and data to the tables. Help would be much appreciated Rocco Here's a little class I wrote to create a new Access database. You can specify the database format (Access 97 or Access 2000), and set a database password. You need to add a ...Show All
Visual Basic Questions?
HELLO! I AM NITESH MENON AND I HAVE SOME QUESTIONS. I HAVE BEEN USING VB FOR 3 DAYS AND NEED HELP. QUESTION 1- When using a web browser is there a way to go back to the previous page in VB (like back in internet explorer) QUESTION 2- When using a web browser is there a way to go back to the next page in VB (like forward in internet explorer) QUESTION 3- How can I display another form other than the main one. QUESTION 4- How do ...Show All
Visual Studio Express Editions playing music in vb express?
How do you play a wma or mp3 file do you have to have an activexcontrol, if so i have tried the windows media player activex control and I don't understand it. does anyone know how to do either i need something like wmp.play = C://Mydocuments/Mymusic/example or something like that Yes, the Windows Media Player control is the way to go. http://www.codeproject.com/useritems/Play_sound_in_VBnet ...Show All
Visual Basic finding directory size in vb.net
I've been trying to find the size of a directory with vb.net but not having much luck. I've tried things like: My .Computer.FileSystem.GetDirectoryInfo(basePath). but no appropriate methods or properties are coming up. Any ideas Thanks. My intuition is telling me something. I dont think you're going to be able to just call a property a receive a number. I think you're going to nee ...Show All
