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

Software Development Network >> 愛青蛙's Q&A profile

愛青蛙

Member List

harcrow
xluna
Bumper
minkee.s
Boulderdude
pure159112
FrankSp
Sprite64
ChiaraE
Avi_harush
hazz
minigendo
Kamel Balquis
i3tech
MarinosC
Peter D.252325
12340987
Catalin Zima
ron nash
Steve from adzac
Only Title

愛青蛙's Q&A profile

  • SQL Server long running transaction blocking queue

    Hello, I seem to be misunderstanding the way transactions work with service broker queues. We have developed and deployed a service broker application that 5 queues and a windows service for each queue on multiple servers (3 currently). Due to a last minute issue, we had to not use transactions when the services executed a recieve and I am not updating the code base to use transactions and am running into blocking issues. One of the services runs for 90 seconds (spooling to the printer) and all of the servers block on the receive operation for this queue. I thought that if I was receving messages from a single conversation, other receives against this queue would not block. Thanks, Jim Stallings ...Show All

  • Visual Studio 2008 (Pre-release) I can't make P2P to work

    I read "Harness The Power Of P2P Communication In Windows Vista And WCF" ( http://msdn.microsoft.com/msdnmag/issues/06/10/PeerToPeer/ ) and downloaded example from this article, but it doesn't work for me. I was able to compile it, but when I put app on 2 computers and tried to share image nothing is happening. (This app is using certificate and I was not sure where to get it. So I just generate one and installed it on both machines). Is anybody else tried to use code sample from this article If not are there any other code samples with p2p in Vista I met the same problem, here is my resolution: 1: Can not compile, because the .net Framework version is different from that sample. ...Show All

  • Visual Studio Team System Workspaces opt-in rather than opt-out

    Hi Guys, we have a number of different solutions inside a single TFS Project. We have create a number of team builds designed to build single solutions. Initially we had a performance problem building a solution as the entire source code repository was being retrieved before doing a build. To correct this we have cloaked unnecessary source paths using the workspace.xml (opt-out). While this works the problem going forward is that new solutions are automatically included which means that all of the team builds need to be updated to exclude the new solutions. Is there a way to exclude all solutions and only opt-in Wildcards are definitely forbidden, is there any other way to achieve this Another possible option I have explored is to map to ...Show All

  • Windows Forms Help in implementation of a magnifying glass

    I have an image viewer application which I want to apply a magnifying glass effect on certain area of the image. The problem I've run into is that when I slowly dragged the magnifying glass across (when left mouse down) the magnifying glass window didn't move smoothly. I believe it has something to do with drawing the graphics of the original image on the background. May someone please help me solve this issue Thanks. Okay, so what's "this.image" Sounds like a bitmap. magnifyGlass_Paint() will be very slow if that bitmap is not in PixelFormat32PArgb format and this.image gets large. If you get this image from a resource, copy it into a bitmap with that format and use that bitmap for all your pa ...Show All

  • SQL Server Changing Default Rendering Method of Reports

    Ladies and Gents, I have a question with regards to the default rendering extensions for reports. I am using RS 2005 with SP1. I am accessing a report as follows: http://<ReportServerName>/Reportserver /<Folder>/<Report Name> Sample: http://TestServer/Reportserver /Special Reports/Dealer Report This displays the parameter bar and the view report button. When pressing the view report button, the report is automatically rendered into HTML 4.0. Is there a way to use the existing parameter bar and automatically render the report to a different extension (such as PDF) when the parameters are entered and the View Report Button is pressed. Thank You for any advice you can give, Raph ...Show All

  • SharePoint Products and Technologies How to do this in WSS 3.0?

    Hey Guys,   Looks like WSS can do lot of stuff out of box that I was looking for, except for four things, for which I need help from Gurus:   1. Inline [browser] Editing of Documents [without using the Office applications]. I don't want to allow users to download documents.   2. Relationship between Documents [I want to create Master document and its supporting docs] and to change the status of all the related documents to "Pending Approval", if any of the document is modified.   3. How to store the "Computer Name" of the User who is creating or editing the document   4. How to send alerts through SMS, other than by Email We want to use ClickATell for sending SMS.   Any he ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Programs used to make .bmp files and such?

    I was wondering what programs people use to make the .bmp files and other image files for their heightmaps and stuff. Please dont say Adobe Photoshop as one, I have GIMP where that comes in. but any other program names will be very helpful, thanks I generate my own bitmap files for randomly created maps. (Sorry, I won't share that code with you.) If you're interested in doing this yourself, check out http://www.wotsit.org for the bitmap format, as well as pretty much any other format you might want to generate. ...Show All

  • Smart Device Development Problems with rapi2

    Hello, When trying to use rapi2 I am getting unresolved external symbol _CLSID_RAPI and unresolved external symbol _IID_IRAPIDesktop:(. I am including all the Lib files from the new windows mobile 5 activesyc directories. Thanks Justine Hi Micheal Thanks for your answear. It really helps me. I should have linked RAPIuuid.lib and ignored libc.lib library. Justine ...Show All

  • Visual C# HowTo:Change Default Project Folder

    Hi All, When i create a Project using VS2005, by default a folder with the namespace gets created. for e.g. When i create a project with name Test.Test1.Test2.csproj and namespaceTest.Test1.Test2 under C:\MyProjects\ A folder with name Test.Test1.Test2 gets created, How can i avoid this i want to create the project as C:\MyProjects\Test\Test.Test1.Test2.csproj Any pointers would be great. Apologies if this is wrong category. Thanks, Swarup The default root directory for projects and solutions can be set under Tools\Options -> Projects and Solutions. You can also set the default location to store your settings and where to store custom templates you create. Michael Taylor - 1/17/07 http://p3net.m ...Show All

  • SQL Server Sometime Fail Render to PDF

    Hi all. My name's Daniele and I'm writing from Italy. So please forgive me for my English :) My problem is: I make a Call to an URL on my Report Server an I invoke one report. The rendering of my Report is in PDF format and I specified it in my URL: My URL 'Url = " http://urano/Reportserver %2fApplicativi+Universo+Reports%2fArea+Test%2fIntesa+Vita+S.p.a.%2fLiq.+Sinistri+-+Dati+generali%2fSchedaLiquidativa " 'Url = Url + "&n_pratica=" + CStr(CAttivita.Pratica) 'Url = Url + "&rs%3aCommand=Render&rs%3AFormat=PDF" Sometime happen that the Report Server answer me with a classical window who ask me to open\save the file, but the file hasn't the extension. Example: my file usually ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Post-Processing glow shader

    I'm trying to get the Glow shader technique discussed in a Gamasutra article (http://www.gamasutra.com/features/20040526/james_pfv.htm) implemented in my XNA project but am struggling with certain aspects of it. The blur of the scene takes place in two separate passes, one for each axis. So when you do the horizontal blur pass, you pass it your scene which you've rendered to a RenderTarget2D. Then for the vertical blur pass which follows, you have to pass it the resulting texture from the previous pass. This is where I don't really understand anymore... what is the proper way to set this up so that you can extract the results of the first pass and give it to the second pass when you already have an Effect activated ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where is the download?

    It is 12:48 pm here (GMT + 1)... in Nuku'alofa (GMT + 13) it is tomorrow... So where the hell is my download link :-D I imagine when they said the 30th, they probably meant some time during business hours... ...Show All

  • Visual Studio @err,hr or its equivalent in 2005

    In older versions of Visual Studio (6 i know for sure , 7 i think) you could put the string @ERR in to a watch window to see the last error (as returned by the function) and you could put ,hr on the end of any HRESULT to get the string equivalent of the error, This was terribly handy. Is there any equivalent in the newerversions of vs Thanks, Eric- ERR, hr is so useful, it's unfortunate that it's not documented in the Pseudovariables page of the Visual Studio Debugger documentation (or anywhere else, as far as I can find). It was very nicely documented in the "Viewing the Last Error Code for the Current Thread" page of the VS6 documentation. It seems like an unfortunate ...Show All

  • Windows Forms Determine if List is displayed for ComboBox

    I have a situtation where I need to not let the mouse roller change a value in a drop down list. I was able to accomplish this by trapping the 'MouseRoller' event and canceling it for a ComboBox. However, now my users want the mouse roller to be enabled if the list is displayed for a ComboBox so they can scroll through the items. So I was wondering if there is a way to know if the list is being displayed for a ComboBox editor I am hoping to use it in the 'MouseRoller' event and not cancel the event if the list is in fact being displayed. Thanks in advance. Thanks for the reply...Yes, logically that is what I am looking for, but there is no such property 'droppedown' for combo that can give me what I am loo ...Show All

  • Visual C# How to use GC.Collection() and Dispose()

    In my application, it use 10.000 files. And every files have 5000 lines. My application openning the shown folder and scaning the files. Well then, it is reading all lines and write them to database. It takes 30-40 hours. Time is not our problem. The problem is "Memory". I am using "GC.Collection(); dispose();" lines ending all methods. But memory useage increasing. I can not stop it. Someone could give me an idea using Something; namespace SomeName; { public partial class Report : Form // Starting the program { string connectionString = "Driver={PostgreSQL Unicode};database=dbname;server=localhost;port=5432;uid=username;PWD=password" ; OdbcCo ...Show All

©2008 Software Development Network