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

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

DDarren

Member List

Neo the 1
TonyCapps
claudio32
Kaiser28
John Oliver (UK)MSP, VSIP
Juniorscone
quantumboy
NetPochi
Pekuja
Andreas Asterlund
TheDevilsJoker
Kharkov Alexander
JinFan
cygnusx
David Mc Dermid
Megalithic
Antonio Romano
Girish123
Marius F
Mahesha
Only Title

DDarren's Q&A profile

  • Visual Studio Express Editions Webbrowser - need options - help needed

    Hey how can i make a option on a menu strip under file called work offline and what i need it to do is basicly turn the browser off so that i can't connect to the net like in Internet Explorer etc... also dose any one know how to get the favourites to work say if some one clicks on a button i need it to popup with a small window with there favourites in cheers. This is a documentation error, the property is indeed read-only. This is probably really a bug in control. The control uses the IWebBrowser2 interface to talk to Internet Explorer and that interface does let you set the offline mode. You can fix this problem through a back-door. Project + Add Reference, click the COM tab and select Microsoft Internet Controls. That gives you a ...Show All

  • .NET Development How Load a XML file with a XSD file into a DataSet

    Ok im in trouble! this night i drink some weird stuff with some friend's and i cant think straight and simple i dont understand... "plus" i never work with XSD files so... i sucks today! Any help would be great!! Thanks. One good starting point is Microsoft’s XML Notepad 2006 It’s freely downloadable and contains source code. It should help to understand, how others have solved XML  related problems. Note for Vista users:     Don't accept the default install path c:\Program Files\XML Notepad 2006, setup abort     before ending installation. Work around is to use path like     C:\Users\YourFolder\XML Notepad 2006 , in where you have acces ...Show All

  • Windows Forms Virtual mode in datagridview

    is there any way i can use a virtual mode for a datagridview bound to a datasource. I used the data source wizard to create my connections for the datagridview and now need to implement some sort of caching performance will be a factor in this application. any help will be helpful It does get triggered for bound and unbound controls. What you're referring to is mixed-mode : bound and virtual. I was also having difficulty getting this NewRowNeeded event and didn't get it consistently until also trapping the UserAddedRow event. A coinsidence maybe, but I couldn't find anything in my searching that mentions any rules for NewRowNeeded getting or not getting called. ...Show All

  • Windows Live Developer Forums Simpel App : User Tiles does not show in 3d

    I have a simpel testapplication where I have added my own tile layer (created with mapcruncher). The Tile layer works fine in 2D, but when I switch to 3D the tile layer it is not visible. Any ides Why I do not use custom tile names. The application can be seen on http://demo.3dby.dk/virtualearth/ The Code is below: <html xmlns=" http://www.w3.org/1999/xhtml "> <head> <title>My First Spaceland Application</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script type="text/javascript" src=" http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script > <script type="text/javascript"> va ...Show All

  • Visual Studio 2008 (Pre-release) ServiceHost and Mutiple implementation

    I have a service contract with 2 implementation, something like [ ServiceContract(Namespace="xxxxx")] public interface IMyContract { [OperationContract] void Method1(); [OperationContract)] void Method2(); } public class MyService1 : IMyContract { ... } public class MyService2 : IMyContract { ... } and Service1 and service2 should be able to talk to each other. my question are 1. Can i host these two service together (such as put service1 and service2 in same .dll and hosted by same console app) 2. Can these two service talk to each other (such as service1 invoke service2.method1, service2 call service1.method2) 3. if above answer is yes, how to configure thanks advance ...Show All

  • SQL Server Using the results of a script component

    Hi There, I have to populate data from two oracle databases. I have a list of ids from one table and I have to query those ids in the second table (in a different database) and populate that data into a sql server. This is the approach I have taken... I have populated the ids into a recordset destination. I use a script component to extract those ids (from an object) into an ouput buffer. I am wondering how I can iterate throu these ids and query the table in the second database for these ids. Can somebody please help me Thanks a lot!! You could use Data Flow task Make DB1 as source Use a Lookup Transform to match IDs from DB2 Mr Thomson has a god article on this: http://blogs.conchango.com/jamiethomson/archive/2006/0 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Adding a simple shader to render a ModelMesh

    I'm trying to figure out how to render with a shader instead of the default render style. I have quite a bit of experience with CG shaders from NVidia so I know the concepts, but when I'm trying to use XNA's HLSL, nothing is showing up. Here's what I'm doing. Any ideas what's wrong I'd like to note that I HAVE been following the help files, but the help files go into DrawIndexedPrimitive rather than mesh.Draw(), which I know isn't required and only helps to confuse me with the idea of applying a shader effect. On Load: shaderEffect = content.Load<Effect>("Content\\Shaders\\simple"); shaderEffect.CurrentTechnique = shaderEffect.Techniques["TransformTechnique"]; effectParam_wvp = shaderEffect.Pa ...Show All

  • SQL Server Asynchronous data flow tasks how to run more than 4 at a time

    Hi guys, i have a for each loop and it has about 20 data flow tasks (simple data extractions). i notice when i run the package it only runs up to 4 data flow tasks at a time. others have to wait till one of the first 4 flows finishes. i was wondering if there's a way to change the limit of how many data flow tasks can run at a time. is there a property some where i know this will be stressfull to the server, but the server is well equiped with CPU power and memory, so performance will not be an issue. any thoughts Package.MaxConcurrentExecutables Property Valid values are one and higher, or -1. Other values are invalid. A value of -1 allows the maximum number of concurrently running executables to equal the numb ...Show All

  • Windows Live Developer Forums Close but no cigar - Bug plotting polygons

    There seems to be a problem plotting polygons and polylines when you have your display DPI set to large fonts (120 DPI) rather than normal size (96 DPI). I've been trying to so a relatively simple plot of a square on a map. My problem was that the square wasn't centered around what should be the mid point correctly. My first thought was that I was doing something wrong so I tried plotting 2 squares one with the top left at the same Lat-Long location as bottom right of the other one. It ended up that there was a big gap between them. It struck me last night that the problem might not be me and on a whim changed my display DPI setting, magically the corner of the 2 squares were at the same point. What seems to be happening when I ...Show All

  • .NET Development SQL Query

    Can someone help me with an SQL query i'm trying to create. I have a 2 tables with the following attributes: Rental: Rental_ID (represents an ID # for the rental)ID( represents a members id #), Movie_ID (represents a movies_id #), Returned, Date_Returned and Movie: Movie_ID, Title, Actor etc What i want is a query that when i give the ID # for the member, it returns the details of the movie they have on rental (and not ones that have been returned) SELECT Movie_ID, Title FROM Movie WHERE Thanks for any help in advance Rental: Rental_ID (represents an ID # for the rental)ID( represents a members id #), Movie_ID (represents a movies_id #), Returned, Date_Returned and Movie: Movie_ID ...Show All

  • Software Development for Windows Vista Activity Designer Strange Results

    Hiya I have tried writing a designer for a custom composite activity and in order to get the children of the activity to be drawn I have tried using base.PaintContainedDesigners(e); and base.OnPaint(e); The composite activity sits in a sequencial workflow and using either of these lines produce some very strange results. The activity prior to my composite gets drawn fine, then the composite itself is drawn fine but with no children, then all the other activities and the workflow itself seem to be drawn offset from the top left to the middle of my composite. This means that apart from the two activities drawn first, all of the other including the workflow heading half disappear off to the right and can't be scrolled to. D ...Show All

  • Visual Studio 2008 (Pre-release) Unit testing WPF controls with NUnit

    Hi there, Has anyone had experience testing WPF controls using NUnit There are a few problems I've come across that seem to make it a pretty time consuming task: - The problems that NUnitForms tries to solve - ie. simulating a button click etc... - NUnit uses MTA Threads - in some cases WPF controls require STA threads. There's a 'CrossThreadRunnerHelper' solution out there that allows you to run a test in a separate thread. But this also makes things even more complex. Does anyone have any ideas on making this process a bit simpler Samples/Examples would be appreciated. Thanks, Ashley We've been using MbUnit happily for this task, which lets you put an attribute like this o ...Show All

  • SQL Server Problems installing Reporting Services

    Hi Folks, I want to download Reporting Services for SQL Server Express Edition but I can't find it. It seems to be in Analysis Services but when I run SQLEXPR_ADV.EXE I don't find any mention of Reporting Services. I get to the final options choice which offers me 'Database Services' and 'Client Components' but neither of these mentions Reporting Services. I have installed BI Studio successfully. I'd be grateful for any and all suggestions. Thanks a lot. Barry Hi Andrea, I have put together a short step-by-step Tutorial for installing Reporting Services to help other people. Would you like to contribute If so, you can look at my draft :- http://www.databaseanswers.org/pi_best_ ...Show All

  • SQL Server Unable to Edit Windows Password in Connect to Server dialog

    Hi, I think my description says it all. I have just installed Studio Express for the first time. I want to attach a database. When the connect to server dialog is displayed the user name and password text box is greyed out. The Password box is blank and I need to edit this. I switch to SQL authentication they are enabled but if I switch back to Windows authentication they are both greyed out. I have uninstalled and reinstalled but still no luck, Any help would be great. That's strange. Are you attaching the database via code or via the management studio Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

  • .NET Development XML Digital Signature

    Hi People, I am planning to implement signing a XML document digitally(XML Digital Signature), I happen to see the MSXML 5.0 with the XML Digital Signature.Can i use it to build a component which will sign xml documents as per w3c standards.And the MSDN pages says this xml digital signature feature is not supported in MSXML 6.0 why is that so .Is there any specific reason for it.I want to use this xml digital signature feature in my visual basic6.0 or visual c++ 6 because i cannot use .NET framework.My Runtime environment might be Windows98,win2000 or winXP without .NET Framework. Is it recommended to use MSXML 5.0 for XML Digital Signature Does it comply to w3c standards and recommendations Or sugge ...Show All

©2008 Software Development Network