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

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

SQLirrel

Member List

Araki66
Schwarzer Schmetterling
mdrelyea
BobP - BIM
Yusuf Hermanto
Thunder0ne
COLLECTOR
M. U.
Daniel Öberg
jeff1024
AnthoDesigns
Dmitriy Ovdienko
stephane - Montpellier
Janetb
IgorB
R.S.N
BillR2
William Nordgren
Mateusz Rajca
diceydawg
Only Title

SQLirrel's Q&A profile

  • Software Development for Windows Vista Will the new generation of certifications become obsolete so quickly?

    Hello this questions is for people who creates new technologies so fast and also for people responsible for creating the certification tracks. More than one month ago I realied that msft is going to launch .net framework 3.0 and its .net 2.0 +wpf+wcf+wwf as I understood. The new generation of certifications I am trying to do is MCPD web, win and enterprise app developer. The question is, will this be obsolete so quickly , will be good my effort to pass these exams if new technology is coming so fast I need advice on this. Thanks This is why I have personally choosen to not focus so much of my time and energy on MSFT certifications. MSFT is suppose to be using shorter product cycles in general now (2 years)....If I am ...Show All

  • Visual Studio 2008 (Pre-release) Indexed Property with Nested Binding

    I'm very new to WPF, but already it seems like I'm trying to do something difficult already! I have a list of "Person" objects. A Person class has a property called "Infos". This is of type "InfoList". The InfoList has an indexer property, indexed by a "Category" object. public class InfoList { public string this [ Category category] { get... } } Basically, this lets me do stuff like: Console.WriteLine(aPerson.Infos[categories[2]]); In my UI I have a listbox of person objects and a tabcontrol of categories. On each tab page I'm trying to display the Info for the selected person and current category. I've tried using the following in my tab control's ContentTemplate: < Te ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Contain the mouse inside the game window

    Hey Everyone, The subject pretty much says it all. Is there a way to keep the mouse contained inside the game window so the gamer can't scroll outside its bounds thanks Here's code that does it from my project. It deals with several cases: 1) windowed mode 2) making sure to not steal the mouse when not in the foreground #if !XBOX360 if (IsActive) { MouseState ms = Mouse.GetState(); int cx = Window.ClientBounds.Width / 2; int cy = Window.ClientBounds.Height / 2; if (ms.X != cx) { simInput_.RightX = Clamp(32 * (ms.X - cx) / (float)cx, -1, 1); } if (ms.Y != cy) { simInput_.RightY = Clamp(32 * (ms.Y - cy) / (float)cy, -1, 1); } ...Show All

  • Windows Live Developer Forums It finally worked

    We are getting this error since saturday night: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed Our client is linux/axis. Anybody else seeing that I'm also having trouble with the suggested steps. It won't work unless I import the final certificate as well. Furthermore, assuming you have already imported msft_ia_prod and msft_ssa_prod into cacerts , then passing -trustcacerts (*) to keytool when importing the final certificate should avoid the trust confirmation question. However, it still asks you for confirmation, as it somehow doesn't recognize the link betwen the fin ...Show All

  • SQL Server The connection "" is not found

    Hi. I have a SSIS that is failing and I don't know if it is a logging or dba connection issue. I has this set up: -A db connection pointing to the data source -A file connection for the logging -A package configuration with the db connection and file connection info. When I run my SSIS in the IDE then I get in the error message this: Error at packagexxx: The connection "" is not found. This error is thrown by Connections collection when the specified connection element is not found. Error at packagexxx [Log provider "SSIS log provider for Text files"]: the connection manager "" is not found. A component failed to find the connection manager in the Connections collection. Do you know ho ...Show All

  • Visual Studio Express Editions how to build a web browser in build flash player like opera

    hi pls respond me quickly i also like how can we add tab at run time that is allowing the user to view more pages in web browser hi Bruno Yu - MSFT , as i doing a project in web browser so I need it and can suggest me the code for the flash player ...Show All

  • Visual C++ how to generate preprocessed output file from vc++ compiler??

    i have source code written using macros. i want to quikly find out which of these macros are defined by generating preprocessed output file using vc++ compliler. what are compiler options for this. Does IDE has this facility. einaros wrote: Open your project properties (ALT+F7) -> configuration properties -> C/C++ -> Preprocessor and toggle "Generate preprocessed File". this IDE feature is not available in vc6 i think. /P is switch solves my problem in vc6. thanks. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What's difference between Express and Professional?

    I've installed the Express edition beta 1, but I have interesting to the Professional edition. I thought the Professional edition should have more classes than Express edition, but I've never seen any documentation to compare the class library of each edition. Could you tell me the differences of them, particularly about class library Or I'd be happy if I could find the reference manual of XNA Game Studio Professional on the net. Thanks, Hayashida Well, I don't plan on writing 360 games, so the devkit stuff wouldn't matter to me. The ability to use it with something besides C# Express without having shell out lots of money would be nice. I'm sure there are a lot of non-professional developers that us ...Show All

  • .NET Development Getting users of the system

    Hi there, Just want to ask how can you (programatically) know what are the users of the OS (Windows XP) and their passwords Regards Moreover, I tried the code at it gives error (Invalid Parameter) at this line ManagementScope theScope = new ManagementScope (@theMachineName + \\root\\cimv2 ); Any hint Regards ...Show All

  • SQL Server Query to get Linked List kind of data from the Table

    hi Experts, I have a Issue table which stores the below data for many issue. some issue are duplicate to other and they are stored in a field Duplicate_of ID Duplicate_of State 77637 65702 Duplicate 65702 42217 Duplicate 42217 - Verified i wanted to write a query or some stored procedure when passed 77637 should help me get 42217 . Hint : 77637 when passed has field Duplicate_of which point to 65702 and his state will be Duplicate , 65702 will be duplicate to 42217 and state will be duplicate and 44217 is not duplicate to anything and state will be other then Duplicate i appreciate if somebody can help me think in some line to ...Show All

  • Smart Device Development GPS libraries

    Hi there, I have heard that CF 2.0 has some libraries that directly deal with the serial port issues in GPS and also has built-in NMEA parser. Anyone has any information regarding this Regards Hi, Error message on build is: Error 1 Projects targeting .NET Compact Framework 1.0 require version 1.1 of the .NET Framework, which is not detected on this machine. GpsSample I am running .net framework 2.0 - didnt realise that I have to have the 1.1 version installed also ...Show All

  • .NET Development Convert Image to 2 Bit 3 Colors

    Hi, How do I convert an image of higher bit depth to an image of 2 bit and 3 colors The colors that I would need is Black, White, and Blue. Can I achieved that effect with C# Thanks in advance. You can also use a ImageAttributes object with the ColorMatrix class and the DrawImage method to transform colours.  See Bob Powell's FAQ entry How to convert a colour image to greyscale  for an example. ...Show All

  • Visual Basic History keeping solution/Defining data from a table in VB

    What I'm trying to do is move the data of one record from one table to the next and drop off at the last table (keeping a history so to say). History 0 => History 1 => History 2 => ... => History 14 Each Record has 40-50 datafields per table so as you can see it is too big to be stored in one query/table. The solution I have thought of is to have queries spanning two consecutive tables and shuffling it along using a Visual Basic application. Doing so, I've encountered difficulty in defining the data from tables usually getting the error message "External name not defined". What is the correct syntax to define the data For example one of the tables is called "History 0" and one of the fields in it ...Show All

  • Windows Forms binding datagrid column

    I have a standard orders/orderdetails setup. The datagrids ItemID is set to a combobox which is populated with the product table data. What I want to do is somehow bind this so when a user selects an item from the combobox the correct price is shown in the datagrid price column. Thanks for the help. Hi,Cammyr You can do in this way, I write the following sample for your information: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;   namespace WindowsApplication1 {     public partial class Form22 : Form  &nb ...Show All

  • .NET Development How to trust an assembly in Framework 2.0

    In .Net Framework 1.1, there is a .Net Framework 1.1 Wizards. Why can't I see .Net Framework 2.0 Wizards How can I trust an assembly in .Net Framework 2.0 ...Show All

©2008 Software Development Network