Software Development Network Logo
  • .NET Development
  • Visual C#
  • Smart Device
  • Architecture
  • Visual FoxPro
  • VS Express Editions
  • Microsoft ISV
  • Game Technologies
  • Windows Vista
  • Windows Live
  • Visual Basic
  • Visual C++
  • Visual Studio
  • Visual J#
  • Windows Forms

Software Development Network >> muko's Q&A profile

muko

Member List

ben
Seraj
Chango V.
lcVic
Brian Gress
Rene Reyna
some other guy
Devesh Srivastava
chrischankit
JoeGilkey
Foolios
el-chema
Raman Iyer
Mike Edmans
AlunJ
Chicks_in
PeteL - MSFT
Demchuk
lydiatwin
DCreedon
Only Title

muko's Q&A profile

  • Visual Basic How can I remove vocals from multimedia using Visual Basic?

    is there anyone know how to remove a vocals from a song using visual basic or how to send the left speaker to right speaker and right speaker to left speaker using visual basic... kindly help me.... Hi, Sorry MCI command is a bit off topic for this group.  I suggest looking in forums that have more domain expertise here.   Best, paul ...Show All

  • Visual Studio 2008 (Pre-release) Limit foreign-table retrieval

    using all kinds of tricks I am trying to retrieve all customers which have orders in a specific year. So far, so good, this works. but this customer object refers to the orders-collection and whenever I access that ALL orders are retrieved. No matter how I try to persuade the object to just retrieve needed rows from the DB, if I access the orders through the parent "customer" object, I fail. can someone provide me with a hint on how ...Show All

  • Visual Studio 2008 (Pre-release) How to animate a custom control?

    As far as I know, the DependencyProperty could be animated, it's simple to use this feature in XAML, we could indicate the animation target name like: "Rectangle.Width", etc. but when I use a custom control, say "MyButton", it has a DependencyProperty "Value", I could use "MyButton" in XAML like: <Window x:Class="MyUserControl.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml ...Show All

  • Visual Basic Using Visual Basic 6 with CLR Profiling API

    I am using the profiling api with Rotor. However, I've found that using C++ to implment COM interfaces is very, very painful. Has anybody created profilers using Visual Basic 6.0 dll's having objects that implement ICorProfilerCallback If not, should this work in theory (writing a profiler in VB6 instead of C++) Does anybody have any idea where I can find a typelib for the Profiling API that would include a definition of ICorProfilerCallbac ...Show All

  • Visual Studio Team System Team Foundation Source Control Question

    Ive been testing out the TF Foundation Source control and have some question. So far i set up a new web site project and was able to add it to source control after creating the New Team Project through VSS2005. When i did this it appeared to automatically create the workspace on my machine. Q1. Does each web site project need its own workspace or does the workspace point to a directory that holds all code locally. Q2.  For other devel ...Show All

  • Windows Forms Enable adding existing controls / component to a collection property

    Hi, I need to enable the users of a control to add existing controls / components in the form to a collection. For example, adding some of the existing buttons in the form to a ".AffectedButtons" property in the control, at design-time obv ...Show All

  • .NET Development Checking internet connection

    I want to check if internet is available on Lan or not how can i achieve this functionality Hello. What version of Visual Studio are you using If you're using VS 2005 you would really just need to iterate through all the System.Net.NetworkInformation.NetworkInterface objects. This is available from System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces. For each NetworkInterface you can just query its OperationalSta ...Show All

  • SQL Server Latest information acquisition place

    Where can I obtain the latest information on a Data Mining function Books on line has a lot of information.  You can also find a lot of information at www.sqlserverdatamining.com .  Later this month (9/26) the book "Data Mining with SQL Server 2005" by Zhaohui Tang and me will be released as well. Thanks -Jamie MacLennan SQL Server Data Mining SQL Server Analysis Services ...Show All

  • Windows Forms how to display tooltip for infinity time?

    hi, I want to know how to display a tooltip forever as long as the mouse still at the control. I only find AutoPopDelay property to set the time but cannot set the time to be infinity. anyone can help thanks in advance I notice that there is a protected method on the ToolTip class called StopTimer. It seems to be what you are looking for. Only problem is that you would have to created a derived ...Show All

  • SQL Server not able to connect to the local database with (local) as server name

    I am facing a problem in connecting to the local database with server name as (local). I have installed SQL Server 2005 in my machine. When I try to connect to the SQL server with the server name as SUNILKUMAR I am able to connect but when I try to connect to the same server with the server name as (local) I am not able to connect. SUNILKUMAR is my machine name and SQL server is running locally. if anyone can help me what is the problem in ...Show All

  • Windows Forms Does the new terrarium work for anyone?

    Just thought I'd ask Is anyone ELSE feeling a little stupid for installing the new version before ANYONE reported it worked ...Show All

  • Visual C++ error LNK2001: unresolved external symbol _main

    <trulyviral@discussions.microsoft.com> wrote in message news:905960a4-dd74-4e18-ac02-10db03534d6d@discussions.microsoft.com > *coughs and says "#include <windows.h> > int APIENTRY WinMain(HINSTANCE hInstance, >                      HINSTANCE hPrevInstance, >    &nbs ...Show All

  • Visual Studio Tools for Office Links in Appointment Body in Outlook via .NET Code

    Hi everybody, i would like to enter outlook appointments via .NET Code. This is no problem at all, but when i try to add links to this, it gets complicated. 1. hyperlinks in plain text work e.g. http//www.test.com 2. When i try to do a masked link, everything is written in plain text. It should look like this: This is a link Does anybody know thew syntax of this When I go into the Outlook Appointment directly and insert a link ...Show All

  • Visual Studio 2008 (Pre-release) How to set access key to Button, Check box, TextBlock... ?

    Hi all, I can't see property or xaml tag to set access key to controls in Avalon. Please help me to get it ! Thanks Steven You put an _ in front of the character that you want to be the accellerator key. Like so: <Button Content="_Test"/> In the above example ALT+T will activate the button. HTH, Drew ...Show All

  • Visual Studio Tools for Office What is the different between this 2 set of code

    I have try out both set of codes and it seemt that if i do while to add in the event handler i will only be able to trigger the event once only and subsequently there will not have any other result But i use the code set B the event will trigger N time. Code SET A: LinkedList<MAPIFolder> selectedfolder = getConfig(); IEnumerator enu = selectedfolder.GetEnumerator(); while (enu.MoveNext()) { MAPIFolder mp ...Show All

©2008 Software Development Network

powered by phorum