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

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

arikve

Member List

HRImaging
DOSST
Santosh Thankachan
Pedro Felix
zuoliang
okiebugmv
Picasso
ShivaanKeldon
tviel
dn8
Tom Janssen
JocularJoe
Jade Skaggs
thezepp
Lucas Condé
Sampat
CPPUSer7
Benin
dreameR.78
bk13
Only Title

arikve's Q&A profile

  • Visual C# Ctrl+Space has stopped working

    I am using Visual Studio 2005 Professional and C# (this happens in all other languages, though), and Ctrl+Space seems to have stopped working. I have never messed around with the keyboard bindings before, so this is a mystery to me. In the text editor, normally I would get a list of variables, etc. by pressing Ctrl+Space and could select from them. If I just start typing on a blank line, or type a period after an object, the Intellisense still pops up, but Ctrl+Space has stopped doing anything. I have tried going to Tools->Options->Environment->Keyboard to see what that key configuration was mapped to. In the box that says Press Shortcut Keys, I can press ANY other key combination and it will tell me what it maps to, but pressing ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Stereo Vision

    Can you develop stereo vision games with XNA for the Xbox or Windows Sure can. without shutter-glasses/VR-helmet, you can try the good ol' blue-and-red glasses trick. Just position and point your camera properly every other frame. Maybe alpha blending the entire frame to get the proper color http://www.cs.mcgill.ca/~gstamm/P644/stereo.html I had a pair of SimulEyes LCD shutter glasses from early GDC, it was very cool playing Descent in full 3D! I wish there are more games supporting the 3D glasses! http://www.summittnewmedia.com/paul/nonfiction/vrgame3.htm ...Show All

  • Microsoft ISV Community Center Forums Dynamick picklist in MS CRM 3.0

    Let's start from the Error message: 'originalPicklistOptions' is null or not an object' I am trying to create a classic Sector and Sub Sector dependancy. Marius ***** var oIndustry = crmForm.all.new_sector; var iStartIndex = -1; var iEndIndex = -1; switch (oIndustry.SelectedText) {    case "Agriculture":       iStartIndex = 1;       iEndIndex = 2;       break;    case "Automotive":       iStartIndex = 3;       iEndIndex = 5;       break;  case "Food Drink & Tabacco":       iStartIndex = 6;      ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Other benefits of the creator's club

    I was hoping that another benefit of the creators club would be automatic acceptance to the http://www.xbox.com/en-US/community/developer/default.htm xbox community developer program.  Is this a possibility   Good thought. I'm sure they'll offer some other benefits besides the 360 game creation (I'm holding out for the GSE t-shirt! ). We'll have to wait and see. ...Show All

  • SQL Server Synchronous Merge replication(Automatic)

    hi there I am using SQL SERVER 2005. I am creating a Merge replication(between two databses), its working well, but i need to goto the Local publications & right click there & select the "View Synchronization Status" & then start the Agent manually to Synchronous the databases. Now I want the Two databses should be replication (Merge) automatically without going to any menu. I mean the Synchronization takes place when any of the Databases changes, automatically, without touching anything. For Example: If one record is inserted in a table(on commit) of Database ONE, it should be Reflected to the other table of the database TWO. Any Idea, or Link or solution Gurpreet S. Gill ...Show All

  • Visual Studio 2008 (Pre-release) LINE Preview for C# missing - during Visual Studio 2005 Project creation !

    Hi - I installed LINQ Preview (May CTP) on my machine today (LINQ Preview show-up in the Start-Program Files) and when I try to create a project in the New Project dialog, I don't see the 'LINQ Preview' entry at all. Is there something I am missing Do I need to have .NET Framework 3.0 Runtime for this (I tried this but for some strange reason this installation failed!) This is what I have on my machine Visual studio 2005 Team System, Windows XP (SP2), .NET Framework 2.0. I have only installed the C# components in my Visual Studio 2005. I am confused! Any help would be greatly appreciated. Thanks, Sanjeev You should find a bin directory in the LINQ Preview directory (in Program Files). In th ...Show All

  • SQL Server SQL Server Mobile Replication Performance

    Hello, I have been experiencing some difficulties with poorly performing synchronizations using replication from SQL Server 2005 to SQL Server Mobile running on Windows Mobile 5 devices. Currently there are two main databases (each client will only use one of them), the 1st one has around 500,000 rows, and the 2nd has about 1,200,000 rows. The initial synchronization for the 1st database takes around 45 minutes, and for the 2nd, around 2.5 hours. This is quite long, but we have comforted our clients by saying that this is a one time delay, and that further synchronizations will be much quicker. Well, synchronizing the data after this is usually quite speedy, however, things get bad rather quickly when the number of changes increases. In no ...Show All

  • Visual Studio Failed to Create Class Error

    I Working with Visual Studio 2005 Standart Edition (Academic edition, EN), and i got every time i want to create a new Class in the classdesigner an "Failed to create class" error. Drag and Drop classes from the Classview or Files form the Solution-Explorer works without problems. It was a clean Installation, no Beta2 install. Only Windows XP SP2, Visual Studio Express C# German edition, .Net Framework 2.0 & 1.1 in german also both SDKs in German. I installed Visual Studio without the MSDN Lib.. Visual Studio Version is 8.0.50727.42 (RTM.050727-4200); .Net Framework version: 2.0.50727 No, Because I have Microsoft Visual Studio 2005 ...Show All

  • SQL Server How to do this in OLAP report?

    I am using SQL 2005 Reporting Services. I need to create an OLAP report. The suitation is similiar to a sub-query in Store Procedure. I am not sure how to do this in an OLAP dataset. The OLAP cube has been prepared using SQL 2005 AS. I believe that this report requires two datasets and it is based on the same OLAP cube. The report itself is based on the second dataset. The first dataset require the user to input two parameters. The second dataset uses two of the fields from the first dataset to filter out the second dataset. I can create the two datasets but I dont know how to assign the two parameters on the second dataset which is depends on the result of the first dataset. Any samples or steps or procedures using SQL 2005 RS would be gr ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DXUT-UI Callback-Method as Class Member

    Greetings everybody, I'm trying to add a User-Interface via the DXUT-GUI-API to my DirectX-Class. as you can guess I'm struck in the old Class-Member-as-Callback-won't work-Trap. Specifically I have the Problem with the Callback for the GUI-Elements (called "OnGUIEvent" in the CustomUI-Sample). I'm aware of the standard-Workaround of making the Method static and pass the this-Pointer via the Function-Arguments, but this seems to be impossible here as i cannot change the signature of the Callback-Method without Compiler-Errors. I'm pretty sure I'm not the first who faces this Problem and I'm keen to learn the Trick to master this. I really must have it in a class since my whole systems depends on classes and I have to make change ...Show All

  • SQL Server Generate SQL for a table

    Hi I have two questions i) is there any SP which will generates SQL Script for a table including all constarint(PK,FK), index etc. and the table data in the format of "INSERT INTO" . if NO, how can i create to do so, or any other SP which will help me( may be third party one) ii) Where had "Scptxfr.exe" gone in SQL Server 2005 Regards, Thanks. Gurpreet S. Gill hi, got this one from another thread you can use the sql server wizard to generate scripts insert, update, delete query Run sql server enterprise manager > tools > wizards > database > create stored procedures wizards. choose the table and click on insert. on the completing tab click o ...Show All

  • SQL Server Point Label not displaying on a bar chart

    I am using Reporting Services 2000. I have one bar chart that has two values and one group. Everything works fine except when two values are returned, then the point label for the top bar never displays. Example A (has 2 bars) B (has 2 bars) Only the top bar for A will not display the point label. I can change the sort order and make A appear first and then the top bar for B doesn't have the point label now. When I change the order of the values, the top bar that didn't have the label has one because it is second from the top, but the new top bar doesn't. Is this a bug or am I doing something wrong. Thanks. ...Show All

  • Visual Studio Tools for Office ListObject binding

    I am using a listobject in vsto excel. it is bound to a collection. when it displaying more than 1 row and than the collection becomes 1 item after setting the binding the listobject shows 2 rows the second 1 is empty. eventhough the datasource has 1 item the listobject shows 2 rows. can any1 help pls I tried to repro the error, but I could not. For me, when the datatable gets reduced to 1 item, the listobject correctly resizes to just 1 item. Could you please share more details of the scenario Thanks, Nikhil ...Show All

  • Windows Forms ExpandableObjectConverter - given context, obtain PropertyGrid.SelectedObject ?

    I have a subclass of ExpandableObjectConverter that overrides the GetStandardValues method. From the context object passed into GetStandardValues, can I get back to the PropertyGrid's SelectedObject property The context object is an ITypeDescriptorContext - specifically a PropertyGridInternal.PropertyDescriptorGridEntry. That is, the "normal" property grid context object. I'm editing a sub-sub property, via the expandable object converter. In the QuickWatch window, I can see the object I want to reach via either of these expressions: ((System.Windows.Forms.PropertyGridInternal.GridEntry)(context)).OwnerGrid.SelectedObject ((System.Windows.Forms.PropertyGridInternal.GridEntry)(context)).ParentGridEntry.ParentGridEntry.Inst ...Show All

  • Visual Studio Where I can found the Hierarchy Chart for .net 2.0?

    Hi,everyone Where I can found the Class (namespace) Hierarchy Chart for .net 2.0 Just like the MFC Hierarchy Chart in MSDN2001 Is it available from microsoft or MSDN Can you give me a link Thank you very much!! Hello shanzy, I'm not a C++ fundy by any means, however these hyperlinks to Microsoft Visual C++ 2005 data may be of help: From within the MSDN May 2006 Document Explorer: ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vclib/html/1f109428-4b84-4f7c-90a9-e71fe071311e.htm From a Microsoft Search on the internet: http://msdn2.microsoft.com/en-us/library/37f1f848.aspx Both links should take you to the same destination. Hope this is what you're looking for . Frank   ...Show All

©2008 Software Development Network