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

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

AmitKale

Member List

Michael Palladino
michaelplevy
AlAmri
Terry B
e-roo
MatthewVincent
C. David Johnson
philselmer
Technoverma
23
GeorgJ
peterg99
CFutino
Marnik Van Hileghem
Studioj
rmahaffey
BostonMerlin
Jeremiorama
torque_sherry
Victor G
Only Title

AmitKale's Q&A profile

  • Microsoft ISV Community Center Forums Can I get Micorsoft.RuleEngine.dll ?

    Hi Ihave a question on Microsoft.RuleEngine.dll used in Biztalk server 2004 core: Can developer buy a stand-alone licence of Microsoft.RuleEngine.dll (without the development FrameWork :Deployment wizard, Business rule Composer,.. ) thank you ;) Per our support engineer: Base on my understanding, our buddy wants to buy BizTalk rule engine instead of whole BizTalk package. We may ask our buddy refer to http://www.microsoft.com/biztalk/howtobuy/default.mspx for the detail information. I think our buddy can not only have the rule engine separately. If our buddy wants t ...Show All

  • Windows Forms Open MDI child within MDI child

    Hello all, I have a unique problem that i'm hoping someone can help me with. I have a standard MDI application that contains the following forms: Parent form = frmMain Child forms = frmRecord and frmIntake This is the problem. When the frmRecord is loaded, i have a button that has the following code: <CODE> Dim MainForm As New frmMain Dim Intake As New frmIntake Int ...Show All

  • Visual Studio Team System Other platforms for project management

    I am wondering if anyone of you knows other then TFS, such complex, platform for project management I am writing a masters thesis about TFS and I would like to compare TFS to other platforms. The problem is that I don’t know other so complex platforms. Maybe there isn’t anyone PS. I hope that this forum isn’t bad place to ask such questions J Dominik There's quite a few out there including: Borland Starteam Enterprise Advantage IBM Rational products Telelogic Synergy These are the marked leaders, but there are probably more... You probaly will like this link: http://www.borland.com/re ...Show All

  • Windows Forms Image on Splitter Control

    I've put an image on the splitter control to make it easier for users to use it and know it exists. However when dragging from the image(picture box) itself the splitter control doesn't get the event. How can I get the picBox to ignore mouse events Here's how I added the image... VSplitImg = New PictureBox VSplitImg.SizeMode = PictureBoxSizeMode.AutoSize VSplitImg.Image = barimg.Images(0) VSplitImg.Top = 0 VSplitImg.Left = (splt.Width - barimg.ImageSize.Width) \ 2 splt.Controls.Add(VSplitImg) FYI, thanks to Mr. Kean in a separate post , I was able to solve this problem by inheriting from the splitter contr ...Show All

  • Visual C# Windows Media Player Help

    Is there any way of retreiving Windows Media Player's current playing track i've been looking through all of the classes, interfaces, and everything else in wmp.dll but i cant find anything. is it possible to get the name of the song what i mean by that is the ID3 song info. i know how to do this but i dont know how to make an instance of it using new.         WindowsMediaPlayer media = new WindowsMediaPlayer();         IWMPMedia m = new media.currentMedia();         string z = m.name;   that's the current code that im us ...Show All

  • SQL Server Lookup bug (altering caching breaks joins)

    There is a bug in the Lookup components, that changing the caching mode breaks the join logic.This is even documented! AFAICT, if you want the full join logic (where it matches on null values as well), you simply must use full caching everywhere, and install more memory as needed. :( Does anyone know if this will be fixed with the next version, or in the release "Enabling memory caching breaks joins" seems to me like an annoying bug that is likely to bite newbies, even if they call it a "feature". I cannot get into betaplace (I went around in circles with it for a while, trying to click on invisible bu ...Show All

  • Windows Forms Clickonce online problem : Cannot download the application

    Hi, I made a small Windows forms app that I published with no problem as a disk install using clickonce. However when I tried to make that app available as an online only launch, I ran into problems. Namely I get a 'Cannot download the application. The application is missing required files. Contact applicatio vendor for assistance (sic!)" message. I notice something strange in the log : the url of the download start is correct (servername/foldername/appname.application) but the one in the error is not (server/appname/appname.application. Does anyone know if that's the problem and how to resolve it Thanks, MM OPE ...Show All

  • Visual C# Load Icon from file

    How do I set the Icon on the top bar to an exteranl .ico file you want do it programaticly or just import into your project and use from there the second one is simple so i will asume that your question is the first one 1) open the icon file 2) read all 3)convert to icon object 4) set the From1.icon=theIconYouImported tell us if you manege it to wok.. if not .. provide some more of what you want to do.. and i will post some code Luck! ...Show All

  • SQL Server SQL Server 2000 DTS Tools Web Download

    Is the Web Download to install SQL Server 2000 DTS tools available yet If so where Thanks Darren Sometimes happen the same and even only appears the arrows. I had a lot of problems with this messing up my Sql2k Entreprise Manager. ...Show All

  • Visual Basic What's the diff: Directory. VS. My.Computer.FileSystem

    What's the difference between using Directory.<member> and My.Computer.FileSystem.<member> My.Computer.FileSystem contains extra methods for copying, moving and deleting files/directories that can make use of the Windows Shell dialogs, which the System.IO.Directory class does not. ...Show All

  • Visual Studio Express Editions Error Message

    I have create a dll name "Special". At the C# IDE, i able to add the special.dll file to my reference. But, when i running the C# program, It come out with below error message Could not load file or assembly 'Special, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. Did you know what message is it How's to solve it Sorry, i do not understand what you means by assemblies. Can make it more clear ...Show All

  • Windows Forms Deployment of and IE Toolbar

    Hello all.  I've been having problems for about a month now trying to get an app deployed correctly via Studio .Net 2k3's deployment project.  I created a setup project within my solution.  I have 3 dll's that have to be registered in the GAC in order for it to show up in IE as an option.  It's almost seems random that it  ...Show All

  • Visual Studio Valid load key

    Where can I request a package load key At the url : http://msdn.microsoft.com/vstudio/extend/ can not find any helpful information     http://affiliate.vsipmembers.com/affiliate/myProducts.aspx ...Show All

  • Visual C++ 100% cpu utilization poor performance of debugger in vs2005 july ctp

    I can't debug program because devenv sits at 100% cpu after starting debug of 64bit application . As if it's polling . Ide gui is not refreshing . The launched  exe to debug shows in task manager , no cpu . What's the ide doing/ waiting for (so far its chalked up about 20 minutes cpu and no end in sight)  -chaz ok I did that . There was actually another user reporting the same bug with the July ctp. Hopefully it get attention soon as I am unable to do any more development work with 2005. as a side note , the 50% is due to hyper-threading meaning it is really 100% cpu . ...Show All

  • Visual Basic How to make a simple form print. Please help

    Hi all Before I start, lemme just say I am a complete newbie at this and trying to learn. I have searched here and the help in vb but I cant seem to get anywhere :( I am using Visual Basic 2005 Express Edition and I have made a real simple form, where I choose a date, enter a name, address and phone number and all I want to be able to do is be able to print it. The form doesnt need any formatting. I have dragged over PrintDialog1, PrintDocument1, MenuStrip, Toolstrip etc and have somehow managed to get the print button to show at the top of the page. also I did it in the way of File > Print but upon clicking those nothin ...Show All

©2008 Software Development Network