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

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

Philipp Lamp

Member List

JaceHon
BigAl_NZ
Leon Mayne
ManishS
kymaita
gary647580
KAlbrecht
darknessangel
Dr.Pepper
SoniqStylz
favio
Thryon
Whoisit
R1ZWAN
shikaka
geojf3
Al Harlow
Claudes
Abijiths
Eric Livergood
Only Title

Philipp Lamp's Q&A profile

  • .NET Development Error checking in compression xml document ?

    Dear All,    Previous time I have started a threaded which was regarding xml compression, its URL link is   http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1125126&SiteID=1             , now i want to do error checking in that xml document. Kindly solve it. Thanks Uncompress it and it is yours. Do whatever you want including "error checking". ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. colorvalue in progressive mesh sample

    Hi, new to DirectX in C#, not in C++. In the August 2005 DirectX sdk update, there is a sample in C# called "Progressive Mesh".  When I compile this sample, I get 36 errors, all of which are type or namespace missing errors.  Here's an example.  'ColorValue', which is supposed to be of the Microsoft.DirectX.Direct3D namespace simple does not appear to be there.  MSDN says it's part of the namespace, auto-complete does not.  What is going on   I know this is probably a newb question, but hey, I'm a newb :) Trial and error.... (actually I think David Weller pointed out the conversion one to me after I complained about having to fix up the projects every time - I forget the changes but it is possible to fix ...Show All

  • Visual FoxPro SCREEN RESOLUTION

    HELLO EVERYBODY, CAN WE SET RESOLUTION PROGRAMATICALLY IF YES, PLEASE TELL ME HOW YES. However because not all hardware (video cards/chipsets or monitors) can support all video resolutions, it can potentially cause real problems. Besides, what if there is another application running that insists on a different resolution At the very least check with the user first and log off an agreement to not sue for any damages incurred. Of course if I was presented with this option, I'd find another piece of software to use! Rick ...Show All

  • Windows Forms How do you save dynamic user settings?

    The following code is meant to save a form's size so that other forms can inherit the code and not need any sticky code or properties to be set. There are many forms that will do this, so the user property is dynamically setup using a formID property to make it unique. I do not wish to add all these properties into the settings manually, so I was hoping that the application could save the information. When the code is run the inherited forms remember their size correctly, but if the code is restarted this information is lost, so it does not seem to get saved. Is there something I can add to ensure this Private Sub Form1_FormClosed( ByVal sender As Object , ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles Me ...Show All

  • Visual C++ Other lanuguages (Japanese) strings in quickwatch while debugging

    Hi everybody, I am seeing a peculiar thing, i.e when I debug I getting japanese strings in Quickwatch while debugging a VC++ Project in wchar_t array. I using wsprintf(pExeFile,(LPCWSTR)"%s",pModuleFile); If I use char array instead of wchar_t it is showing the following error. The error is error C2664: 'wsprintfW' : cannot convert parameter 1 from 'char [512]' to 'LPWSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast Pls help me in resolving this, Thanks and regards, Bharath .k Depending on your problem, I think you should use one of these:     char * pExeFile ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Determining if (part of) traingle passed depth buffer test/got rendered

    My problem is simple, I want to draw an triangle (or anything for that matter) and then want to know, in the fastest possible way, if anything actually got rendered. I want to use this for a kind of portal engine. Basicly I want to draw part of a complex scene, with depth buffer enabled for read/write. Then I want to draw an transparent triangle (with depth buffer writing disabled), if part of this triangle is actually rendered (thus is within the viewing frustum and passes depth buffer test) I want to know this, so I know that which is behind it, is also visible. I need to do this several times per frame and want to keep my framerate up, so I want to do this as fast as possible. Does anybody has an idea how to do this ...Show All

  • Visual Studio Express Editions XML DataSet

    Hi Everyone, I have just finished watching a few videos that a friend sent me about VS.Net (not 2005) and I found them informative but I can't seem to get the final XML file into a DataSet. I have written a Schema and got that into my XML file (which is nice) but I now want to use one of the elements in a combobox and put the other info into two textbox's So my XML node have: < aaa > < aa > < value > a </ value > < meaning > meaning1 </ meaning > </ aa > < aa > < value > b </ value > < meaning > meaning2 </ meaning > </ aa > </ aaa > So in the video it said just select "Create DataSet" but I can't find i ...Show All

  • Visual Basic Dialogs Does Not Display in the IDE

    While working in the IDE I would do some testing then I would need to see the dialog I was working with. It is not displaying properly Basically it is blank. What I do, is shut down Visual Studio and restart it again .. this fixes the problem. Anybody have a solution, Microsoft I believe if you have a certain anti virus software, the recent update blocks the messages preventing it from displaying it in the dialog. There is a patch out for it apperently which seems to resolve the issue. I believe it is using the Mcafee software: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=232807&SiteID=1 Even though this particular poster's solution was to remove the software, there is an upda ...Show All

  • Visual Basic HELP!! getting list of users

    what actually i want is to get the list of user in windows who r logged in irrespective of whether they r active or not. thanx!!! I can seem to compile fine.... you can also try it this way: Dim theSearcher As New ManagementObjectSearcher( "root\\CIMv2" , "SELECT * FROM Win32_UserAccount" ) Dim theResults as ManagementObjectCollection = theSearcher.Get() For Each currentResult As ManagementObject In theResults MessageBox.Show(currentResult("Name").ToString()) Next as for the hibernation, click on start > run > cmd and type shutdown / and read the commands and follow them to your needs :-) ...Show All

  • Visual Studio Team System Visual Studio 2005 patches

    hi there, I have found many issues with Visual Studio. Such as it crashes, no refreshing properly and bugs in the databinding control. why does microsoft not release patches for visual studio NewbieDude wrote: Is the patch available yet There are so many bugs in the Databinding control its so annoying The same goes for the Visual Studio 2003. First service pack is released recently. Bugs,crashes a lot of them ... I tested Visual Studio 2005 trial edition and my keyboard just didn't work. Backspace,delete and cursor keys did not respond, this was one of the most annoying and stupid things in my life. There should be upgrades and pathches for Visual Studio constantly or people will migrate to other platforms like i'm try ...Show All

  • .NET Development the age old problem of "the root element is missing"

    I've done a lot of searching for how to fix this error, and I can't find what's different between everything else and my code. Basically what I'm doing is connecting to a bizTalk .asp service, and its being sent fine, and is recieved fine. It uses streams to get back and forth, and if I were to write it out to a string, it works fine. If I pass the same stream into the constructor of another class that parses the stream to xml, it gives the error. Heres the code: Encoding encoding = new UTF8Encoding (); byte [] data = encoding.GetBytes(request); // Prepare web request... HttpWebRequest myRequest = ( HttpWebRequest ) WebRequest .Create( this .path); // connect to mustang WebResponse response; // POSTed response myRequest.Me ...Show All

  • Software Development for Windows Vista VX3000 Webcam - Vista Errors

    Does anyone else have any errors with the Microsoft VX3000 webcam on Vista, it worked fine under XP SP2, however i have tried using it on vista & Windows Live Messenger (Which its designed for), and it can load all the drivers etc, but always displays a black screen . Has anyone managed to get there VX3000 to run under vista, i am also unable to install the software again due to my OS not being Windows XP, and i have also tried running setup.exe with compatability mode (Win XP SP2), but it still tells me it could not run due to it not being windows XP I have the same problem. Vista RC-1 is a big pain with all my programs: Norton Password Manager, Quickens, Norton System Works. I would like to get th ...Show All

  • SQL Server Executing MDX StoredProcedures using AdomdClient.dll

    Hi fellow developers, At the moment, i have a SSAS 2005 installed and a working cube on it. Everything is working fine. However i want to have an ASP.NET Page to access some of the data in the cube and present it. Well this would be no problem at all, if i use the AdomdClient and send queries over it, but this destroy my layer architecture. I dont want any Queries in my Application, but in the SQL Server. When i used a sql server database i always used stored procedures to access the data because of security and consistence. Now is there a possible way to create MDX Stored Procedures and execute them with the Adomd API like i did with sql server databases Or other clean solutions like creating mdx libraries on server and acc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX 2006 confusion

    I have looked all over the internet for tutorials on how I should use directX SDK(dec2006) I have tryed all the samples and I can manage to get one right It is really frustrating I need some help Hello There are many ways to start out learning DirectX. I would probably recommend you download Visual C# 2005 Express and XNA Game Studio Express. They can be found here: http://msdn.microsoft.com/vstudio/express/visualcsharp/download/ http://www.microsoft.com/downloads/details.aspx FamilyId=A73A7E71-FF41-432D-A0EB-043E904A1905&displaylang=en Install them, and then I'd recommend using this tutorial to learn the basics of DirectX using XNA: http://www.riemers.net/eng/Tutorials/XNA/Csharp/ ...Show All

  • Visual Basic Want to know ..!!!

    Hi All Im ayman i want to know Haw to Format Hard disk Drive By Code VB.Net thanks for read Hi,  Some folk would not want to tell you this in case you are writing a virus!!  I have an idea how this might be achieved.  I'm sorry i'm not going to give you the ideas i have, just in case.  Try looking this up on a search engine or re-install windows or any other operating system from scratch. The setup cd will usually format the hard-drive if prompted  to do this action.    Genuine productive programmers would not tell you this information in any forum, sorry.      Regards,  S_DS   ...Show All

©2008 Software Development Network