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

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

chen2006

Member List

awp001
TIKARD
GTI-org
Mike_CuttingEdge
AvalonJulie
Choong
difg
Adam Gregrory
dpatel
vicster
Viperious
Raphinator
kaky
Rab Lucas
Daniel Pratt
chesnut
aserbert
RBone
Normous
PeterM
Only Title

chen2006's Q&A profile

  • SQL Server WScript.Shell in a job

    I have an ASP page that creates a job in SQL Agent, waits for the job to complete and then shows some output. The job that is created uses wscript.shell to run an executable (our time card program) on the sql server. sample job step: Set obShell=CreateObject("WScript.Shell") obShell.Run "c:\kronos\apps\tkcwin.exe /data x:\kronos\data /sl c:\weblog.txt /s c:\test.ks1", 6,true set obShell=nothing just fyi - /dat ...Show All

  • Visual Studio AddNamedCommand(...) and VSIP

    Hi, I am developing a VSPackage, and need to add commands like the EnvDTE::Commands::AddNamedCommand(...) method. However, although i have access to all the EnvDTE interfaces, i can't access the EnvDTE::AddIn object from within my package. I have tried querying it from different interfaces but to no avail (everything returns E_NOINTERFACE). Apparently a VSPackage is NOT an addin and hence does not have an AddIn instance. I want to add named comm ...Show All

  • Windows Forms SerializationException

    I downloaded the "Outlook calendar look and feel" sample, compiled it and ran it just fine. I then tried to add another form and add drag and droped the calender control onto a new form, and I got a SerializtionEception. It states that the assembly is not marked as serializable. I am just curious what is going on. The control works fine on the form that came with the demo, but I can't drag it onto any other form. I did have the visual studio bet ...Show All

  • Visual Studio Team System Trace-Logging to Verify TFS mail sending status

    Trace-Logging to Verify TFS mail sending status ------------------------------------------------------------------- On a server with both TFS(Beta3) AND TeamBuild both installed. Per following link: http://blogs.msdn.com/psheill/archive/2005/11/28/497662.aspx notification_id=201283&message_id=201283 I open on TFS Server: SrBuild C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Web.config and ...Show All

  • Windows Forms Direct Show in Visual C++ 2003

    Hi i am working on a video player in visual c++ 2003.  I have gotten to the point where i can open a video and have it start to play.  The one thing that i cant do yet is get the video to show up in my Form&nb ...Show All

  • Windows Forms Can ClickOne by used in ME?

    As ClickOne uses BIT downloader, can it be used on WinME/98 Does "ClickOnce" use BITS to do it’s downloads       No, “ClickOnce” uses the System.NET class libraries to do it’s downloads. BITS is not supported on all of the platforms the .NET Frameworks ships on. What operating systems does "ClickOnce" support         “ClickOnce” ships in the .NET Framework r ...Show All

  • Windows Forms Dynamicly add controls to a form from a thread

    I have a thread that runs in a loop and needs to cause some user controls to display in a winform periodically. The user controls are created inside the thread and passed to the winform to be added to the Controls collection and shown. Well that was the plan. Its not working at all and Im sure it has to do with the thread. I thought that setting Form. CheckForIllegalCrossThreadCalls = true would help, but it does not. I've tried checking for ...Show All

  • .NET Development Parser Error Message: Unrecognized attribute 'xmlns'.

    Hello There! I have a web service which works fine until you precompile it (ASP.NET 2.0). I place it into a virtual directory of IIS 5.1. When you try to browse it, instead of getting the webservice list of available methods, you get a server error report: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuratio ...Show All

  • Visual Basic How do I use VB to connect to a database in VS2005?

    I heard that data access gets a lot easier with Visual Basic 2005.  Can someone show me a quick code sample illustarating this so I get an idea what's better One good place to look is: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/NewDtaStVS05.asp It mentions one of my favorites features. I've cut part of the article out below: A simple code snippet will help illustrate these features. In Visual Studio ...Show All

  • Visual Studio Team System Doc chm of FxCop 1.32 and Online Document with problems

    Hi All, I'm having problems with projects where are more than 8 rules. My rules stop running and neither the debug runs anything. I am using fxcop 1.312. So, I tried to upgrade the program to fxcopy 1.32. But there are a lot of differences between those versions. So, I downloaded fxcop.chm from the gotdotnet site. But it is with erros in all windows when you try to read a topic of it. I tried to see online documentation of fxcop 1.32 ...Show All

  • Visual C++ How to Print in an ActiveX

    Hello,  I am working in VC++ 6.0 and Windows Xp Professional.   I created an ActiveX control using MFC ActiveX ControlWizard and have drawn a circle on the control window using CDC (CViewClass). Now I want to print this DWG on the currently installed printer. I already added a method named "PrintCircle" to the control. I would like to call this method to do the printing.   Now, my questi ...Show All

  • Windows Forms Same context menu in multiple ListView

    I know that one conext menu can be associated with multiple controls, however I need to change the view of ListView depending on the respective ListView that was clicked. I found some stuff on msdn that talked about ContextMenu.SourceControl but for some reason I am not able to use it on Click event. I am getting a null for ContextMenu.SourceControl . Any ideas as to how I can do that private void tsTile ...Show All

  • Visual Studio Express Editions Assistance with MFC Application

    Hello anyone!! --Can anybody advise me, how to create a MFC application Wizard (exe), complete with a Control box, to create the Application shell, or is this unheard of, with this Visual Express 2005 Edition It seems simple enough, but I cannot get it!! Sincerely, ---Geoff Express edition does not come with the MFC library and project templates. It is targe ...Show All

  • Windows Forms TableLayout control

    I'm testing the TableLayout control. I must say the basic idea is stupendous, an analog of the HTML table for WinForms. The only problem I have with it is where the analogy stops. Maybe I'm not getting something right about this control but I find myself wishing I could get direct access to rows and columns (like in the web, server-side table control). I was specialy looking to remove entire rows by doing something in the idea of "myTableLayout. ...Show All

  • .NET Development HTTP 405 method not allowed

    Hi all, I want to upload an image from mobile to my PC. I'm using the HTTP(POST) method for doing that. all the time I get "405 Method not allowed" error in the mobile. Is the IIS support this way or I have to do that otherwise. With downloading image to the mobile I did it, but uploading the is a problem Have to make certain configurations to the IIS. Is ther other ways to do tha. An important thing to say that the mobi ...Show All

©2008 Software Development Network

powered by phorum