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

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

lufa

Member List

Tobias Hoff
Markus Wos
ashish tiwari
Seericssop
wgaspk
JohnGreenan
Prashant jain
GuestMan
p33
Bandobras
OLAP_Guy
Eng. Bajram Fejza
Lee Keel
Pim Vendrig
Usman Sheikh
Steve Starck
csiege
monrobot13
farnaz1
heldchen
Only Title

lufa's Q&A profile

  • SQL Server Reportviewer issue using Visual Studio 2005 (June CTP). What SQL version should be used?

    I get the following error when trying to configure ReportViewer for remote processing   The version of the report server web service definition (WSDL) is either not   valid or unrecognized. The server is not a compatible version.     Server did not recognize the value of HTTP Header SOAPAction:          http://schemas.microsoft.com/sqlserver/2005/05/18/reporting/reportingservices/L ...Show All

  • Visual Studio Express Editions from microcontroler to PC

    I’m interested too make a graphical application to connect microcontroler thro com port (rs 232) and PC    I have heard that we can find in the Professional and Enterprise version of Visual Basic   control MSComm. Doses it express edition beta 2 have it too   Thank you. are possibly there any videos which can help me to understand   how   to work   with this   T ...Show All

  • Visual Basic Microsoft.Office.Co Where can I get this?

    Hello, I have some Visual Basic .NET code, and there is a reference to a missing object called Microsoft.Office.Core. Where can I download this so I can reference it Thanks. Under References Under COM Look for Microsoft Office 11 Object Library That should give you what you want. Questions of this nature are best answered on the Visual Studio Tools for Office foum. Good Luck... ...Show All

  • Windows Forms Gantt Chart

    I am trying to build a gantt chart, is there any way of doing this on Visual Basic Express Edition. Noreen Please help There are undoutedly many ways of doing it, but you wont find any that are prebuilt into the .NET framework. You might try searching the internet for third-party solutions. ...Show All

  • Visual Studio Express Editions Webbrowser printer settings

    Is there a way to modify the printer settings when using the webbrowser.print() method I want to set these option without the user seeing the print setup dialog. I've tried all of the various registry "hacks" but they have never fully work correctly. I've been searching for a complete solution to this problem since 2001 and it seems like printing an html document wit ...Show All

  • Visual Basic Teach VB High School

    Hello. Where can I find some books that might be used at the High School level to teach students programming using Visual Basic from the ground up, assuming no knowledge of programming Thank you in advance for any help! Clarification: I know where to look for books. Looking for suggestions for book(s) that can be used to teach high school students programming from the ground up, using VB (2005 ), assuming no ...Show All

  • Software Development for Windows Vista Kernel debugger?

    Hi,    I am having problems setting up Vista (5231) for kernel debugging. I am able to use livekd (sysinternals), but I would like to set up a system for remote debugging as well. The first problem I encounter is setting up the boot.ini.  It appears that the boot.ini menu is never shown by the boot manager when booting vista.  I can either boot "Windows" or a "legacy (pre-longhorn)" system. Other posts I've read seem to indi ...Show All

  • Windows Forms I upgraded a VB project to VS 2005 and keep getting the following error

    Warning 1 'Public Overridable Property AutoScaleBaseSize() As System.Drawing.Size' is obsolete: 'This property has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/ linkid=14202'  D:\Dev\PHFx2005\Claims\frm_ClaimsSummary.vb 1195 9 PHfx This is the line of code it points to Me .AutoScaleBaseSize = New System.Drawing.Size(5, 13) Now if I change it to read: Me .AutoS ...Show All

  • Visual Studio Display selected data on crystal report

    Hi everybody, I like to display start date and end date selected on the crystal report. How would I do that, declare what type of field, and how would I transfer the value from code to the crystal report Related to link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=322645&SiteID=1&mode=1 den2005 1st u have to insert textbox in Crystal Report & give name e.g. StartDateTextBox & the ...Show All

  • Visual Studio Express Editions StoredProcedure reports an un-expected error

    When creating a StoredProcedure (listed below) in Microsft SQL Server Express, I receive the following un-expected error: Error 195: 'SUM' is not a recognized function name. The listing of the StoredProcedure is as below: CREATE PROCEDURE GetProductUnits @ProductID AS int AS BEGIN SELECT Products.ProductID, Products.ProductName,         Products.UnitsInStock, UnitsOnOrder,       ...Show All

  • Windows Forms MDI Child Variables

    I have a DataSet created in a MDI child form. How can I access it from the MDI parent DataSet DS = this.ActiveMdiChild. you could cast it if(ActiveMdi Child is MyForm1) {    DataSet ds = ((MyForm1)activeMdiChild).MyDataSet; } Brad Raulston ...Show All

  • SQL Server Column Grand Totals

    Is there a slick way to add grand totals to my report so far, in my report table I have the following sections TableHeader1 TableHeader2 Group1 Footer1 I added one of the same fields from my Group1 to Footer1....but it's not summing correctly. I have this in my footer right below one of my Group Fields: =SUM(Round(((Fields!FeeGoal_AZ.Value) / Fields!FeeSchedule.Value) * 100)) totals are accurate...I just needed ...Show All

  • Visual C# Design of 'this'

    Hi All, I seek a clarification in the design of the 'this' keyword in C#. Let us consider this bit of code- class Test { public Test() { Test t1 = this ; } } This is fair enough,it works-memory for the instance of Test has been created and Test1 has been made to point to the current instance.Fine Contrast the above to the following code class Test { Test t1 = this ; public Test() ...Show All

  • Visual Studio Team System Comments for Work Items

    Is it possible to have an ongoing discussion / comments / posting in a work item Sometimes we will send many emails back and forth about a single issue, or in our previous system we would add "bug notes". Is this possible Are there any fields that allow a "forum" style commenting on a work item The "Detailed Description and History" is meant for this purpose, you can click there and type whatever you ...Show All

  • Visual Studio Express Editions Installing Visual Web without SQL and Framework

    I have a server with Microsoft SQL and Framework installed. I would like to install just Visual Web Developer on a workstation. I have dowloaded the .ISO file and have in on CD. How do I install just Visual Developer on my workstation The install seems to want to install Framework and SQL Express along with Web Developer. Any .NET product is plain not going to work without .NET. I would expect most websites now ...Show All

©2008 Software Development Network

powered by phorum