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

Software Development Network >> Philipp Lamp's Q&A profile

Philipp Lamp

Member List

turnbui
TJ2007
Guruprasad H R
Jon Braganza
Krutika
niallhannon
RavinderSingh
Alan Jr
Yurko
Mark Benningfield
Nrupesh
Anarchy
B.Huard
Kamii47
ahmedilyas
mehoss
Flatulanta
OmegaJ
gazcuex
Redscope
Only Title

Philipp Lamp's Q&A profile

  • .NET Development Is it possible to customise Menu or Treeview completely with images?

    Hi I know the menu and treeview can be customised to an extent by using different icons for the main sections alongside the text (and by amending the properties panel) but is it possible to use images for the whole thing thanks Emma Well.... Menu is rendered as a set of table cells and tables.... so in some way it maybe possible using the background-image style property... for that you should create a CustomControl that inherits from the ASP.NET menu and add this property.... Rgds Rodrigo ...Show All

  • SQL Server Where is SSIS package stored?

    I have used Import-Export wizard to import some data from a flat file into a db table. When prompted, I have chosen to store the package in SQL Server. The package is executing correctly, scheduled to run (job) once a day...the problem is that I can not see this package in EM and I do not know how to open it in BIDS (since i can not point to a certain file). I can see the package in msdb sysdtspackages90 table, but nowhere else in EM - under management->Maintenance Plans I can see the packages created for db maintenance, but not the one created using import-export wizard. I can se the GUID in the job (command line tab) but the search for the GUID # does not yield any results. The searc for .dtsx does not show this package either. Where ...Show All

  • Windows Live Developer Forums bulk geocoding canadian addresses

    im looking for tool to bulk geocode canadian addresses. will have to geocode over 200, 000 addresses at first then 10-20% on daily basis. steph Our MapPoint license allows us to do bulk-geocoding on a daily basis. It isn't the same web service WSDL as the standard MapPoint functionality. I support the process but didn't set it up so I'm not sure what complications there might have been in starting it up but it seems to work good for us. Brandon ...Show All

  • Visual Studio Team System Visual Studio hangs on source control operations

    Hello, I'm having a problem where several TFS source control operations result in Visual Studio becoming (almost) unresponsive. If I try to "Add selected projects to source control" or add an item to a project that is in tfs source control VS first shows the progress dialog and after the operation is complete VS doesn't respond to commands. When I "end task" VS and start again the operation has been completed. It's like the problem reported elsewhere where a modal box is shown off screen. The UISettings.config on my machine, however, seems to be ok. When in this state I can close open documents by pressing Ctrl-F4 and browse windows with Ctrl-Tab but do virtually nothing else. I have disabled all add-ins (Class designer ...Show All

  • .NET Development New Line in E-mail Body

    How do I create a new line I've tried both /n and System.Environment.NewLine, and they don't seem to work, or I'm not using them correctly So how do you do that, and can you give some example code (all I want to see is the string part to be assigned to the body, thanks) I was also facing the same problem. For me <br> doesn't work. So i tried something different. I want to show two different link in my email body with new line inserted after the first link. I put the both the link inside two different <p> tags. And it works. ...Show All

  • Gadgets Can't get xml back from Amazon Web Service?

    I can put the feed url in the browser and all is well, but I can't seem to get a response using the code below function GetFeed() { var r = Web.Network.createRequest( Web.Network.Type.XML, m_feedUrl, {proxy:"generic", numItems:m_numItems}, OnFeedReceived); r.execute(); } Is the m_feedUrl just too long maybe http://webservices.amazon.com/onca/xml Service=AWSECommerceService&Version=2006-06-07&AWSAccessKeyId=1CE7SK4ZPTNDQZCWBP82&Operation=ListLookup&ListType=WishList&ListId=241KH7V8OZ7EQ&Sort=DateAdded&ResponseGroup=ListItems Any help would be greatly appreciated! ok, it appears it must be a namespace thing, becuase if I change it to //* it shows ev ...Show All

  • Visual Studio 2008 (Pre-release) Generic Sortable ListView

    Hi, I realized after I wrote the logic for sorting and styling in the grid that it's all very generic and it would be great if I could have a 'SortableListView' or SortableGridViewHeader.. What is the best way to go about doing this Should I be subclassing GridViewColumnHeader and put the handler logic there thanks Murthy This may get you started: http://blogs.msdn.com/atc_avalon_team/archive/2006/03/03/542803.aspx ...Show All

  • SQL Server Problems with Excel COM and msiInstaller

    Hello there I have spent some days now trying to solve this problem and I didn't find a solution yet. So, may be there is somebody out having solved this issue... I am using Excel on a server. But it seems that there are problems between the DCOM and the NT AUTHORITY/NETWORK SERVICE. The event viewer is showing two warnings each time the excel is started: - Event ID: 1015 Description: Failed to connect to server. Error: 0x8007005 - Event ID: 1004 Description: Detection of product '{90120409-6000-11D3-8CFE-0150048383C9}', feature 'ExcelUserData', component '{8ADD2C96-C8B7-11D1-9C67-0000F81F1B38}' failed. The resource 'HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\UserData' does not exist. Both of them have the source &q ...Show All

  • Visual Studio Express Editions ActiveX problems in .net

    Few active X that used to work properly, means we can easily add them to our forms , throws error when we try them to place on our forms. Even few makes the visual studio crash. I was really shocked to see even the MS studio crashing. Is there any specific reason for the same, even some errors show that since they are working with unmanaged code for controlling ActiveX addition to forms , they are crashing. One example of such a active X control is MSVSA Button Class. Please provide some input on the way to get out of the problem. Even do we have some way by which we can check if the current activeX control is licensed or not. Hi, I think I was unable to specify my problem at first time. ...Show All

  • Community Chat Opensource C# BitTorrent library

    Hi there everyone, I've written an open source bittorrent client library which runs on Windows/MacOS and nearly all flavours of Linux which is pretty much at Beta 2 status, i.e. most of the really big bugs are gone. The source is available at the public SVN for mono under the Bitsharp folder (details can be found at www.mono-project.com). There is also a TorrentCreator and BitTorrent Tracker library available at the same place, both written in C# aswell. Those are also needing developers should anyone be interested in pitching in. Example code and a more detailed blurb is at www.mono-project.com/Bitsharp. Basically, i'm doing a call to developers to: 1) Try and find a few people who wish to help with further developing the library. 2) Try ...Show All

  • Visual Studio Add Web Form to Web Project

    Okay, I thought that I had figured out how to add a web form and codebehind to a web project from an add-in but it does not appear to be working correctly. I am trying to use the Project object's AddFromTemplate function. It worked when I used the 2003 templates but I am apparently having issues finding the correct 2005 template to use. Does anyone have an example of how to do this correctly in VS 2005 Thank you. I finally figured that problem out. I was using the projectitem.addfromtemplate and I finally tried using the VSWebsite.vsWebSite addfromtemplate function. It finally added it correctly. pDesign = ws.AddFromTemplate( "" , "webform.vstemplate" , "VisualBasi ...Show All

  • Visual Studio Express Editions Drop down box question

    I have a drop down box that is populated via SQL with department numbers ie 0110,0115,8903,8905,8910,8911. I want the user to be able to when they start typing lets say "8" I want all of the departments that start with 8 to show up in the prodown box. and lets say further along when the get to "891" only two will show up. Now if they were to start typing a number that does not exist like "7" nothing will show in the drop down box. I have seen somthing like this in a MS Access box, Is this possible to do in Visual Basic Thank you This is incorrect as a dropdownlist will not allow you to type entries in - only select from existing entries and therefore it would only allow selection of first item wit ...Show All

  • Visual Studio Express Editions Where is the Windows Service template? How can I add it to VB2005 templates?

    The Windows Service templates found in the previous version of Visual Studio.net not found in VB Express 2005. Can it be added If you have VS2005 you can create a new project from the windows service template and then export it as template using the file->export template menu option. This will allow you to install it in VB express. You can also write your own service from scratch using the ServiceBase class MSDN sample as base. http://msdn2.microsoft.com/en-US/library/system.serviceprocess.servicebase.aspx ...Show All

  • SQL Server Proclarity Installation using SQL Server 2005

    Hi, I'm attempting to install Proclarity 6 on a Win2003 Virtual PC, using SQL Server 2005 as my DB platform. The installation continually fails with the error: "The SQL Serve Selected is not in Mixed Mode...". This occurs even if i specify the 'sa' account during the installation. My SQL Sever is definitely set to Mixed Mode authentication! Has anyone come accross this before and is there a fix Thanks in advance, Leigh. just run this statement and see whether its returning 0 or not select SERVERPROPERTY ( 'IsIntegratedSecurityOnly' ) Madhu ...Show All

  • SQL Server Please correct syntax

    hi there RS2005 - Layout tab I have a field that says txtTrackerTrue=Sum(Iif ((Fields!Tracker.Value = Fields!RecvdBy.Value), 1,0 )) I want another field that says txtAllTrue =Sum(Iif ((Fields!Tracker.Value, ClosedBy.Value = Fields!RecvdBy, 1,0 )) obviously this is going to error how would I do this please thanks thanks Ian for your input both text boxes are on a details line of a table - there is no group in this table txtTrackerTrue comes before txtClosedTrue I am presuming by Aggregate you mean the (sum) part. so if this is so is there another way I should do this then cheers Jewel ...Show All

©2008 Software Development Network