Software Development Network Logo
  • Visual FoxPro
  • .NET Development
  • Microsoft ISV
  • VS Team System
  • Windows Forms
  • Architecture
  • SQL Server
  • Game Technologies
  • Windows Vista
  • Visual C++
  • VS Express Editions
  • Smart Device
  • Visual Studio
  • Windows Live
  • Visual J#

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

Kir2000

Member List

Ameabaspy
CDyche
Nadeem_IQBAL_NL
naru
steveinoly
Matthew Crockett
GOOOGO
dave398
Sheldon Penner
J. de Vries
Jason_chow
kawing0510
Dako
crazymama
klymer
angelboy_31
simon_wang
Tom_R
Ludic
Matt Hollingsworth
Only Title

Kir2000's Q&A profile

  • Smart Device Development localization

    Can anyone point me at some good FAQ's on how to do fast-small localization in CF 2.0. The the following links http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxnetcf/html/1007280a-630e-479a-8011-e46dfb7a51a3.asp http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxnetcf/html/18d70080-070b-40d9-a955-6d0871427e6e.asp ...Show All

  • Visual C++ ML64, PROTO and INVOKE

    I'm trying to compile the following example code with ML64 version 8.00.40310.39 (I think this is the last version): ExitProcess PROTO :DWORD .CODE main PROC invoke ExitProcess, 0 main ENDP END But the compiler returns an error: error A2008: syntax error : invoke It seems that INVOKE is not supported in ML64, even though PROTO seems to be working, because OPATTR ExitProcess returns correct informations. According to INVOKE description, ...Show All

  • Visual Studio .net framework and crystal report

    hi! i face a problem after i using the .net 2005....below is my situation: i have 3 projects... A project is using .net 2002 B project is using .net 2003 C project is using .net 2005 (new project) A and B project already using in a PC, and this two project are complete and no probelm. but after i install the C project in to the same PC, an error occur for the A and B project, error is crystalDecisions.CrystalReport.Engine Lo ...Show All

  • Software Development for Windows Vista Aero effect in Vista build 5270

    Hello, I have a Radeon GeForce 6800 LE. I've just installed build 5270 and I'm seeing what may be two related effects. The first is that while the AeroGlass effect is there, it doesn't seem to be as pronounced as in Beta 1 - the window title bars aren't as transparent as I remember in Beta 1. The second is that my desktop icons have a semi-transparent (rather than a fully transparent) background when selected. I've made sure that the standard ...Show All

  • Visual Studio 2008 (Pre-release) Warning: The 'StartingUp' attribute is not declared

    After following the installation procedures noted on http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx , I was able to start up the environment and make a new 'blank' WPF Windows project called WootAvalonTest.  I then followed the old samples and added the "StartingUp" tag to the app as follows < Application x:Class = " WootAvalonTest.MyApp " xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x = " ...Show All

  • Visual Studio Team System Team Foundation Source Control Question

    Ive been testing out the TF Foundation Source control and have some question. So far i set up a new web site project and was able to add it to source control after creating the New Team Project through VSS2005. When i did this it appeared to automatically create the workspace on my machine. Q1. Does each web site project need its own workspace or does the workspace point to a directory that holds all code locally. Q2.  For other devel ...Show All

  • .NET Development Consuming XML Web Services from Javascript

    Hi, It is nice post in my blog. You can consume XML Web Services from Javascript. http://guydotnetxmlwebservices.blogspot.com/2004/07/consuming-xml-web-services-from.html Download source code Javier Luna http://guydotnetxmlwebservices.blogspot.com/ Hi Pooran, To be able to consume XML Web Services from Javascript is very useful, to avoid continuous postback in ASP.NET aplications. I am happy so that my post you has been useful. Che ...Show All

  • SQL Server Very strange problem about "predict probility" in Microsoft Clustering algorithm

    Hi, all here, I found a very strange problem in my data case using Microsoft Clustering algorithm. The problem is: while with the increasing  of the population percentage to 100 % , the target polulation is up to 100% as well ( in my data case) , however the predict probability decreased to 0% !  What dose the 0% predict probability means here So, what is the problem then Any guidance is much appreciated. Thanks a lot ...Show All

  • Visual Basic System.Security.Permissions.SecurityPermission

    I tried to move my project from my local machine to my NT4 server. When I tried to open the file, a message box told me that the location wasn't trusted. I ignored this and ran my program and it threw me an exception. I tried the suggestions that the exception gave me including giving full trust, etc. I am an administrator on both my local machine and my NT4 server. Does anyone have any suggestions Here is the complete exception: Request for ...Show All

  • .NET Development Any way to find the number of subscribers to an event using reflection?

    As the topic says, I need to find out how many subscribers there are to an event, given only an object and the event's name.  And, that event is owned by another class (currently limited to my own code, in my own assembly, but I can't expect that in the future).  My previous solution was to modifty the add/remove accessors, and expose a field that counted the adds/removes.  That was ugly. Ok, ok, I know.  Just the mere idea ...Show All

  • Visual Studio Express Editions Browser source,

    i was wondering if anyone had a premade browser i can download and editing and play around with im a new VB guy and im trying to learn plz I played with a browser and you can download it here ...Show All

  • Visual Basic Displaying data of an Access database in a Datagrid

    Any help would be much appreciated... The problem I have is my Datagrid used to be able to display the data of an Access file, but not anymore. I've recently wanted to modify a program I wrote a few months ago (with VB6). In the form, there is a Datagrid, of which the DataSource is an ADODC that is linked to an Access file. No code was written for this connection, and the data of the Acces file used to display in the Datagrid during r ...Show All

  • SQL Server Error message "Interface not registered"

    Hi  I got the following error message when I make a new integration service project  Failed to save package file "C:\Documents and Settings\Administrator\Local Settings\Temp\1\tmp2B.tmp" with error 0x80040155 "Interface not registered". Can someone help Me Quote 'I would recommend reformatting and reinstalling this machine and avoiding this antispyware program in the future.' If I had to re-format every time some ...Show All

  • Windows Forms Odd ComboBox behaviour

    Hi, I'm getting a strange behaviour with a ComboBox control, I'll try to make the situation clear: I have a DataTable, wich is correctly filled by a SqlDataAdapter, used as DataSource for my ComboBox. I correctly set the DisplayMember and ValueMember properties and the ComboBox displays and it also returns the correct value after the user has clicked on it. The problem lies here: I need to set the SelectedValue property before the user ...Show All

  • Software Development for Windows Vista Vista 5308 and .Net Framework ToolStrip

    I have installed Vista 5303 now and i qm developing a Winforms Application with Visual Studio 2005. If i use a ToolStrip or MenuStrip i get an NullReferenceException in System.Windows.Forms.DisplayInformation.get_LowResolution(). What can I do when i switch from the aero theme to the classic theme, it works. Please can anybody help me ...Show All

©2008 Software Development Network

powered by phorum