Software Development Network Logo
  • Windows Forms
  • SQL Server
  • IE Development
  • SharePoint Products
  • Visual C++
  • Visual C#
  • Visual Basic
  • Visual Studio
  • Microsoft ISV
  • Audio and Video
  • Visual FoxPro
  • Smart Devicet
  • .NET Development
  • Game Technologies
  • Windows Vista

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

Emz21

Member List

hrubesh
AlexBB
PsychUK
Mike Hadlow
HJ2PM
zinc
Stevey
tanmos
Seppe001
Blue-Fire
mengruts
Sybed
graced
AlainF
ELDHOSE_BABY_a06ce9
Learning VB
ShadowOfTheBeast
KIWIDOGGIE
averge joe
Sriram Rajamanuri
Only Title

Emz21's Q&A profile

  • Visual Basic PDF Document Software

    Greetings to everyone. Apologies for perhaps posting this in the wrong place. I hoping that someone here can share some valuable experience and point me in the right direction. We currently have a customer VB.NET app that populates form fields in PDF documents from data in our SQL Server database. Currently the development teams gets the documents, adds the fields and produces some configuration (XML file) that defines the sprocs and parameters and which field from the resultset to put in which form field on the PDF. We would like to be able to supply a member of our admin team the ability to just choose the fields from a list and place them on the PDF and the configuration to be generated automatically. That way they could maintain them ...Show All

  • Visual Studio Tools for Office in a new form i want to open the msoutlook mail to window

    in a new form i want to open the msoutlook mail to window in my vb.net windows application i need to open the msoutlook mail to window the size of the form will be 1016,350 Hi Rajesh If you're using VSTO technology, the "imports" would be there for you. If you're not using VSTO technology, then you're asking in the wrong place, which is why the answers you're getting here may be confusing you. I recommend you pursue this question in the Outook programming newsgroup. You'll find people there who specialize in Outlook automation questions, also using VB.NET. Please compose a detailed problem description that outlines exactly what you need to do, your background in Office/COM automation (or that you have none) ...Show All

  • .NET Development Can I delegate the responsibility of implementing an interface?

    Hello. I've got this idea, and I seem to recall having seen it possible in Delphi 7, and wondered whether it is possible: I want to have an application that implements an interface. The thing is, I do not want the application main class itself to implement the interface, I want its children to do so. For example if I have an interface ISomething, and an application SomeApp.exe, I want to be able to say, that if the SomeApp class inherits from ISomething, then obviously it implements it somehow: Perhaps SomeApp's mainform implements some of the properties, perhaps a subform implements others, and two controls implement three different methods each. The thing is, no single class implements the interface in its entirety, but on ...Show All

  • Visual Studio Reports

    Hi! How can I made the query parameters of my dataset be set as report parameters I have a report (*.rdl) that calls a dataset that have a query parameter (@param1) And I have the report in the report server. But it displays an error because it doesn't find the declaration of the variable (@param1). I think the solution is to put the query parameter as a report parameter... but How do I pass it to the dataset (*.xsd) Please help me! If the explanation of my problem is horrible please contact me and I will try to explain it better.... :) Hi, Thanks for answering.... If i understand you correctly your answer is for adding parameters to the report, I don't have problems in that. I can ...Show All

  • Visual Studio Tools for Office How to get VSTO running with Visual Studio 2005?

    Hi, I have problem getting VSTO to work with VS 2005. I installed several times but i still dont see the "office" subtree when creating a new project. I installed in the following order. 1) Office 2003 Professional 2) Update Office 2003 to SP2 3) VS 2005 4) VSTO addon (vstor.exe) Then I also tried not updating to SP2 after browsing a few forums but it is still not working. Is there anyway to solve it Or is there an incompatibility with the version of software I am using Please help me, i have sleepless night because of this simple problem ( uninstalling and reinstalling take hours). Hmm, is vstor actually a runtime only Does this means I have to purchase the whole product Visual Studio 2005 Tools ...Show All

  • SQL Server Leading Zero

    Hi all, Anyone know how to transfer data from 1 or 2 characters to 3 characters. For example we have mpc_code in source as 1, 2, 3 then target need to be 001, 002 and 003. Then if 12, 13 then change to 012, 013. Put zero as leading space. Thanks. Grace It is now working and I just retype RIGHT("000" + mpc_cd,3) Yesterday I copy then change mpc_code to mpc_cd and still show red color. Thank you so much. Grace ...Show All

  • SharePoint Products and Technologies Custom view in site defination

    I'm working in custom site definition. In the site definition, I defined a Contact list and want the contact appear in the Right webpart zone. But i want to custom the view that it display in the webpart zone. That is: remove the Email field from the view. How can I do that. Thanks. Jason Yes I know how to do that in user interface. But I want to define it in the site defination (onet.xml ) So that everytime I create a site, the view and webpart in already configurated. Is it possible Thanks. ...Show All

  • Visual Studio Unresolved assembly reference: System.Configuration

    While trying to generate .chm/.HxS, using the recent September 2006 CTP release of Sandcastle, for one of the dlls, I got this error message. Generating reflection information... [W:\LVFW\Docs\HelpBuild\LavaDatasourcesCore\Sandcastle\Working\GenerateRefInfo.bat] MRefBuilderStatic (v2.0.2459.30849) Copyright Microsoft Corp. 2005 Error: Unresolved assembly reference: System.Configuration (System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a) required by Lava.Core The help generation worked fine when I added System.Configuration.dll to the dependencies list. System.Configuration is a .NET Framework assembly and is present in GAC. Ideally, it should have been loaded directly instead of adding it ex ...Show All

  • Visual Studio MINIMUM SYSTEM REQUIREMENT FOR APPLICATION DEVELOPED WITH VS 2005

    Hi, I want to know what the absolute minimal system requirement to run an application developed with Visual Studio 2005 is. What should a potential developer keep in mind as he starts his design I created an application with Office XP Developer (2002) only to find (much later) that it would not run on systems below Windows 2000. I am sorry if this is not the right forum to post this question but I don't know the appropriate one. Glint. Thanks Paul, much appreciated. Minimum requirements would be Windows 98 however some functionality maybe disabled or not available in Windows 98. It all depends on the OS when you are running the application. Take a look at this: http://msdn2.microsoft. ...Show All

  • Gadgets Rendering problems of the gadgets (mainly the height)

    About the ccs problems, the problems rendering the height of the gadgets in Live Spaces. Maybe is not just that the problem... I have noticed that if I right click the gadget and I refresh the start.com service which starts the gadget, the gadget is rendered always in the right way. This happens with any gadget... So probably it is a problem of the page loading event or of the start.com service processing all the requests. ciao Some of them are still cut off on my browser. I think it has to do with what's cashed on your PC and if the images load before the resize command is called in the gadgets.. This issue is probably the most frustrating thing with third party gadgets and should be the first thing in MS agenda ...Show All

  • Smart Device Development dictation in my project

    i want to develop a programe which will be able to accept continou speech from the user and convert it to strings of text for furthur usage the strings are separted by breaks in speech how hared it is in C# and i have newly converted to C# so how long would it take to do that a million years. two days. hard to say. there is no speech API included with NETCF. do you have the capacity to process captured sound if not, you'll need a third party API, if you can find one. ...Show All

  • SQL Server open an ODBC connection to a DB and must use a connection that looks like this: "DSN=myDSNname".

    In my ssis package, I have a DSN connection like this: "DSN=myDSNname". Which decide from i have to pull the data. By using OLE DB Source Editor, I want to assign that ODBC Connection to it. By data source Reader i can achive this but where i have to pass the hard-code SQL Query that i don't want. i'm using the variable for dynamic SQL command. Thanks. Manoj Manoj; You can use an expression to build dinamically the SQL statement at run time. The explanation on this trhead is for an OLE DB Command transform; but the procedure is the same for a data reader: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1005847&SiteID=1 I hope thsi helps ...Show All

  • Visual Studio Sandcastle issue? Error: Unresolved assembly reference

    I'm trying to build documentation for a class library that contains references to a few CrystalReports components. I tried the steps described on the Sandcastle blog to add the dependent information, but I now have this message which stops me from creating the documentation: Error: Unresolved assembly reference: CrystalDecisions.ReportAppServer.CommLayer (CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304) required by CrystalDecisions.CrystalReports.Engine The problem here is that this component ( CrystalDecisions.ReportAppServer.CommLayer ) is not available to you when have VS 2005 installed and simply use Crystal Reports for .Net which is included with VS 2005 ...Show All

  • Windows Forms Datagridview ColumnCurrency cell

    Hey everyone, Being a relatively new person to C# and .Net Forms in particular, I'm probably about to ask a neophyte question, and therefore apologize in advance if this is the case. That being said, I'm seeing strange behavior in my DataGridView component. One of the cells is formatted as a CurrencyColumn. In this column, when a user input a value using the keypad, the cell doesn't recognize the period on the keypad. However, the cell DOES recognize the period on the main keyboard. Is this normal behavior I'm sure there's something simple I'm overlooking, but I can't seem to find it. Thank you for your advice, Fletch ...Show All

  • Smart Device Development Connecting to Web Services from CF2.0 Device

    Is there some way to connect to web services running in ASP.NET Development web server, from a mobile device running CF2.0, through the devices docking station (I'm using an HP Ipaq running Windows PocketPC2003 and running CF2.0). I need to do this as I want to test the web services from the device, without having an internet connection on the device and the web services sitting on a web server somewhere. Any help appreciated. Add a web reference and then call the web reference from your application. You can of course create a pass through internet connection via activesync to prevent you from dialing up to the internet and using your main computer internet connection instead to access the internet (web ...Show All

©2008 Software Development Network