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

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

AndyW027

Member List

WindsorSean
sql server2000
Tryst
shimshon
toben88
robinjam
lex_o
osamaT
kineticAnimation
Dale17677
Christophe Bauwens
Polity4h
rashe
kevinj
BradN
davidw
ronlahav
Daniel Adeniji
Dave Waterworth
Ana Maria Bisbe
Only Title

AndyW027's Q&A profile

  • .NET Development exception has been thrown by the target of an invocation

    I downloaded a sample DesignerHosting.exe ( http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/ ) and was trying to add a third party control on the toolbox. When I run the designer and tried to drag the component to the form, I get this error 'exception has been thrown by the target of an invocation' Im running on .NET 2.0. I check on google and found some reference on some fixed on .NET 1 but I cannot use the service pack update 3 since Im on .NET 2.0. Any help will be appreciated. Thanks. jfb ...Show All

  • Visual Basic Print Coordinates Problem

    I am a VB.Net programmer and I have dealt with numerous errors and coding issues but this problem has got me officialy stumped! I am currently writing a program that involves some printing functions. As you know, the default margins for a 8.5 x 11 page is 100 pixels from the edge of the paper. When you click Print Preview the text looks exactly like it should but when you click Print the entire text is offset to the right by at least 50 pixels. Keep in mind that the print and print preview is generated by the same code. While writing this program, I encountered this problem in the early stages and offset the margins to the left by about 50 pixels. It made the print preview look ugly but the paper looked satisfactory. I am now having to fac ...Show All

  • Visual C++ Serial Communication at 230400 baud rate

    I am creating a DLL for serial communication using VC6.0. I can achieve communication with baud rates up to 115200 using the CBR_115200 constant in WINBASE.h. I need 230400 but it does not exist and MSDN does not support 230400, it jumps from 115200 to 256000. I have tried adding CBR_230400 to WINBASE.h with no success, can any provide any information for using Microsoft's serial functions (DCB) with 230400 baud rate have tried CBR_256000 with device set to its max of 230400 -- didn't work. Max baud rate on serial device is 230400, so 256000 didn't work. Why would Microsoft design Hyperterminal with 230400 and WINBASE.h without it pelase help. I want to write a program in Visual C++ to transfer data between a computers ...Show All

  • SQL Server Capture date and timestamp of a file?

    Hi, I am pulling files from the FTP site using the FTP task. I want to also capture the date and timestamp of each of these files so that I can insert the values into a database and track when are these files get created normally on the FTP server. Any ideas Thanks in advance for your help. $wapnil Thanks. I am using a ForEach loop container which iterates through a list of file names to be downloaded. In this container I have an FTP task that uses an FTP connection manger to connect and download the file name passed to it by the container. If the FTP is successful then I update the database using an Execute SQL task to tell that the file has been downloaded. Where should I keep the cust ...Show All

  • Software Development for Windows Vista CreateProcess unbder WOW64

    I am running a 32 bit process under wow64. If I shell a process say "c:\windows\system32\calc.exe", the WOW64 will startup "c:\windows\syswow64\calc.exe" Is there any way to disable this conversion. thanks Zippo You may want to look for docs on the following function on msdn: Wow64DisableWow64FsRedirection ...Show All

  • Visual Studio Tools for Office MSWord addin is not getting remove during uninstallation

    Problem Our MSWord Add-In adds a menu to MS-Word. On Un-installing, the menu doesnt get removed properly, and the Menu Options we added Persist. What's the proper way to remove the added menu-options during uninstallation Word add-ins by Adobe and others get added and removed properly--- and our add-ins for MS-PowerPoint also behave properly. Issue: When adding menu items to the Office apps, they are marked as temporary. In addition, on unload, the add-in attempts to delete the menu items it added. However, the menu items still persist in Word (tested both 2000 SR-1 and 2003 SP2.) Repro steps Uploaded Code to URL: http://www.darksunsoftware.com/ppl/word-bug-aug-17-2006/2006-08-17-Addinox.c ...Show All

  • Software Development for Windows Vista Building with Vista Platform SDK and Visual Studio 2005

    What is the intended "strategy" the Vista Platform SDK has for how projects designed under Visual Studio 2005 should be built in conjunction with the Platform SDK If it was supposed to be obvious from the documentation, I guess I'm still missing it. For a makefile-based project or sample, things still seem obvious and/or unchanged. Between SetEnv.cmd and Win32.mak a bunch of appropriate decisions regarding pre-processor definitions like WINVER and APPVER, default libraries, and the include and lib paths appropriate for the build mode that was selected, etc., are established. The VCIntegrate.exe "integration" seems to be nothing more than setting the include, lib and path directories via .config files updated unde ...Show All

  • Software Development for Windows Vista play video on 3D object

    Hi Is it possible or anyone has done it before.. to play a movie on 3D object like a sphere.. or something My idea is to ge each frame.. and set it as texture.. but that will strech the image.. and that not good .. anu ideas Thanks! In the DirectX 9.0 SDK under Samples\C++\DirectShow\Players\Texture3D9 is the sample for the cylinder example. It only uses a video as a texture mapped to a cylinder primative. The distortion filter I was referring to is something you can create in After effect using the persepective adjustment. You could also create your own as a filter for directshow but that is left as an exercise for you :) ...Show All

  • Visual Studio Tools for Office Word addIn..Context Menu How To..?

    Dear All I'm Installing VSTO SE and Office 2007 based on January MSDN shipment In usual i create customization in action pane or commandbar but now i want to create the customization in Word 2007 context menu, so user can select a range of text, right click it and display my own menu beside another usual menu item (such as copy,paste,etc) Is there any clue for me thanks before no office 2003 around on any machines , we had moved into office 2007 when MSDN Subscriptions published it. OK will try the solutions in that links many thanks Cindy ...Show All

  • Visual Studio Team System Unassociate mpp with a team project

    Once an mpp is associated with a team project how is it unassociated with a team project Yes that is what I mean. I want to disconnect the Project file from a TFS Server and a Team Project. It does not need to be associated with the given Team Server or Team Project. ...Show All

  • Visual Studio Express Editions some (n00b) questions

    ok sorry if it are stupid questions :( but atm theyre important to me :P 1) how do i create random numbers 2) im making a game atm and with the random numbers i want that everytime the number in the label changes(with a timer), there is a picture in the picturebox(so for example when nr1 is in the label i want a pict of a dog in the pictbox, when nr2 of a cat) without using whole time if label1.text is 1 then dog pict appears, if label1.text is 2 then cat pict appears... 3) is there maybe also some nice learning guide or something for C# (not the video one, i want to learn it at my own speed ;) (yes the video one goes to slow)) thx in advance well that was just an example, of course you wo ...Show All

  • SQL Server navigate to another target

    Hello, I have an html page which has a frameset with two frames named: "reportFrame" and "browserFrame". the "reportFrame" is an aspx page which contains a reportViewer opening a report which has a table. I want from this table's rows to navigate to a url, but that the new url will be opened in the "browserFrame" frame. If I use the textbox properties->Navigation->Jump to URL, the parameter which is passed there is the soure of the new url. the question is if there is any option to pass also the target, something like: target="secondFrame" Thanks a lot, Talia. Exacty as what Jens said: go to the cell's properties -> Navigation ...Show All

  • Visual C# Why can't an interface method be internal?

    When I try to make a method in an interface internal I get a compile error.  Why is this   Thanks in advance, Per Rasmussen. I realize that I have the possibility to make the entire interface internal. But that does not change the fact that I cannot make the method internal. Consider this example: internal interface ImyInterface { void f1(); } class MyClass : ImyInterface { public void f1(); } In this example it is impossible for me to declare the function f1 internal (because this will result in my class not implementing the interface). Is it in any way possible for me to make the function internal If not, why not ...Show All

  • Visual Studio Express Editions No error message just no result? Combobox not reading input?

    Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me .M1(a) Private Sub ComboBox1_TextChanged( ByVal sender As System.Int32, ByVal a As Integer ) End Sub Private Sub M1( ByVal aa) Dim gg, ll, ff As Integer Dim mm As New Random gg = aa + 1 ll = 0 While (ll < gg) If aa > 0 Then ff = mm.Next(1, 9) End If TextBox1.Paste(aa) ll = ll + 1 End While My broblem i believe is the nuber is not being read in the combo box DeedToPootang, Is this post the same with your privious one: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1064 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem with post processing

    Hi! I'm currently experimenting with post processing using MDX and C# and I encountered a problem I can't solve. This is my C# code: public void End3DScene()         {             if ((device != null)&&(DirectorSettings.featurePostprocessing))             {                 Surface backBuffer = device.GetBackBuffer(0, 0, BackBufferType.Mono);                 device.StretchRectangle(backBuffer, screenSize, renderSurface, renderSurfaceD ...Show All

©2008 Software Development Network