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

Software Development Network >> Pure Krome's Q&A profile

Pure Krome

Member List

YA say hello
calmal20
PedroCGD
kreativ
john82
erzfezsf
jaegd
PublicError
MagedSalah
philmee95
Abualnassr
Shobha69358
GRK
mfetcho
Ivan-san
remedios_
enric vives
tripix
Finch82
Carbond
Only Title

Pure Krome's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Very confuse lost device

    Hi guys, my name is Tim an I am a new user. Sorry that my English is not perfect(I come from Germany ;-)) I startet with programming managed Direct X (Summer Version) and use not the 2.0.0 assambly. The other, I don’t now the right version 1.x.x or so... If I start my application, change the window with [ALT][TAB] and try to remove to my fullscreen mode I get a exception. That is okay... But I don’t use an index oder vertex buffer. I see only a half rebuild window. My source is here: http://rapidshare.de/files/31964103/Dodger.rar.html It would be very cool, if somebody can help me. TIM :) I do apologize but I cannot have a look at your source now. You should handle lost devices even if you don't have anything other than your devic ...Show All

  • Visual Studio Team System Strange checkin policy error

    I have setup a code analysis checkin policy on a Team project, I have a solution where I have migrated code analysis settings so I know they are as stringent as the checkin policy and a build of that solution has succeeded. However when I make a change to one of the projects in my solution and try and checkin after a successful build I get the following policy error: TF10139:The following policies have not been satisfied Internal error in Ensures that code analysis is run with a predefined set of rules This project that is having problems is one where I have significantly changed the contents of the .csproj file as it is in msbuild format. However the IDE build reports no problems. Any ideas Si ...Show All

  • Visual Studio 2008 (Pre-release) ListBox/polyline error - possibly threads?!?

    i've just discovered a very annoying and unusual error in my application my application draws a series of polylines. for the time being these polylines are hard coded in as strings, and the xaml polyline is binded to this string. i have then got 2 listboxes in my xaml. in my c# code i have a function that splits up the string and then places the x values in the 1st listbox and the y in the 2nd. i have a save button that regenerates the string and so any changes that have been made are now visible on the screen and i have got a delete button that deletes a record and calls the save function. this all works well but i have a problem when i try to add new elements. adding is fine, until there are 10 elements in the list. it then throws a null ...Show All

  • Visual Basic where can i download sqlhelper.vb

    Hi, can any one help me. i want use sqlhelper.vb in project. please tell me where can i download and how to use this code with my project thanks and regards vins vins1972, I searched the code project website and found that there is an article on your question, I hope that can help you with the following link: http://www.codeproject.com/useritems/SQLHelper20.asp Happy New Year! ...Show All

  • .NET Development trial Test of website

    Hi, I have developed a small website with VWD. I wish to test it. Since my FTP site doesn't supports ASP.net 2.0, I am not getting expected output. Is there any site for the programmers to test their programs Regards. S Kumar, In that case you can host your site using an asp.net hosting provider.... take a look at this link to find some free hosting providers for that: http://www.411asp.net/home/hosting/freehost Regards, Rodrigo ...Show All

  • Visual Basic ComClassAttribute, why is it not good?

    i was reading a post somewhere called "VB the .NET Way" ( http://www.danielmoth.com/Blog/2004/09/vb-rules-net-way.html ) item 13 says: "When exposing .NET classes to COM, don't use the ComClassAttribute" my very first .NET project was to convert an old .dll i had from VB6 into VB2005, and of course took me a lot of effort to find out how to expose my classes to work with VB6 and VBA. it worked fine, but some time later i read some articles and decided to remove the VisualBasic namespace from my projects. so, when i removed it from this one, i got a bunch of errors and warnings, on the ComClass bit, apparently it was part of VisualBasic namespace. Based on the code i present below, how could i modify this to not us ...Show All