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

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

praveendm

Member List

shummel
108bones
Retrace
DKB
Part Time Australian
hahahaha
esteth
Edwardo
Tom Krohn
ImNoScrub
Rich1212
Shaby
mark drury
JBG
TheBlasphemer
Dynamo
Bob Bamber
Seth Demsey
sdunn72
Stephane GOUDEAU
Only Title

praveendm's Q&A profile

  • Visual Studio crystal reports in c# / disable parameter prompt

    Hi everyone, is there a way to disable the parameter prompt of the crystal report viewer in c# (2005 beta2) I've got a simple report viewer, which doesn't have the smart tag to disable the parameter prompt as apparently the viewer for asp.net does, I'm loading a simple report with a parameter at runtime where I also set the parameter in the code, but still it'll prompt me for that anoying parameter and use the one from the prompt!! I didn't find any option in there (at least not in intelliSense...) to disable it... Any help much appreciated... thanks very much! Vince See the link in my previous message ...Show All

  • Visual Basic VB .NET/VB 2005 Express/ VB 2005

    Hi. Ive decided to move from VB6 programming and Im not really sure where to go.. Ive got a copy of VB .Net 2003, and Ive also downloaded VB 2005 Express edition, with a possible view to getting hold of Visual Studio 2005 to program VB 2005. The problem (and confusion) that I have is - what is the difference, and which should I turn to Am I right in assuming that VB.NET 2003 and VB 2005 are different, or am I ok to learn .NET 2003 until the 2005 version comes out I know this might seem like a dumb question, but I want to move onwards and upwards and am a little confused, as I dont want to concentrate on 2003 if I'm going to be learning an ...Show All

  • Smart Device Development DPI Aware

    Hello, Anyone have solutions on the best method to create DPI aware applications Thanks I searched http://search.microsoft.com for "DPI aware pocketpc" and got one match:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/build_portable_wm_apps.asp .  That article refers to another, http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/dpi_awareness.asp .   Barry ...Show All

  • Visual Studio Tools for Office Shared COM Addin with VS2005TO

    Is it possible to create een COM Add-in with Visual Studio 2005 Tools for Office. Or do I need Visual Studio 2005 Proffessional for this (I am currently working with VB6 and use the project type Addin.) This COM Add-in must also work with Excel 2002. Gr. Arie       Thanks for the response. Is this projecttype available in Visual Studio 2005 Tools for Office Or just in Visual Studio 2005 Professional ...Show All

  • Visual Studio Tools for Office Can't start VSTO 2003 projects anymore

    I can't start VSTO 2003 projects anymore - Excel splash screen comes up for a second but then Excel terminates (same with Word). Someone suggested in this forum that this can be due to the fact that .NET Framework 2.0 is also installed, which is the case, and I would have to give the "VSTO assemblies" full trust. But which are the VSTO assemblies I tried Office.dll, Microsoft.Office.Interop.exe, Vbe and MsForms but no luck. And should I use the .NET Configuration 2.0 or 1.1 This is really important for me since I started a large VSTO projects months ago which I have to finish this week. Thanks, Peter ...Show All

  • Windows Forms "File Open" Dialog Box

    Hi, I want to use a File Open Dialog Box to allow users to select a directory on our network where certain Excel and Word documents are, in relation to a person they are entering details for in my application. The File Open Dialog Box insists that I select a filename but I just want to be able to select a directory. Can someone let me&nb ...Show All

  • .NET Development .Net 2.0 web app database caching

    We are creating a .Net 2.0 web application which will connect to an existing SQL Server database. We have an existing Win32 app which simply makes OLE calls with embedded SQL queries; every time we need a field we do the query again. We went this way because the database values may change during the life of the application, the database and app ran on the same intranet, and we let SQL server handle caching. For the web app, however, we are concerned about making repeated queries for the same data and are considering implementing some kind of middle-tier caching. Concerns include: How can we detect when the underlying data changes and invali ...Show All

  • Visual Studio 2008 (Pre-release) Practical questions

    Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers still exist And in what form Where would they reside On a (for example) SQL Server, or on the application side I could not find any 'best practices' yet on this subject. Hope you understand my issues ...Show All

  • SQL Server NULL values in CLR TableResult UDF

    Hi everyone,   I need my UDF (which returns a table) to be able to return NULL values.   My function looks like this:   <SqlFunction(FillRowMethodName:= "Process_TrainingInfo" , TableDefinition:= " CourseName nvarchar(80), CreditDate DateTime, " + _                                     "CreditResult nvarchar(1), ExpiryDate DateTime " )> _ Public Shared Function funct_GetCreditsFromTIMS( ByVal EmployeeID As S ...Show All

  • Visual Studio Team System PowerToys for the Visual Studio 2005 Class Designer and Distributed System Designers

    We’ve published a set of set of add-ins which augments existing functionality in the Visual Studio 2005 Class Designer and the Distributed Systems Designers. The Design Tools Enhancements add-in provides a common set of features that can be used by both the Class Designer and the Distributed System Designers , such as pan/zoom window and rich formatting commands. The Class Designer Enhancements add-in provides additional functionality for the Visual Studio 2005 Class Designer, such as HTML export and nested type creation commands. This download includes all necessary source code and a Visual Studio project template for creating your own ...Show All

  • Smart Device Development could not find a part of the path '\C:\Temp\001.jpg'

    Dear All: I met a problem to need your help. In device application project, I want to open files using f_srm = new FileStream(@"C:\Temp\001.jpg", FileMode.Open); But come back with error "could not find a part of the path '\C:\Temp\001.jpg'". I have checked that the file "C:\Temp\001.jpg" is existing in my PC. I am not sure the reason of this error. Really hope sb can help me out. Thanks! Devices don't have drive letters and they could see your desktop's hard drive. To open this file please copy it on to the device/emulator and use correct path on the device file system. ...Show All

  • SQL Server Help with Report Filter on bit field

    I have this filter for my report table : expression                         operator         Value =Cstr(Fields!work.Value)         =                        'True' My report's table isn't returning data, but in preview but if I run the dataset, there is clearly some valid records tha contain 'true' for the f ...Show All

  • SQL Server Details of SubscriptionClass Class

    I just have a question around the SubscriptionClass class. I'm not grasping why there would be multiple rules for a single SubscriptionClass. Can someone give me a good use case for it It seems to me that since the primary use of Rules are to generate Notifications from Subscriptions. The only reason I can see then is if we used multiple Rules to generate different Notifications. However, then I would assume the Subscription class to be associated with the Subscriber and Notification, not the Subscriber and SubscriptionClass. A much-related question is: Why is the SubscriptionEventRules (and the SubscriptionConditionEventRules, etc.) a c ...Show All

  • Visual C# Collection that lines up automatically objects added to it

    Hi there, I'm making one simple app, that reads all the employees from a SQL server, and presents in a form one button for each of them.  My question is if existe some type of collection where I add buttons in runtime, and this lines up them for me automatically, as well as when I resize the window, moving for one another line when it arrives at the edge of the form.  I hope to have myself done to understand, because my English is not very good. Thanks in advance. Thanks, that's all I need, a simple control :)  Everytime I tryed to find "Dynamic Layout", just appear wa ...Show All

  • Visual Studio Tools for Office Excel invoke commands

    Does anyone have a link or know where I can get a list of invoker commands for Excel and the parameters that need to be passed with each command It is unclear what you are really needing here, but it does not appear that you have a VSTO-related issue suited for this forum. I believe that learning more about the Excel programmability features generally would be very helpful for you. You can access the Excel programming help for Microsoft here: http://msdn.microsoft.com/office/understanding/excel Best, John. ...Show All

©2008 Software Development Network