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

Software Development Network >> Avi.harush's Q&A profile

Avi.harush

Member List

Ashok_Roy
JLA_dk1
System Error
Oleg V. Shastitko
JerryNixon
Markus1982
vbrook
siwel_nerrad
CraigInGeorgia
Arcadhia
jianfeng
Den Jos
DarrenMcD
JonTec7
SubbuBalla
Ashok Baria
Johannes Hansen
john.matthews01
coxianuk
Simon Detheridge
Only Title

Avi.harush's Q&A profile

  • Microsoft ISV Community Center Forums What's your experience with the buddy program?

    Started by admin at 03-28-2005 5:11 PM. Topic has 2 replies. 03-28-2005, 5:11 PM admin Joined on 12-16-2004 Posts 14 What's your experience with the buddy program We've already received a couple of posts on buddy experiences (thank you!) and would love to see more of them, so feel free to jump in and reply to this post and share yours! Thanks, Brenda [msdn/isv] 05-09-2005, 6:08 AM thomas woelfer Joined on 02-14-2005 Posts 5 Re: What's your experience with the buddy program i introduced myself and never h ...Show All

  • SQL Server Errors reported by uninstall tool for SQL Server 2005 (Tools) Express Edition CTP

    Over time I've updated VSTS through a couple of versions and finally want to uninstall the RC1 to install VS 2005 Pro (RTM).  Ran the uninstall tool a few times (reboot included), but I keep getting a failure only on two items-- any ideas Microsoft SQL Server 2005 Express Edition CTP The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is :Failed to read property "InstallIds" {"MachineConfiguration", "", "MANPC004513"} from cache  Unable to write property into cache: IsClustered   Unable to write property into cache: "IsClustered"    XmlRW Error: Failure ...Show All

  • Visual C++ Can my VC++6 app tell if a piece of hardware is connected?

    I'm writing a VC++ 6 application which communicates with Audio Streaming I/O (ASIO) compliant audio devices.  The devices are attached via USB or FireWire, and the drivers are installed.  My application traverses the Registry and obtains a class ID (CLSID) for each device driver.  Using each CLSID, it requests a COM instance pointer by calling: CoCreateInstance (rClassId, NULL, CLSCTX_INPROC_SERVER, rClassId, &pInstance); CoCreateInstance returns a valid instance pointer (pInstance) for each installed driver, regardless of whether the corresponding hardware is actually connected.  If the hardware is absent, my app ...Show All

  • Visual Studio Visio and Visual Studio 2005 (Standard)

    I have Visio 2003 (Professional) on my system and I would like to use it with Visual Studio 2005 for reverse engeneering without having the expense of upgrading my Visual Studio edition. Is this possible If not why not - seems to me one purchases Visio in good faith and then purchases VS2005 in good faith but they do not work together! If this is true it would be like being unable to embed an Excel spreadsheet in a Word document! Hoping someone hears... Thanks, Kurt Sorry, but the fact that you have class designer built in to Visual Studio 2005, while a nice feature is a cop out. I do really like th ...Show All

  • Visual Basic What's wrong with this code?

    I had this code that i am supposed to use for my current project...Using Crystal Report, I want to sort the record by entering the two dates (dtpFrom, dtpTo), the name of the company(FINAL2.COMPANY), the description(FINAL2.Description) Private Sub ConfigureCrystalReports() Dim mySelectFormula As String = "{FINAL2.Order_Date} >= #"" & dtpFrom & "#" & " and {FINAL2.Order_Date} <= #"" & dtpTo & "#"" & " {FINAL2.COMPANY} > Maxicare " _ & "AND Mid({FINAL2.Description}, 1, 1) = ""C"" " myCry ...Show All

  • Windows Forms Setup Project Bug?

    Hi All !!! I'm not sure that it's the most appropriate topic for my question. I created VS Setup Project, built it and got msi package. I edited that msi with help of Orca:      Feature, FeatureComponents and MsiAssembly tables for Features creating      Control, ControlCondition, ControlEvent, Dialog, EventMapping tables for one dialog creating (dialog for review of these Features). Modified msi package shows Features list and works right. All is OK. If I add in Setup Project anyone Custom Dialog, build it and edit new modified msi with help of Orca then Features don't show - list is empty. I don' ...Show All

  • Windows Forms Dynamic Menu Based off A table

    I am trying to create a menu that is created dynamically.  The program will pull it out of a sql table and them build the menu.  I need it to do it on the load of the main form.  I found an article but it is wanting to use a click off the menu to create the sub items.  It is using the following code: Public Sub Menu_Click( ByVal sender As Object , ByVal e As System.EventArgs) 'Instantiate our menu class variable. Dim dmClickedItem As New clsDynamicMenu() 'Set the Event Handler object to Menu_Click (this routine). Dim ehMenu_Click As New System.EventHandler( AddressOf Menu_Click) 'Cast the sen ...Show All

  • Visual Basic delegate question

    delegate question I'm learning about delegates on page 129 of Wrox Professional.VB 2005. The authors propose the code below. Two things confuse me. 1. In the line Public Sub DoSort(ByVal theData() As Object, ByVal greaterThan As Compare) why don't I have to include the parameters v1 and v2 2. Since Public Delegate Function is a function, why don't I need the statement End Function dennist685 Module Sort     Public Delegate Function Compare(ByVal v1 As Object, ByVal v2 As Object) As Boolean     Public Sub DoSort(ByVal theData() As Object, ByVal greaterThan As Compare)     &nb ...Show All

  • Visual Studio Team System SourceControl Project backup/restore/archival

    Does anyone know how to backup/restore a single project in a single TFS SourceControl database containing multiple projects without touching the other projects In VSS you could archive part of a project based on a label, how would you do that in SourceControl TIA, Gert Same thing. You could define label in TF Version Control too. At command line it will be "tf label <label name> <ProjectFolderName> /r In UI, just right click project folder name in Sorce Control Explorer, select "Apply Label", select version and define label name. Hope that helps, Bhavik ...Show All

  • Visual Basic vb 05

    I would like to changes my batch files into a vb.exe or a msi file.  I can't find anything on that subject at all in visual studio 05 for vb.  Can somebody point me in the right direction, I'm new at this right now.The batch is set to backup system files and then zip them up using winzip. I'm not sure that it makes a lot of difference Paul. We can be sure of one thing..... Batch file work arcross entire programs to do molar tasks often calling program after program Each program called by your average batch file is likely to be pretty complex including dir and copy......... If someone told me... that I was goinf to be ...Show All

  • Visual Studio Team System Adding Areas and Iterations via the object model

    Hi, I am trying to add Areas and Iterations programatically, and am stumped. I can see them via the Project.IterationRootNodes, but there doesn't seem to be an Add. Can anyone help The root nodes of any project can be obtained through the ListStructures method in ICommonStructureService. You do not need to go through the WIT OM. If you want to create a node beneath a node that isn't a root, you can use the GetNodeFromPath method to find the GUID that corresponds to your desired parent. ...Show All

  • Visual Studio reportviewer is missing from toolbox in my web developer express

    I can't find the report server control which is supposed to be included from what I have been reading. I found a download to install it. Installed it no luck. I had VX open at the time. Restarted machine. Still no reportserver control in the tool box. Any suggestions on what to try BillR2 HI, i am using Visual Studio 2008. I have installed Microsoft Report Viewer Redistributable 2008 from here: http://www.microsoft.com/downloads/details.aspx familyid=CC96C246-61E5-4D9E-BB5F-416D75A1B9EF&displaylang=en but ReportViewer control is NOT preset on my toolbox! I have tried to install SQLServer2005_reportAddin.msi but inst ...Show All

  • Windows Forms Resizing

    Hi all, How is it possible (while resizing) to resize the form only one time after each MouseUp event And without performing changes in Windows XP. Thanks in advance ...Show All

  • Smart Device Development Remove TextBox Border

    There is no BorderStyle for TextBox control. How do I implement this in VB.Net There is a workaround. You place the textbox in a smaller panel (read this thread from the beginning): http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/4b0db0e960c94b72/0512ddbb39e69620 Cheers Daniel ...Show All

  • SQL Server How to import files via HTTP in SSIS

    Hello, How can I import data into SQL server via http server Thanks So use the variable and supply the folder you need to that variable. You cannot get th path of the package, as the package may not even have a path, and is being hosted at execution time, so the package path is meaningless . You seem to have started another thread so followup there. ...Show All

©2008 Software Development Network