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

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

dwitt

Member List

Chrismanster
Jakobsgaard TDC
KatyG
Zoe Elmo
EvilOneSD
Jeroen Alblas
Price Brattin
medel
Space Support
raghu_grdr
Neotech
Mantorok
Nobody1234
GeoffPennington
Jim Altrichter
jbh314
imj
Nightmare_BE
djshades2004
Tamila
Only Title

dwitt's Q&A profile

  • Visual Studio Displaying images

    Hi everyone, I think you guys seen this problem before. My problem is I want to display an image on the crystal report when I run the application. I am using OLE Object in crystal report and selecting image from the file. It displaying as an icon. How do I display that actual picture Coding wise or database wise Thank you ...Show All

  • Visual Studio Tools for Office How to get a stream of a word document in a custom action pane

    I've created a custom action pane in Microsoft Word 2007 by reading the msdn article- http://msdn2.microsoft.com/en-us/library/aa338197.aspx . I want to send the active document to a web service when user clicks a button on the custom action pane. I can get active document by the 'ActiveDocument' property of Application class but I can't get a stream of the document to pass it as a parameter of web service method. Is there a way of serializing active document Or what's the best practice of sending the active document to a web service Thanks.. Hi, As this forum is mainly targeted to serve questions on topics related to Visual Studio Tools for the Office System you are most likely better served if you ask ...Show All

  • Visual Studio Tools for Office Explorer Wrapper for C#, VSTO 2005 & Outlook 2003

    I have tried many variations for the explorer wrapper, and my last attempt was with a few bits of code taken from the Microsoft "ShortcutBar Sample". My resulting Explorer wrapper is at: http://pastebin.com/844445 But I'm facing a problem: If I open multiple Explorer windows and close them, the Outlook process is still running after all Outlook Explorers have been closed. This doesn't happen if I only have one Explorer running. To reproduce the problem, take the code pasted at the URL above, and debug it. When Outlook launches, open multiple explorer windows (right click on a mail folder and select "Open In New Window"). And then close them. You will find that your debugger doesn't stop on its own, and you ha ...Show All

  • Visual Studio Team System Branching

    I find myself needing to make a branch of a project for some experimentation. I've been doing a bit of reading, and I'm getting this sinking feeling that the way I have my project structure set up it's going to be a hell of a lot of work. Maybe there's a way out... So I have my Source Control project under $/Foo. There's an associated Team Project called "Foo". All has been good up till now. We just released, I've dropped my label and this particular code base is stable and not being actively worked on. But I do want to do a little experimentation on a possible feature, for which I'd like to make a branch. If I'd been smart (and planned ahead), I'd have made my main project $/Foo/main and then I could branch to $/Foo/Experimental ...Show All

  • Visual Basic [OTP]Runtime error '5' (ascb)

    Hello, i've made a program in visual basic 6 using the mscomm. The program works good on Windows 2000 And Windows XP(sp1) But when I try it on Win xp Sp2 then the program does'nt work. The problem is this code: binnen = AscB(MSComm1.Input) I can't use AscB in winxp sp2 visual basic code: These forums are for .NET questions only...VB6 is considered off topic for these forums..Please see any of the folowing links for more help: Useful Links Visual Basic 6.0 on MSDN Library Visual Basic 6.0 Help and Support Visual Basic 6 Support on Windows Vista VB 6 Service Pack 6 Microsoft Visual Basic 6.0 Common Controls Visual Basic 6.0 Upgrade Guidance Visual Basic 6.0 Code Advisor Visual Basic 6.0 Upgr ...Show All

  • SQL Server SharePoint Integrated mode

    Hi! I wonder where in Reporting Services Configuration i can change the mode to Share Point Integrated Do i need to create a new database, or can i change the mode for the one i use //C Thanks for your quick answer. But where in Database Setup can I change the mode //C ...Show All

  • Smart Device Development Error InvalidOperationException unhandled - help needed urgently

    hi, I have implemented the code for cameracapturedialog using WM 5.0 and VS 2005 and Windows 2000 professional OS .I m getting error using the ShowDialog() method of the CameraCaptureDialog. Code is like this CameraCaptureDialog cameraCapture = new CameraCaptureDialog(); cameraCapture.Owner = this; cameraCapture.Mode = CameraCaptureMode.Still; cameraCapture.StillQuality = CameraCaptureStillQuality.High; cameraCapture.Resolution = new Size(175, 150); cameraCapture.DefaultFileName = @"test.jpg"; cameraCapture.InitialDirectory = @"\My Documents"; cameraCapture.ShowDialog(); Stack Trace ========================== System.InvalidOperationExceptoion: {"An unknown ...Show All

  • Visual Studio "Unexpected Error" in VS2005 on loading a solution

    Reproduced from another thread as requested: I have several branched codebases, and the problem only occurs when switching between codebases (ie. I run 'clean' on the solution in the codebase I'm switching from, and open the solution in the codebase I'm switching to). The codebases represent the same code at different points in the release cycle and are mapped to different directory hierarchies in the filesystem. My .sln file is in the same directory as all of the contained project directories (ie. one level up from all the .csproj files): MySolution MySolution\MySolution.sln MySolution\MyProject1 MySolution\MyProject1\MyProject1.csproj MySolution\MyProject2 MySolution\MyProject2\MyProject2.csproj etc.. As ...Show All

  • SQL Server Understanding ROLAP

    We are looking at adding a real-time aspect to our SSAS cube set, to allow reporting against a relatively small but constantly changing data Our initial thought was to use ROLAP partitions and dimensions - we were under the impression that the queries would always be satisfied from the underlying relational tables. However, in our explorations we are finding that understanding to be incorrect - SSAS is in fact caching data, so it ends up returning stale data. We've configured our paritions and dimensions for ROLAP and disabled all proactive caching (we would like this solution to work with SSAS Standard Edition, which precludes the use of proactive caching). Is there something else we need to figure Are are we headed down the wrong path h ...Show All

  • Visual C# Including Panels defined in another file

    I'm developing a Compact Framework 2.0 Windows CE application. It has a number of panels stacked on top of each other and a menu to navigate between the different panels. To be able to design each panel in the GUI editor of VS2005 I have one form per panel + one form where I put it all together and stack all panels on top of each other. So every time I redesign a panel I have to: 1. delete all panels from the form where I put it all together 2. paste all new panels back in to the form where I put it all together 3. edit the designer file of the form where I put it all together to remove any lines where one panel is added into another panel. 4. edit the designer file of the form where I put it all together to make each panel be added ...Show All

  • Visual Studio Express Editions run music in VB form

    Hi all i want to run wav audio file in my form how can i do this which refrence should i use and what the code should i write thanks alot you can use System.Media namespace to access the SoundPlayer class and play it via that: Dim thePlayer as new System.Media.SoundPlayer(" fileName.wav ") thePlayer.Play() http://msdn2.microsoft.com/en-us/library/system.media.soundplayer.aspx you can also use DirectX to play audio files (and plays for longer lengths than SoundPlayer class, as it will only play files up to 3-5 seconds I believe) or embed WMP in your application and play audio files via the COM Component ...Show All

  • Windows Forms UserInterface - Outlook Calendar Look and Feel

    Hi, I want use the calendarlibrary in my project. after that i have imported the calendarlibrary project in my project, in the toolbox is displayed the calendar komponent. but when i put the calendar component from the toolbox in my project i receive an error: system.runtime.serialization.serializationexception calendarlibrary.calendaritem is not marked as serializable could anybody help me please!!! ...Show All

  • Visual C# About file thumbnail

    Hi everyone, Does anybody know how to extract the file'thumbnail use C# .If you know, please tell me,thank you. Hi, The 'thumbnails' you see in Windows Explorer are stored in the thumbs.db system file that is generated by Windows whenever you view a folder in 'Thumbnail' view mode. If you never use the Thumbnail view in Windows explorer, the file won't even exist. Basically, there are 2 means of getting a thumbnail from a picture. 1. Get the thumbnail that is stored within the picture (most digital camera's store a thumbnail withing the jpeg) 2. Create your own thumbnail. For the first method, you'll need an EXIF parser to read EXIF tags from a JPEG. This is actually quite complex, bu ...Show All

  • SQL Server Draging and Droping scripts

    I just upgraded from SQL2000 to SQL 2005. When I have a query opened for a database already and I want to drag and drop a script in, I get the login box. Is there anyway to get this to not happen I would like it that when I drag and drop the script it is just loaded in a new query with the database connection that I was using already. (This is what it did in SQL2000) Thanks. ...Show All

  • Visual Studio Express Editions Matrix free function problem

    Hi everyone, My program creates a matrix with the specified size. And it also some additional function that can free the matrix. However, when I call the below main function, my free function does not work properly so how can I fix it For example the outpt that I gave when I ran the below application; Sorry,we can not perform the add operation since the sizes of matrices are different 1 2 3 4 2 5 6 7 3 6 8 9 4 7 9 10 0134526920134526944134526968 134526920 5 6 7 134526944 6 8 9 134526968 7 9 10 so how can I correct this 0134526920134526944134526968 134526920 5 6 7 134526944 6 8 9 134526968 7 9 10 The codes for .cpp file; #include ...Show All

©2008 Software Development Network