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

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

Zantac

Member List

Daniel Teixeira
Sivakumar chillara
JKP
Bai hao
Sean John2005
fataqui
troyt
Wadim
dirish74
ecoloney
Knuckles
Timothy J. Suhr
afrc2
Matt17
aylmerj
Vladimir Nesterovsky
AvanadeBill
ccchai
Poshi
TohKung
Only Title

Zantac's Q&A profile

  • Visual Studio Express Editions install c#

    hi, i need help to install the visual studio c# express edition from the begining! thank you, moria. whats your problem please tell in what step during instal your problem. tell your OS/sp/what version you want to install C# then maybe we help you ;) ...Show All

  • Windows Forms Adding UserControl to Windows Forms Application

    Hi - I have created a small Windows Forms Application test application. I want to add a UserControl to my project that is editable in the Designer. To do this I am right clicking on the project in the Solution Explorer, then selecting Add->AddClass. This brings up a dialog with a tree view with all the class types I can add. I select .Net from the tree control and then the UserControl Icon. When I click Open I recieve a MessageBox that says: "User Controls can only be added to DLLs". Is this true Is there a workaround to this, as I would rather not make a DLL if possible. Thanks in advance - Samy Just f ...Show All

  • Visual Studio Express Editions atlrx.h missing?

    I have MS Visual C++ Express Edition and WTL 7.5 installed but i cant find the header-file atlrx.h. i supposedly need it for the function GetDlgItem. any idea where to get it or is there any header that also contains this function WTL requires ATL which is not included in the Express edition. Atlrx.h normally lives in the $(VCInstallDir)VC\atlmfc\include folder. ...Show All

  • Software Development for Windows Vista Install Issues - "a disk read error occurred"

    When the Vista install reboots the machine I get the following error. a disk read error occurred. I have tried several different drives and still get the same result. Any ideas unfortunately I gave up. I was running an old box and figured motherboard was too old. It was a pII with 1gig ram and a 60 gig drive. It runs windows server 2003 just fine so I thought I would give it a shot. I tried several times with different disk partition configurations and still the same response. ...Show All

  • Visual Studio Express Editions permission denied runtime error 70

    I'm writing a program that copies a file over another. Either of the files could be in use at any time by others (momentarily). I want to ensure that I won't get permission denied if one of the files is in use. My thought was a loop that waits for the file(s) to close(if needed), then copies it. How do I check if the file is in use Thanks in advance for your help!   http://msdn2.microsoft.com/en-us/library/8tbkaxz5.aspx     ...Show All

  • Visual Studio Team System Research Work

    Hi What do you people think that MSF canbe succesfully used to adopt CMMI Level 2.If Yes any examples. Hi, MSF for CMMI Process Improvement enables organizations to achieve Level 3 Although MSF for CMMI Process Improvement is still in beta development phase we are seeing tremendous uptake by customers. The case references will start to become public in a couple of months from now after Visual Studio Team System gets launched on Nov 7th this year.     ...Show All

  • Visual Studio Express Editions CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2

    Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code:       Dim myDate as DateTime       myDate = CDate("01/01/2005") The above error is reported on execution of the second line. This has now occurred on 6 different ...Show All

  • Visual Studio Team System Custom Rule McCabe's Cyclomatic complexity.

    Cyclomatic complexity considered a broad measure of soundness and confidence for a program. Thomas McCabe introduced in 1976, it measures the number of linearly-independent paths through a program module. Unfortunately FxCop does not have any built-in rule for identifying Cyclomatic complexity. If anybody had already implemented any custom rule, let us share it in this forum. I am working on my version. But I am facing some problem while getting statements in an Instruction. Please help to me locate detailed documentation on Microsoft.Cci Model. Currently, the plan is not to do so. ...Show All

  • Visual Studio Unhandled exception in crystal report

    Hi, i've developed the crystal report apps in XP pro.(using VS 2003) It worked fine. but i'm getting the following error when i try to run the same apps in Server 2003. Application has generated an exception that couldnot be handled. Process id... ,Thread ID=... CLick OK to terminate or Cancel to debug. Note: server 2003 has been loaded with .NET framework 1.1 i didn't deploy the apps. simply cpoy and paste the executable file. Kindly suggest me to overcome this! Thank YOu! you need to deploy the crystal reports runtime, check out the following page: http://support.businessobjects. ...Show All

  • Visual C++ UI managed & unmanaged C++ w/ Crystal

      I have a mixed (managed & unmanaged c++) user interface application.   The only managed portion of this application is the code that deals with the crystal reports (doing some runtime stuff here).   My question is how do I display this crystal report IN my user interface application.   I’ve figured out that my legacy resources won’t hold a crystal reports viewer on a form, so I’ve added a new resource file that has a form with the crystal reports viewer on it.   I’m not sure how to tie this into my legacy MFC C++ user interface application (unmanaged).   Basically I have this MFC C++ UI a ...Show All

  • SQL Server Moving or rolling average, how to?

    Hi everyone, Just wondering how to do a 12 mth moving average in a matrix or graph (both would be great!). Does anyone have a custom function for this, or is there an easier way thanks, 99 I'm not sure if you are going to be using an Analysis Services data source, but if so there is a pre-built template you can use for calculating moving averages. Just open up your Analysis Services project. Then open the cube and select the "Calculations" tab. Now, in the "Calculation Tools" frame on the left, select the "Templates" tab. Expand "Time Series" and select ...Show All

  • Visual Studio Tools for Office Listbox in Scrolling ActionsPane Problem

    I am using vb.net in VSTO 2005. I have a user control with a fairly tall listbox in a Word template. The user control is added to the Word ActionsPane. If the size of the Word document is decreased (not full screen), there are two scroll bars: one in the ActionsPane and one in the listbox. The user can scroll up and down by using one or both of the scroll bars to bring any item in view. And at any point, the user can select one item in the listbox. There is however a sequence of user actions where the wrong item is selected. This sequence is as follows: 1. The user moves the scrollbar in the ActionsPane (listbox in ActionPane moves up or ...Show All

  • Visual Basic Accessing individual XML records and displaying in a DataGridView control

    Hi, ive just started to re-(ish)-learn VB using the 2005 express edition and i am creating a little applicaion that can keep track of my debts.  My first major problem is trying to display some XML in a datagridview. The problem arrises when i do, all of the respective records are shown.  Not individual ones referenced to an individual person.  Here is my attempted code that did work, but displayed all the information: DataGrid1.DataSource = XMLDataset DataGrid1.DataMember = "Customer" So i tried to access individual records with something like this: DataGrid1.DataSource = XMLDataset DataGrid1.DataMember = XMLDa ...Show All

  • Visual Studio Tools for Office How To Open Multiple Documents

    My action pane contains a ListBox control. When a user selects an item from the ListBox, the VSTO Word document shows data for that selected item. i want to extend this model to allow the user to select multiple items from the ListBox. if multiple items are selected I would to offer the user a choice via a checkbox. i.e. they can choose from the following: - to have Word to open a document for every item they have selected. - to have Word save a document for every item they have selected into a predesignated folder. Is this kind of multiple document manipulation possible with my VSTO project. If so, please could I get some pointe ...Show All

  • Windows Forms Gant/scheduling control

    Requesting a gant/Schedule control similar to that found in MSproject a databound control with Tasks Listed vertically with a graphical display of assigned Dates and ability to change views by day Month QTR and year Colin Yes, it really does. In any case, if you're looking for a current solution, I can only suggest a visit to <a href=" ...Show All

©2008 Software Development Network