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

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

Sweeps78

Member List

athadu
cak89502
JawKnee
TWild
humble.apprentice
TLentine
Sigfuss
Luc Pettett
DiZASTiX
Antarctica
Matt Ellis
GUYO
Mark G. Goles
stswordman
MasterBodyman
R.Tutus
Joel_F
treegum
Darren King
Geogy
Only Title

Sweeps78's Q&A profile

  • Visual Studio 2008 (Pre-release) Visualizer for LINQ objects

    Hello, I am very impresed from LINQ framework. I am mostly work with LINQ over data structures and LINQ over DataSet which I found very very useful. The problem is I have no debug visualizer for watch the result expression tree. Thank you, Ido. Dear Terry, Don't be sorry :) You are completly right. I am talking about visualizing the resulting "expressing tree". Only that I want to visualize the resulting "expressing tree" of a Linq over DataSet expression and not expression of DLinq (Linq over Database). Thank you very much, Ido. ...Show All

  • SQL Server Configuring SSIS package to read a value before executin

    Hi, Is it possible in any ways to Configure a SSIS package in such a way that based on the User Input the package runs. For e.g if there is a table which has say 10 distinct groups. Normal SSIS package would ideally pick all the data from the source to the Destination I want to know how to configure in Such a way that I should be able to say Group X as the input and data related to GroupX alone should be copied. Select * from SomeTable where GroupName = @CongigVar. how to achieve something like this thanks Hello, I think that might just be what I need, but when I tried creating one, its failing with the error, 'Parameter Name Unrecognized'. I think am doing it wrongly. Can you po ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Direct Answers For A Beginer

    Dear, I Am A Beginer In Game Development, But Professional In C# And C++.Net 2005. I Want To Start Learning 3D Game Development Where I Have 2 Main Questions: 1- C++, C++.Net 2005, Or C# Is The Fastest And The Powerfull Language For Creating 3D Application 2- What Is The Graphic Library I Have To Learn And What Are The Difference Between XNA, DirectX, And XNA Game Studio I Hope To Help Me In My 1st Steps. Thx Alot The ZMan wrote: Oh give me a break :-) of course I know of *all* the games in managed DirectX... I keep the list... Maybe I was wrong to say *ALL* but the bottom line is that there are almost no jobs out there being a game developer unless you are an absolutely solid C++ developer. I know - I tried ...Show All

  • .NET Development TableAdapter Update problem

    Hello, i have problem in my application. I create dataset with single table. In MainForm i have 2 texboxes and update button. This is code for update button: [CODE] Klient klient = new Klient(); klient.ShowDialog(); KlientDataSet dataSet = new KlientDataSet(); Serwis.KlientDataSet.KlienciRow klientRow = dataSet.Klienci.NewKlienciRow(); klientRow[0] = Guid.NewGuid(); klientRow[1] = klient.Imie; klientRow[2] = klient.Nazwisko; dataSet.Klienci.AddKlienciRow( klientRow ); int result = this.klienciTableAdapter1.Update( dataSet.Klienci ); [/CODE] I got 1 in result variable so i think that database was updated. No my database was not updated. I add another form to my app with droped table from tolbox. VS created ...Show All

  • Visual Basic textbox text not updated

    I have a several subs where a textbox writes whats happening. The sub could look something this private sub DO_Something txtstatus.text="Now doing this" call Another_sub me.close End sub But the problem is that the textbox doesnt write the text im telling it to. I've tried putting the my.application.doevent() in the first line but this doesnt help either. But if i in example put a messagebox right after the textbox.text="ijhpih" then it displays the messagebox and the the text is written in the textbox. How can i get it to write the text in the textbox The glory of Visual Basic is that it can make incredibly difficult things ridiculously easy. The bane of Vis ...Show All

  • Software Development for Windows Vista When does workflow instance released?

    Hi,   I wrote simple sequential workflow. The application sequence is very simple: 1. WebService gets a call and instantiates a processing object (that gathers parameters) 2. Processing object executes the workflow with parameters.   Now the problem: I noticed that corresponding process (w3wp.exe) memory grows and hardly goes down (if at all) till the application pool's "idle timeout" reached and the process is shut down. I assume that workflow instances stay in memory and that's a reason why process' memory doesn't go down. Here is a only configuration I have in web.config regarding the workflow:  <WorkflowRuntime Name="WorkflowServiceContainer">   <Services>   & ...Show All

  • Software Development for Windows Vista A Bug in SDK. Or not?

    All, I have a simple workflow which creates orders based on an order message from other system. Sometime, I also receive "Update" order message and this time instead of creating new instance I need to update the existing instance of the workflow. When I create new instance I put some data value like "OrderID" into tracking database using custom tracking profile. I can see record being inserted into "TrackingDataItems" but when i try to use "GetWorkFlows" call, in case of update to get the instanceID to update the value, I dont get any of the instances. I dug deep and found that GetWorkFlows stored proc is being called from SDK and in this stored procedure it is looking for EventTypeID = ...Show All

  • Visual Studio Team System What privs to I need to use witImport and witexport?

    I can use TFSDeleteProject fine, because it prompts for a username and password.  But witimport and witexport don't prompt for a username.  What am I doing wrong   My username is authorized as Admin.   >witexport /t 166.20.96.241 /p ERsim /n Meeting TF30063: You are not authorized to access 166.20.96.241. Check this out: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=889092&SiteID=1 Does it help ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Alpha Blending (deferred)?

    Is there a way using the sprite batch object that you can render several rectangles, but when alpha blended, it looks like the entire object was rendered first as a single opaque image, and then that image was alpha blended, such that you would never have known it was several smaller pieces assembling the final object Instead of normally seeing each rectangle blended as it overlays another rectangle. That totally depends on how many such targets you are likely to have, and also how fast your graphics card is. For what it's worth, the composited translucency effects in Windows Vista seem to keep up quite nicely as long as you have a decent graphics card, but generally need to be turned off on older/ ...Show All

  • SQL Server Cant Find MS SQL SERVER in DataSource

    hi.. i am using C# eXpress edition 2005..and i have downloaded the SQL Express Edition.. the problem is that i cant find "Microsoft SQL Server" in data sources.. there are only two items listed -> Microsoft Access DataBase File -> Microsoft SQL Server Database File Where do i get "Microsoft SQL Server" hi, Visual Studio Express editions designers are "designed" to use only "file based" connections and thus User Instances features... you can connect to the "traditional" SQLExpress engine, but only by code and not via the designers.. regards ...Show All

  • Visual Basic VB6 IDE Mouse Wheel - Disappearing editor windows?

    Anyone else seen the frustrating Disappearing windows which frequently occur when a VB6 developer touches the Mouse wheel    We use:  VB6 SP6 , MS Mouse Intellipoint 5.2 08/17/2004.   We we use and are fairly happy with the MS's fix VB6IDEMouseWheelAddin.dll which was released Oct 2004, except for the IDE's disappearing editor windows.  Quite frustrating... From Paul Yuk's sticky post " Are You Looking in the Best Place " **Note: these forums are intended to support VB 2005 and VB.NET topics.  For VB6 resources please see VBRun: The Visual Basic 6.0 Resource center .  Best regards, Johan Stenberg ...Show All

  • .NET Development Create a Shell Extension Handler thumbnail extractor with .net?

    Hi, My application creates nice graphics see http:// www.mavericksplan.com/mavericks  and it saves a custom document type. I'd like to show the contet of the document in Explorer when the user switch to Thumbnail view. To implement this feature I understand I need to create a Shell Extension Handler Thumbnail Extractor that extract the image from my file type to feed Explorer thumbnail vew, which is not easy at all for me. I look on the web and I found 1 C++ example and none in C#. Does anybody have a sample code to create a Shell Extension Handler thumbnail extractor with .net in C# Thank you Andrea Thank you Jesse. I will go with unmanaged code then.  I'm positive I will n ...Show All

  • Windows Forms Calling javascripts from C#

    Hi all, I am not sure, whether I am posting this to the right group. Please help as this is urgent. I am loading a page webpage(jsp) from my C# code. I am able to get the document complete event of the page loaded. Then I am using the intenet explorer class to get the document of the currently loaded page. I am also able to access the various controls on the webpage. The problem arises when I am trying to access js functions in the webpage. Then we are getting an exception of "Invalid Cast Exception".I have imported all the reference dlls needed,like shDocvw and mshtml. While debugging I understand that while getting the document itself this exception is present for some of the properties of the document like ...Show All

  • SQL Server Transactional Replication- Snapshot agent

    When you create a transactional Replication.Is there a way to disable to snapshot agent scheduler. I believe that there is a way to disble it when you create a publisher. Help ME!!!!!!!!!!!!!!! IF your snapshot agent job is currently running on a scheduled basis, you can modify the job's schedule, find the job in sql server agent job list and edit the schedule. ...Show All

  • Visual C# Create a library of Tools and standard forms like in Visual Foxpro

    Hi Y'all I came from Visual Foxpro 9.0, in it i can create standard forms. These forms already contains code for saving data, closing the window standard headings and pictures. since I am now developing for C# (Coolest, Sharpest PL i've handled) in visual foxpro you can save this forms in a library file and you can actually add it to your toolbox. So in design time all you have to do is to click and drag from the toolbox your form. Is there a similar functionality in C#. I tried once copying one form to another filename, guess what when I edited a form all of the references still points to the name of the old form. :-) By the way some tip on visual foxpro programmer, there is a way to call all of the functions of visual foxpro and als ...Show All

©2008 Software Development Network