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

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

RobZeilinga

Member List

mike6271
Cesar Francisco
vtortola
Sacha Vieux-Roy
csname
ejstembler
Gulden
Justin England
amritpal
otakung
chazparks
Leon Mayne
Nipam N. Patel
Weixiao Fan
Mikko Nylén
Neotech
chriscomp
AGPX
caitac
BortNE24
Only Title

RobZeilinga's Q&A profile

  • SQL Server Sql Server 2005 not starting

    Hi,       I have my web application with backend  as Sql Server 2005 CTP(Yukon). Initially It works well. I updated some security settings to the OS Windows Server 2003 and restarted the machine. Now the Sql Server is not starting.When I manually started  It logs error as follows. 2005-10-13 03:39:57.85 Server      UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. 2005-10-13 03:39:57.85 Server      Registry startup parameters: 2005-10-13 03:39:57.85 Server        -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf 2005-10-13 03:39:57.85 Server     ...Show All

  • .NET Development huge data loading in datagrid from database

    i'm using asp.net 2.0 i want retrive 15,000 records from database to gridview it takes 5 minutes to load a gridview. Any one can Sugggest me a solution to load quickly 15k records will take a little time...Hopefully 5 minutes though was an exageration!...If you do need 15k records to work with ( ), I would suggest loading them either while showing a splash screen at app startup or in the background load (worker thread)of the main user form ...Show All

  • .NET Development XSLT 2.0 supported in .NET 2.0?

    Hello, is XSLT 2.0 supported in .NET 2.0 If not, is there an easy way to create the same results as with " xsl:result-document" Kind regards, Daniel Hilgarth The .NET framework class library does not suffice, as said it has only support for XSLT and XPath 1.0 and some extension functions but not for XSLT and XPath 2.0 and stuff like result-document. So you need some additional library like the Saxon library. I think Oleg's nxslt processor based on the .NET XslCompiledTransform also has support for exsl:document. So that could be an alternative to Saxon if all you need is multiple result documents. ...Show All

  • Windows Forms Soft-edged brush

    Hi, Can we draw using a soft-edged brush just like what we have in Photoshop or GIMP or the like Coz, usually when we call a pen, it will draw an hard-edged stroke. Thanks in advance. Mmm... i see i haven't tried those. i did tried passing the HatchBrush with 75% style and using a fg color with transparent bg color, but it doesn't give that soft edges effect. Not really sure how to use the LinearGradientBrush to create such effect. But how about TextureBrush... can it accept a gif transparent file. (i'm thinking maybe create a small dot with tranparancy edges) thanks ...Show All

  • Visual Studio Express Editions Is anything wrong in my windows service code

    hi, I am Ravindra,presently working on windows service (ie) to send automated mails to the respective id by specifying the time. but I am not getting any email alerts ,when i specified the seconds along with hour and minute. If I specified only hour and minutes I am getting mails . please check the code and see whether any mistakes in my code thanks in advance... Ravindra the code is-------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.ServiceProcess; using System.Web.Mail; namespace matchtest { public class matchtest : System.ServicePro ...Show All

  • Windows Forms Did Bill forget document.selection for WebBrowser control?

    I'm wondering why Bill didn't implement document.selection for WebBrowser control in C# as it's the case for JavaScripts ( http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_selection.asp ). How can I get the selected text of a WebBrowser now :( Hi, I can't get Cut nor Copy to work in C++ ... and am wondering why as MSDN says it should. I've tested ExecCommand of IHTMLDocument2 and exec of IWebBrowser2 with the IDM_CUT and IDM_COPY. Both doesn't work. Really disapointing... Fred ...Show All

  • Visual Basic Unhandled Exception When Launching Application - Attach Database Failed

    Hello, I am launching a VB app that I built with a SQL backend. I am getting the following error message: "Unhandled exception has occurred in your application. .... An attempt to attach an auto-named database for file .....mdf has failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share." Does anybody have any idea what could be causing this and what I would need to do to overcome this Here are the details from the error dialog. Thanks for your assistance. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Data.SqlClient.SqlException: An attempt to attach an au ...Show All

  • Smart Device Development MediaPlayer OCX on Samsung Blackjack

    I'm unable to get create an instance of a Windows Media Player control on the Samsung Blackjack, although the same code works properly on every other WM5 device we've tested (Moto Q, Cingular 2125, 3125, Dell Axim, etc). When either of the following lines of code are executed: hr = spHost->CreateControl(CComBSTR(_T( "WMPlayer.OCX" )), thisHwnd, 0); hr = spHost->CreateControl(CComBSTR(_T("{6BF52A52-394A-11D3-B153-00C04F79FAA6}")), thisHwnd, 0); the following messages can be seen in the debugger's output window: [Stack fault]: Thread=86a2c7f0 Proc=8431bb80 'testapp.exe' AKY=00040001 PC=0306bbd0(imaging.dll+0x0001bbd0) RA=0306bce8(imaging.dll+0x0001bce8) BVA=26030fe4 FSR=00000007 The message ...Show All

  • Visual Studio Team System Connecting to TFS from EXCEL

    can somebody please assist me how to connect to TFS through EXCEL and get the count of the various work items like active bugs, resolved bugs etc.. Its a very urgent . thanks in advance ratz To connect to TFS and to get list of workitems in excel, checkout "Building Work Item Lists in Microsoft Excel" section in this msdn article . Basically you'll have excel addin when installing tfs client, and from Excel you'll see menus to connect to TFS (under Team main menu) and to import items. If all you need is to run queries for count, the work item picker dialogs that comes up during "Add workitems" menu will help, but making large queries has perf implications. Easiest thing is to use ...Show All

  • Visual C++ How to get the time in hour:minute:seconds and milliseconds?

    Hi, just it: hour, minute, seconds and milliseconds. ...Show All

  • Visual Studio GetMethods from AuthoringScope is never called

    Hi there, I'm working on MPF package containing the language service. I need to implement MethodTips feature. I've created the class inherited from the AuthoringScope class from MPF and override following methods: GetDataTipText, GetDeclarations, GetMethods, Goto. All of these except GetMethods are called ok but GetMethods is never called. Could you please propose the reason for such weird thing Hello Dmitry, Did you have any luck with this I'm seeing the exact thing. Thanks, John ...Show All

  • Visual Basic Is there any way to make VB programs run w/o the .net framework?

    I try to develop professional applications. When I give my software to somebody, it is almost embarasing to say that they will need to download other software that I did not make in order to run my programs. Is there any way that I can force the .net framework away from my applications If you write something in a .NET-based language your users will need the .NET framework installed to run it. If your users are keeping their system up-to-date with Microsoft Update (or they are running Vista) .NET should already be installed. ...Show All

  • SQL Server Database Engine Tuning Advisor gives non existent errors in SQL 2005

    Hello, I am sure you have heard of Community server - if not you are just using it ;) I decided to try to optimise the performance of my site, run a trace and then DETA. And I am getting errors like these: SanjayAgrawal wrote: Can you please use the -d option (dta.exe) or "Database for Workload Analysis" option in UI to set the database context to the database that contains the stored procedures. Thanks Sanjay I'm having a similar issue, and I have set the database context to the correct database the contains the stored procedures and tables. Any clues ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mouse / Keyboard Events when using SimpleFramwork on a windows form

    Hi, Has anyone managed to get the latest version of the Sample Framework (Feb 2006 and Dec 2005) to work with full mouse and keyboard events. (I have added my code at the bottom of this post) I have been trying now for 2 weeks with no luck. I can see the mouse messages on the form and by adding hooks to the mouse on InitialiseGraphics() I can also capture the mouse message in the directx application but I am not sure how I can pass this onto the framework to process so that when I press the left mouse button and move the mouse the model will move on screen. This works perfectly if I use CreateWindow but not if I use SetWindow. I am using Simple Animation from the SDK browser and have removed the CreateWindow(..) and replaced it wi ...Show All

  • Smart Device Development PictureBox displays white background

    Hi, I need to develop a menu form which contains icons and when user clicks those icons they will be directed to respected forms. Easiest way is to use PictureBox and set PictureBox.Image property to icon images. For this, I'm using .ico format of images since PictureBox can accept that. Then i handle the click event of those PictureBoxes. It works just fine except those PictureBoxes can't display transparent background, instead they display white background. No matter what color I chose for the BackColor property, they still produce white bground. It took me hours to think what is going wrong. I googled this problem and some say PictureBox can't display transparent bground. Kinda weird here, it is not just fail to go transparent, Pi ...Show All

©2008 Software Development Network