Software Development Network Logo
  • Visual C++
  • Visual FoxPro
  • Windows Live
  • Windows Vista
  • Windows Forms
  • Architecture
  • Visual Basic
  • SQL Server
  • VS Express Editions
  • Visual Studio
  • Microsoft ISV
  • Visual J#
  • Game Technologies
  • Smart Device
  • Visual C#

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

byter10

Member List

Will5
v1c
Carlosmcg
Matthew.S.Davis
datapvs
andystac
gustsnts
ACS001
joltinjoe02
Juan Morato
Bertan Ari
AliceSee
ie1jch
Willy-Peter Schaub
Matt Evans
Rick Walker
Keith Powers
leimiaomiao
Mustang
ChristofWollenhaupt
Only Title

byter10's Q&A profile

  • Visual FoxPro Call a store procedure in MS SQL

    Does any body have experiences to call a store procedure in MS. SQL Server with Foxpro V8 command How about :- lnHandle = SQLStringConnect("Driver={SQL Server};Server=(local);Database=master;Trusted_Connection=yes;") SQLExec(lnHandle, "sp_who", "temp") BROWSE SQLDisconnect(lnHandle) HTH, Robbo. ...Show All

  • SQL Server Passing data between multiple Data Flows

    OK, it's the first of the month...that must mean it's time for another dumb question! I'm trying to "componentize" an SSIS package with multiple Data Flows, and I can't figure out how to get the output of the results from one Data Flow into another. So, for example, at the end of one Data Flow, I have a Recordset destination, and I'm storing that into a variable.  But I can't figure out how to access the contents of that variable in the following Data Flow.  Can this be done, or am I going about this the wrong way The best is to use a raw file destination and source. You could use a script com ...Show All

  • Visual C++ Templates

    Can never find stuff from microsoft. Hard site to navigate. Anyway where can I find some templates I searched and came up with nothing. Thanks   As the previous post mentioned, VS comes with different project skeletons. Not all types of projects are available on all editions. For example, if you are using the VC Express edition then there are lots of project types that are not there (e.g. STL, MFC) Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio Exclude from Source Control

    In VS 2005/VSS 0.0d The option to Exclude xxxx from Source Control is not available to me for any files in a web site project. Which would be desirable as for example the web.config I use is not the same as for other team members, and also for dll references in the bin folder of the web project. Exclude from source control is not supported for web projects. Dll references in bin folder should be automatically excluded. Search the forum for "exclude", the issue has been discussed before in a couple of theads like  http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=106422&SiteID=1 ...Show All

  • Visual Studio Express Editions How to examine HTML from a web page?

    I'm a bit perplexed with this. I've got about 4096 characters that are returned from Webbrowser.documenttext property, but the rest of the page is lopped off when assigned to a string. Any idea if there is someway to get at this information with VB 2005 Express WebBrowser is type web.   Thanks,   Ben   Here's the failing code Private Sub FGSADiscountAutomator_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim WebPage As String If CBoxAutoUpdate.Text = "On Startup" Then WebBrowser.Navigate( New Uri( "http://www.gsa.gov/Portal/gsa/ep/ ...Show All

  • Software Development for Windows Vista JRTPLIB in DirectShow filter

    Hello Fellow Developers, I have a simple query Trying to send data over the network using jRtplib in the directshow filter. Sender side: Source>>rtp source filter>>>null renderer rtp source filter is a transform filter, in the transform function i send the packet and all the network connectivity is done in the constructor. reciver side: rtp Client filter>>video renderer rtp client filter is a source filter, in the fill buffer i am trying to recv the packet as follows: RTPPacket *pack; if (rtpSession.GotoFirstSourceWithData()) { pack = rtpSession.GetNextPacket(); if (pack) { ...Show All

  • Software Development for Windows Vista I have to have Idingo to put the Expense WorkFlow Example working?

    I've dowloaded the sample of the Expense Workflow, and I get errors using the Indigo factory (I think), I have to have it I've saw one MSDN Webcast of Host and Comunications options in Workflow cenarios with Israel Hilerio and he use an Activity EventSink that someone told me that change the name to HandleExternalEvent, or something like that. Where can I find an example that use the HandleExternalEvent activity tkx in advance Paulo Aboim Pinto Odivelas - Portugal Hi Paulo, Check the samples in \Windows Workflow Foundation\Samples\Technologies\Communications (WF version beta2.0 or beta2.2) HTH, Sonali ...Show All

  • Visual Studio Express Editions Console output

    I have a few window console applications written using Express VC++ Beta2 which  sent output to a window within the IDE (I forgot what that window called, Quick Output ) when using "cout<<", "cerr<<" etc. I just uninstalled all the Beta products and installed VC++ express released version. I can not find that output window any more, all output produced by cout, cerr are sending to a seperate console window. Can I still send these output to a window within the IDE Or is this feature removed from Beta2 For Win32, you can use OutputDebugString (http://msdn.microsoft.com/library/en-us/ ...Show All

  • Visual Studio Express Editions Visual C# 2005 Express Beta 2 Debugger Fails to Start

    If I create a simple Windows application under beta 2 of Visual C# 2005 Express without adding any code and attempt to start debugging, I get the following error message: "Microsoft Visual C# has encountered a problem and needs to close'. If I start the program without debugging, it runs fine.  A blank windows form pops up.  Also, the "Add Connection" under beta 2 of Visual C# 2005 isn't working for me. When I attempt to connect to an existing database(*.mdf), I get the following error message: "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance.  The ...Show All

  • Visual Studio Crystal Reports for Visual Studio Program Manager

    Hi Everyone, As program manager, I'm a recent addition to the Crystal Reports for Visual Studio team. I look forward to contributing to this forum as often as I can, and I'm excited to hear any feedback, comments, or suggestions that you have. I encourage you to visit our Developer Resource Center   as a great starting point for all of our developer products. It has links to sample code (118 C# and VB samples), our Developer Library online SDK documentation, our Developer Zone, and Business Objects Support Forums. Also, for those of you that are new to report design and using  ...Show All

  • SQL Server Optimization issues with a Database Maintenance Plan

    Hello all: I need some help with what the Reorganize data and index pages with change free space per page percentage to 10% does. Scenario: I have a replicated database using transactional replication with another server. Whenever this part of the maintenance plan runs, our application malfunctions until this part of the SQL maintenance plan completes. When finished, our application runs just fine... After disabling this portion of the Database Maintenance Plan, all issues went away. SQL Version: SQL2000 Standard Edition Service Pack 4 Servers: Dual Xeon 3.0 GHz hyper threaded with 4GB of RAM in each server. I orig ...Show All

  • Visual C++ How to use Pointers to pass an matrix array?

    I used to pass a one-dimension array by using pointer,like the following code: int * entry(int *a){ for(int be = 0; be<7; b++){ cout<<"Input: "; do{cin>>a[be]; }while(foo) return a; }; So I can read from arrays with no problems. However, when trying to pass a two-dimension array( Ex: a[50][50] ) using the same trick, I got the error C2109 message: How to use pointers or any methods to pass a matrix array Better yet, able to pass arrays with several dimensions to other functions You can call this function by the following way: entry(&a[0][0]); ...Show All

  • Visual Studio Using target

    I have a Visual Studio C# proyect and I add this to csproj file. <Target Name="promote" > <CreateItem Include="$(TargetDir)**\*.*"> <Output TaskParameter="Include" ItemName="BuildOutputs" /> </CreateItem> <Copy SourceFiles="@(BuildOutputs)" DestinationFolder="C:\foocopy\cs" /> </Target> But I can't build my proyect with "msbuild /t:promote" What's happend Thanks! Are you getting an error If so what does it state If not then I suspect that you are not getting any results because nothing is in t ...Show All

  • .NET Development I need a good profiler for .NET 1.1, any ideas ?

    thanks. http://msdn.microsoft.com/msdnmag/issues/03/01/NETProfilerAPI/ ...Show All

  • SQL Server The never ending DTSX package

    Hi Champs I want to implement a rutine that watches for specific files in a specified folder. I've found the WMI sample "File Watcher Task" for SSIS and it looks fine. My question is now: how shall I run this package; shall I start it at let it run forever And also how do I monitor that the package is running Many thanks Rogvi Rogvi Knudsen wrote: Hi Champs I want to implement a rutine that watches for specific files in a specified folder. I've found the WMI sample "File Watcher Task" for SSIS and it looks fine. My question is now: how shall I ...Show All

©2008 Software Development Network