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

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

Nilavu

Member List

Equis
mz1derful
vijil
Bobbias
vikomall
Mutola
Pockey
blackpenny15
Jehan Badshah
ZackL
DPMevents
Robert Hoath
Greg McPherran
Steve Jensen
leclerc9
Vicky Z
NeTBaPb
CHOULANT Noham
SamuraiDan
brandera
Only Title

Nilavu's Q&A profile

  • Visual C# Intellisense breaks on Indexer of C5 generic collection library

    Hello, I noticed a problem when trying to use indexers of the great C5 Collection Library ( http://www.itu.dk/research/c5/ ) . The library makes much better use of Interfaces than the collection classes in System.Collections.Generic and work fine most of the time, except when one tries to access members of the type stored in the collection class via the Indexer. So, to illustrate, when I have myArrayList defined as C5.ArrayList<string>, type myArrayList.First and then type the dot I get the list of available members of the string class shown by Intellisense. Just as it should be. However, when I do the same with myArrayList[0] and then type the dot, nothing happens. This is quite annoying. It appears to me that the problem might be ...Show All

  • Windows Forms Update an application

    I've created my msi with Visual Studio and installed the program on my computer. The version of my program is 3.2.0. Now i've developped some new functionality and my version program is 3.2.1. I made a new msi for this version but i want to now how to do an update if the old version is installed on the computer. Because if I click on my new msi He told me i've to uninstall before the 3.2.0. My question is how can i detect if the the program is already installed and which version is it to do an update or not Hope you can help me. Thanks for your further response. Anton I only use ORCA to customize my msi and Setup&Deployment project of VS 2003 ...Show All

  • Windows Forms Advanced Cell formatting - DataGridViewColumn

    Using StringTo() method for Formatting cell within the DataGridViewColumn: I have created custom DataGridViewColumn and DataGridViewCell based on user defined data type. It stores float numbers that represent various strings. For example number 0.001 represents string "00", number 1.002 is formatted as "1T", number 0.5 is "05" while integers are formatted as they are (100 => "100") etc. Override ToString() method is used to provide the conversion from a number to a string. I now need to force my custom column to display the formatted strings instead of the float values that I stored in database, i.e. when I type 0.001 into the cell, I need to display "00" but the value of the c ...Show All

  • Visual Studio Express Editions How to use wild card in Select LIKE

    I am trying to search the database for a Name using the first few letters of the LastName and First Name type in a textbox The columns in my database are IDNumber and NAME and i want to display record in a listbox using the Name. I don't know the correct syntax for (SELECT * FROM tblResults WHERE Name LIKE '*" & gsFullName & "'") Here is a portion of my codes below: Private Sub SearchRecordsByNAME() Me.Cursor = Cursors.WaitCursor Dim sLastName As String Dim sFirstName As String Dim sMiddleName As String sLastName = "" sFirstName = "" sMiddleName = "" sLastName = LastNAMETextbox.Text sFirstName = FirstNAMETextbox.Text sMiddleName = MiddleNAMETextbo ...Show All

  • Software Development for Windows Vista sAPO property project compile error

    Hello, guys. I'm trying to compile sAPO property project in WDK 5472. But everytime I do that, I got the error message that "PKEY_Device_FriendlyName" is not defined. I tried to find "PKEY_Device_FriendlyName" in all WDK 5472 files, but nothing is found. Does anybody have the same problem with me and can anybody help to solve this problem Thanks in advance. Sir, A number of the audio samples in the SDK and DDK reference “PKEY_Device_FriendlyName”. In build 5384 this was defined in “propkey.h”, but in build 5456 this moved to “functiondiscoverykeys.h”. In build 5472 it has moved once again to “FunctionDiscoveryKeys_devpkey.h” which is now inclu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Save projects under new filenames?

    XNA Game Studio doesn't have a command to save projects under new filenames or make copies of projects. For example, create a new project while going through a tutorial from a web site. Is it possible to save projects under new filenames or make copies of projects I'm not sure if copying project folders will work because there is "Namespace" parameter at the top of the source code and if there are any files in any folders that are used by the program that I'm writing, the program may not find the files when running. ...Show All

  • Visual Studio Document Explorer merge problem

    I downloaded MSDN August 2006 and tried to install. It installed and now Document Explorer shows articles only from that MSDN. But other documentation is not shown. I have documentation about DirectX and Compuware DevPartner in English and about SQL in Russian. I tried to reinstall them all but nothing changed, DExplorer still not merged them. Hello Frank I tried to repair and remove/install but nothing changed. I also tried to remove all documentation including MSDN and install ones again. I can see only MSDN docs without separate SQL, DirectX, XNA and DevPartner. I also tried to set English and Russian language to DExplorer. I have VS2005 Profession with KB915364 and KB916769 updates but without Service ...Show All

  • Visual Studio Express Editions How to SUM column data

    Hello, The result of a query in TableGridView looks like this: Location Number1 Number2 Thanks, This is a small application with one Form. The Form has a Tabcontrol  with four Tabpages. The first is used for Data Entry with Save, AddNewRecord, Delete Buttons. The second is the TableView for this Entry. The third is the Query window with to TextBoxes allowing to query for date and location and two Buttons: Find(query) and Clear.  The fourth TabPage is the TableView for the Query, (in case there is more than one result ). As it is now, under the Query's TableView, there are two TextBoxes to show the Totals of Number1 and Number2 columns (TextBoxes11 and 12) which are not part of the datab ...Show All

  • Visual Studio Impossible to uninstall GAT or GAX

    Hello, I have an exception when I try to repair or to remove the GAT, because there is problems with registered guidance packages which don't exist yet. So I tried to manually unregister all the guidance package, following the instructions on the Clarius's Blog. I unregistered all the guidance packages found in the manifest file (RecipeFramework.xml). But if there is other registered guidance packages unknown (because I have no more the files), it is impossible to unregister them because I don't know their name and GUID. So it is always impossible to repair or remove GAT ! The exception said "The manifest file doesn't contain an entry for the guidance package Guidance Package Development". Usually, in this case, you instal ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Let's go 3d engine

    sorry about my typos i am word blind , but the math thing is in place Hello i like to share some info width you mabye you have seen crytek 2 engine and my is how do we make a aaa 3d engine here is a link to a paper about the crytek 2 engine http://ati.amd.com/developer/siggraph06/Wenzel-Real-time_Atmospheric_Effects_in_Games.pdf well the 3d evolution game engine(my engine)  is based on the paper and alot of other info found on the net and i will soon realease the full source code the engine + a 3d fps game here is a video shot (big file) of the engine it runs in xna beta 1 so it a bit old video http://www.3devolution.net/Portals/0/Gameshot.wmv more video is comming before realease date so you can pla ...Show All

  • .NET Development Cryptic exception...A call to SSPI failed...

    Hi All, Been working this issue for a few days now, here's the deal. I have a bit of VB.NET code that uses an SslStream object to communicate with a Java application over SSL. The Java application uses JSSE to facilitate SSL. The VB.NET SslStream code works fine on any machine thus far except for one. On this particular machine, when the VB.NET code calls the AuthenticateAsClient method, the following exception is raised: System.Security.Authentication.AuthenticationException: {"A call to SSPI failed, see inner exception."} Data: {System.Collections.ListDictionaryInternal} HelpLink: Nothing InnerException: {"Invalid flags specified"} Message: "A call to SSPI failed, see inner exception." Source: "Sy ...Show All

  • Software Development for Windows Vista MSNETOBJLIB.RMGetLicense License storage is not working

    I work for a company that provides video content protected by Windows DRM and I am encoutering some issues with delieverying licensing to Windows Vista machines. In particular, I am able to generate a license for the machine but when I attempt to install the license I get the exception below. I thought it was odd that the exception woudl tell me to call product support. Has anyone else encountered this issue Just about everytime I resort to posting to a Forum I figure out the problem myself with a few minutes/hours. My problem was that I wasn't configuruing the license into a response. This is the correct code is below. However, we are unable to deliever the license to *any* machine that was upgraded from XP to Vista Ultimat ...Show All

  • Visual C# Delete XML elements

    < RadioBar >   < Genre_Genre_Country > Genre_Country </ Genre_Genre_Country > - < Genre_Genre_Country >   < Title > KPIG presents Cowboy Cultural Society Radio - an American tradition since 2002 </ Title >   < url > http://205.188.215.232:8028 </ url >   </ Genre_Genre_Country > - < Genre_Genre_Country >   < Title > Classic Heartland - Classic Country, Western, Bluegrass, Alternative Country [Dial-up] </ Title >   < url > http://130.166.72.1:8008 </ url >   </ Genre_Genre_Country &g ...Show All

  • Visual Studio Express Editions Newbie Crisis

    I am trying to learn programming using VB express 2005. It is becoming very frustrating especially when you are new and your ideas can not be accomplished. This is what I would like to do an maybe someone could guide me through the steps needed to perform such actions or maybe someone who reads this would like to earn a few bucks teaching me how to program using vb. What I want to do is take my 3 contracts lets call them A,B, and C and create a simply Database for each of these contracts. I would then like to create a single user interface that will allow me to choose the contract group A, B, or C from a combolist and then in a listbox it will display all of the names of my clients in that contract group. Then I could select an ...Show All

  • Visual Studio SP1 for ReportViewer Redistributable?

    Hi Everyone. Now that VS.2005 SP1 is out and seems to include an updated ReportViewer control, is there an update to the ReportViewer Redistributable with those same fixes Our product installs this redistributable silently, and we render reports locally (i.e. RDLC), so installing the full Visual Studio service pack would not help us. Thanks for your help! Erik I have been able to get the latest SP fixes deployed by copying the following DLLs into the directory along with my .exe: -Microsoft.ReportViewer.Common.dll -Microsoft.ReportViewer.WinForms.dll -Microsoft.ReportViewer.ProcessingObjectModel. I got the first two from C:\Program Files\Microsoft Visual Studio 8\ReportViewer\. Getting the ...Show All

©2008 Software Development Network