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

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

Anonymous2452452345

Member List

qifeng
moleman
CWIZO
kled
Mehal Shah
Randy535
SimHrdy
woeter
SquareDanceSteve
digitalnetbizz
plusall
thirdq
Mike Barker
Dennis Cheng _ MSFT
ttocek
Cider
weedogt
Grouchyfd
wkhiar
jeyaseelan
Only Title

Anonymous2452452345's Q&A profile

  • Visual C# How to finish my own project Template in C# of VS2005?

    Hi all, I just make my own Template in C# of VS2005 with two wizard pages. I know that I  can create a project first and "export templates..." to the "\Visual Studio 2005\Templates\ProjectTemplates\Visual C#". But I have two wizard pages,So the question is how to put the wizard pages files to that ProjectTemplates folder,is it possible Question 2: Now I just do it like VS2003,put the my own template(named as myWiz) fold ...Show All

  • Visual Studio Exception "Report Definitoin is not valid" when deployed to Local IIS

    The report ran fine on the Web Dev Server. Deployed to local IIS using "publish website' from vs 2005 which compiles the code to dlls. Can no longer render report - got the following exception: Any idea Is precompiling the application a problem Thanks in advance for any help! ReportProcessingException: The report definition is not valid. ReportProcessingException: The report definition is not valid. Details: Data at the root l ...Show All

  • .NET Development Access db on server with 5ish users grinding to a halt - help!

    Hi all, Thank you for reading this post, I am hoping to get some advice/help. I have created a winforms application that sits on 5 users machines. The database is Access 2003 which sits on the server. When more than one or two people are using the application, it becomes very very slow. Some background details follow. Size of Access database = 27mb Users machines have 256k Ram 2.2 or more processing speed Server is Windows Server 2000 ...Show All

  • Software Development for Windows Vista How do I configure this forum to send notifications to my regular email address?

    Why is Microsoft using a proprietary web forum solution instead of Internet standard newsgroups (e.g. microsoft.public.*) Why is Microsoft's propritetary web forums using a proprietary RSS format that doesn't work with Newsgator Michael.  It's interesting to note that Google ranks Microsoft's proprietary web forums as the #2 and #3 hits when searching for "Microsoft proprietary".   Checkout http://www.goog ...Show All

  • Visual Basic Number of controls in a form?

    IS there any way I can count how many controls are in a container or in the entire form You can use the count property to count the controls in and forms present The next example determines the number of controls on a form and a report and assigns the number to a variable. Dim intFormControls As Integer Dim intReportControls As Integer intFormControls = Forms!Employees. Count intReportControls = ...Show All

  • Visual Studio Team System Bug in MS Project integration

    In project, when you import items and then select the task column, the dropdown arrow appears but then disappears almost immediately. In order to get it to stay selectable I have to open the properties for the item and then close them and the drop down arrow stays visible. Jeff Ah, I found one more bug I think. Not sure. I tried to create a new item (I was able to delete one no problem). I created an item wi ...Show All

  • Visual Studio Crystal reports

    Why only odbc data work well with crystal reports I tried with sql server 2005 datafiles but by no means reports are not populated by recordset. It is cause the module inserted at vb 2005 does not recognize the .mdf file or any instance of it. It uses only dataset schemas and to fill tthe reports must be created a class module which resolves the conncetion. For sql server data files for me was a pain to fill the reports with data or to mo ...Show All

  • SQL Server Visual Studio Command Prompt

    Hi, I searched the forum and found nothing useful for my case. I also posted a reply to a partly (for me) answered question about the subject and got no reply. So I post my question again hoping for the best. I use the 2005 Express versions of Visual Basic, Visual Web Developer and SQL Server. As far as I know, those products are part of Visual Studio 2005 Express. But they are downloaded separately and therefore, there is no Visual Studio ...Show All

  • Windows Forms Customizing StatusBar Control

    I am creating a custom StatusBar control which houses a ProgressBar control. How can I show all the properties of embedded ProgressBar control on design time  I want the property window of StatusBar control, shows all the properties of the progress  ...Show All

  • Visual C# MessageBox.Show method

    I am a newbie on C# language. I have installed on my system Visual Studio.NET 2003 enterprise edition. Anytime I want to display a message using MessageBox, the MessageBox shows up without any output. Even the label like OK on the button doesn't show Can someone help me Here is a sample code: using System; using System.Windows.Forms; class MyMessage { static void Main( string[] args ){ MessageBox.Show( "I am great", " ...Show All

  • Visual Studio Error connecting to VSS test database

    I have VSS 2005 July CTP installed on a Windows 2000 Server and I had success setting up a test database. When I tried to connect to this database using HTTP access on a Windows 2000 Pro system I got this error: --------------------------- Visual SourceSafe Internet --------------------------- Cannot contact the Visual SourceSafe Internet Web Service or cannot access the specified database. The server returned the following error: A connect ...Show All

  • Visual Studio Express Editions Graphic in VB 2005

    Please, how to make graphic in VB 2005 Express I need only to make field of coloured rectangles, but so effective, that painting 400 x 300 rectangles takes only few miliseconds so changing all viewfield will be like animation even with scanning near fields (i need to make rendering for programm Life) please show example of code hi, you can check GDI+ tutorial for that http://www.bobpowell.net/ ...Show All

  • Visual Basic how to delete the child node of the current node

    in BeforeExpand Event I would like all the children node of the current . What should I do. I found there is no .childern property in .net Thanks Hi, clear_zero, You can use the "Nodes" property on the selected node to return a TreeNodeCollection (i.e., the list of children for that node) -- you can then use the Remove method from the resulting collection to remove nodes. Hope this helps! ...Show All

  • Visual Studio 2008 (Pre-release) EntitySet<> and Query<>

    The EntitySet<> type is not a Query<> derived and so when it makes a query sentence throught it, is not translated to SQL, performing query in memory. This was projected thus Vitor   customer.Orders.Where(o => o.OrderID > 3); The where clausule it's performed on memory. ...Show All

  • Visual Studio Tools for Office App Manifest > Deployment Manifest Question

    As I understand things, the application manifest contains 2 <installFrom> tags: * The first of these tags is required and appears in the <dependency> element. The codebase attribute points to the customization assembly. Any environment variables (i.e., %windir%, %appdata%, etc) in the path will be expand by the VSTO runtime. * The second of these tags is not required and appears before the closing <assembly> element. The ...Show All

©2008 Software Development Network

powered by phorum