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

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

Imanol

Member List

Learning VB
Rhubarb
Huybs Kris
Unknown Name
Charlie Calvert MSFT
Alexie1668
guy87
jwrodriguez
Davids Learning
Colin Whitlatch
Richard Purchas
Markus Sch.
oldSAP
kinny_k
Falklian
bennymacca
Shaun Logan
Blufire48
hillrg
Luke Westendorf MSFT
Only Title

Imanol's Q&A profile

  • Software Development for Windows Vista stop printing from a filter

    is it possible to stop the printing from an xps filter would a call to RequestShutdown be the proper way to cancel the printing oh that. Thats the implementation for IPrintPipelineFilter:: ShutdownOperation . i don't need to know about that. nor about setting flags for that class' internal use. thanks anyway. ...Show All

  • .NET Development Memory leak isolation in ASP.NET Sites

    Hi everyone: I have several asp.net apps running in my server and one or some are causing a OutOfMemoryException frequently. I need to know which one is causing this exception or at least prevent it from happening to all the sites, so I would like to know how could I achieve this and, also the most important part by now: If I make every app to run in an isolated process (app protection in IIS, High ) would this prevent that the outOfMemoryException affects all my other sites or apps Thanks for any hints. ...Show All

  • Microsoft ISV Community Center Forums Take out the ability to input values on combo box?

    How do I take out the ability to input values on a combo box For instaance, if I want the user to select the month ...Show All

  • Visual Basic Hidden Find dialog

    When I press [Ctrl] + [F] the caption bar turns grey but the find dialog does not appear. Is there a way to change this ...Show All

  • Visual Studio Express Editions how update SQL database in VB

    when i m trying to insert duplicate entry in database , an exception comes out and to resolve this i have written code for update existing one. but it doesn't update existing record. and also please tell me how i can found specific record in Database. here is my code: Public Class Form1 Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim tfp As FileIO.TextFieldParser = My.Computer.FileSystem.OpenTextFieldParser("MyTextFile.txt") tfp.Delimiters = New String() {"!"} tfp.HasFieldsEnclosedInQuotes = False While Not tfp.EndOfData Dim Fields() As String = tfp.ReadFields InsertSQL(Fields) End While End Sub Private S ...Show All

  • Visual C++ In vc6.0 how can use command line to add /showIncludes to get include file information?

    In vc6.0 how can use command line to add /showIncludes to get include file information ...Show All

  • SQL Server dbo user / permissions error.

    I had found one or two other questions about this, but neither of them seemed to be the same as my instance, and there solutions were not valid for me. I purchased the Build a Program Now MS Visual C# 2005 Express Edition book with CD. This was installed by the auto installer on the disk. which included the SQL Express 2005 version. I have used the Visual Express C# interface, build a small program, created the database, created tables. all went well. I can even add data, and so forth. My problem came when I went to click on database Diagrams in the Database Explorer. I get a Dialog box stating " This Database does not have a valid dbo user or you do not have permissions to impersonate the dbo user, so da ...Show All

  • SQL Server Using Compact edition inside a service

    Hi All, What does it mean "When not to use: When you want to run as a service" ( http://www.microsoft.com/sql/editions/compact/default.mspx ) I have a service that generates lots of log info which I currently write into text (CSV) files. Those files grow at a rate of like 50000 lines per month, so loading, searching and extracting any statistical data from them is hard. I was thinking of using Compact edition instead, but I'm not sure what to do with the above quote. TIA My interpretation is that you should not use SQL Compact Edition as a service (meaning that you write a service that uses SQL Compact Edition to serve data), but you can use it in a service if the service is g ...Show All

  • .NET Development XML Validation Bug .NET 2.0

    Hello, In my recent experience with .NET 2.0 i faced a bug in of xml validation in .NET 2.0. I created a xsd that contains an simple element (of type xsd:int ) in one of its complex type, I passed few invalid alphabets and try to validate it, and it gets validate w/o any problem, Although the same xml file I passed to XmlSpy 2004, it threw validation exception. I know there in no problem in my code because the same thing worked for xsd:datetime type, when i passed invalid characters it threw exception (event ValidationEventHandler raised). here is my code string schemaloc = ConfigurationManager.AppSettings["SchemaAgentRegistration"]; string targetNS = ConfigurationManager.AppSettings["AgentTargetNS"]; agent.getDO ...Show All

  • Visual Studio Is it possible to specify "encoding" for file included in the project to open it with?

    Greetings! Visual Studio has amazing capability to open source code files with any encoding i need in the editor (source code editor, xml editor, html editor, or another one). But to take advantage of this feature I have to do some routine job every time I open my project (right click to the item > Open With.. > C++ Code Editor (with encoding) > Encoding = Cyrillic (DOS) - Codepage 866). I wonder if there is a way to specify encoding in the project file (.vcproj) somehow like this: < xml version = " 1.0 " encoding = " windows-1251 " > < VisualStudioProject ProjectType = " Visual C++ " Version = " 8.00 " Name = " CyrillicProblem " Project ...Show All

  • Smart Device Development GPRS Connect at Startup

    Hi again (again), Last question, I promise. I'm looking to start the GPS up wen the device starts. I don't mind changing hte registry for this, or doing it programatically. All the stuff I have found is either for C#, or the registry info doesn't exist in my phone. Once again, any help would be very appreciated. Cheers, Dan. I don't know what I was talking about in the last post, I must have been reading some very strange things. I've implemented it now, and it compiles and runs, but it doesn't actually inialise the GPRS. The GPRS connection remains the same. Here is what I have: CONNMGR_CONNECTIONINFO pConnInfo = { sizeof (CONNMGR_CONNECTIONINFO) }; pConnInfo.dwPriority = CONNMGR_PRIOR ...Show All

  • SQL Server Replication security help please...

    Hello, I am being told that my SQL server can no longer use a domain account to do replication cause it is a violation of SOX codes... So here is my question to ease my pain.... I believe that I can run the SQL server service under [local system account] with no issues but what about the SQL server agent service It needs rights on all the servers right I have found where you can configure replication to use sql authentication but then I can use snapshots... any help would be appriciated... oh.. I use transactional and merge if that makes any difference. Hi William, Replication agents run under the context of a Windows account. The agents make Windows Integrated Security connections ...Show All

  • Visual Studio Team System How to Export Work Item History?

    We have only recently started working with Team System and the Scrum Add In and one of the things we have been working on involves pulling out work item info and creating speadsheets using this data. The history isn't explicitly displayed in the sprint burndown chart even though it is used. The idea is to have something like an Excel Spreadsheet that contains the progress: something like the effort remaining from day to day. DAY: 1 2 3 EFFORT: 20 18 40 and so on. Is it possible to export the values for the history of a work item so people who read the report will know when changes are and have been made. Till now this has been done manually in the spreadsheet. How can one make changes in TFS and then ...Show All

  • .NET Development How to get all the cookies

    Hello, I have a problem with getting all the cookies. I use HttpWebRequest and Ethereal shows the following HTTP/1.1 302 Found : Daniel, Could you please post the System.Net trace file for this You can get the instructions from http://blogs.msdn.com/dgorti I would like to see what sort of cookies are being sent and why you are not getting them ...Show All

  • Windows Forms Setting up Picturebox with a dot grid.

    Hi, Using VS2005, I need to produce a picturebox (or Panel), with a grid of points ( dots). to use in the design of some line drawings. The reason for the dots, is to enable a number of the angles to be more or less constrained to 90 degrees. The idea is to be able to collect the X,Y axis of the pixel positions, using mousedown, draw the line and save each pixels positions for later use. Hope someone has an idea on this. Thanks Tailor private void panel1_Paint(object sender, PaintEventArgs e) { for (int x = 0; x < panel1.Width; x += 10) for (int y = 0; y < panel1.Height; y += 10) e.Graphics.DrawLine(Pens.Black, x, y, x + 1, y); } ...Show All

©2008 Software Development Network