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

Software Development Network >> Nanja Raje Urs's Q&A profile

Nanja Raje Urs

Member List

cythe
Douglas H. Troy
Daikoku
DM1
Michael Herman - Parallelspace
Cammyr
vtortola
TheSonny
GryffindorGirl
Alex-MyRpg
BhuttCrackSpackle
Musafir
Lohic Beneyzet-Jouy
wilhil
mac85
JG53_Jaguar
DBAJDS
loonysan
NathanCole
Sergey Bereznikov
Only Title

Nanja Raje Urs's Q&A profile

  • Software Development for Windows Vista problem with workflow properties

    Hi, I'm working on designer re-hosted sample to let end-users to design their own business process. I want to let the user define workflow properties at the beginning and then use these properties in the activity bind or rule set dialogs. The user will set the workflow properties through dialog as in beta1, or by clicking on ellipsis … in the workflow properties grid like dynamic properties custom activity but in my case the properties will be at workflow level. To achieve the functionality, temporary I add a button to the re-hosted sample. The button will be showed up a form to collect data from the user then these properties will be added to the workflow by using this code: public void AssignProp( ...Show All

  • Visual Studio 2008 (Pre-release) MarhalByRefObject

    Two questions: 1.) I'd like to create a proxy for automatically generated entity framework classes. The problem is that the generated classes do not extend MarshalByRefObject. Is there any workaround 2.) Is it possible to define that the properties of the generated classes are private instead of public Thanks! Marcel Hi Marcel; To understand the answer to both your questions, it's important to distinguish between the code generator and the runtime Entity Framework (and Object Services, in particular). The code generator that is part of the current build is not very extensible, and does not provide support for specifying an alternate base class nor that members be generated private instead of pu ...Show All

  • Visual Studio Team System Problem with compilation order

    Am getting an error when I try to deploy: Cannot find either column "shared" or the user-defined function or aggregate "shared.dbo.f_get_vat_rate", or the name is ambiguous The problem is that I have a view which references a function in the same database. The view is getting compiled before the function. Looks like a bug to me. Please confirm and let me know whether a fix will be possible. Thanks. I don't believe the error is due to referencing a function from a view (I just tried the scenario on CTP5 and it works). I believe the error you're getting is due to specifying the name of the database in "shared.dbo.f_get_vat_rate". If you change the reference to "d ...Show All

  • Software Development for Windows Vista The header bitmap and the header text missing in the wizard from CPropertySheet

    I write the wizard used the method of "Ask Dr.GUI #46---Watermarks on Your Property Sheets" in studio .net2003 msdn. Now in the vista, the wizard 's header text and header bitmap don't be shown,but the water mark can be shown. Anyone know why this is Thanks in advance for any help. Following codes : The IE version is defined 0x400 ,eg: #define _WIN32_IE 0x0400 CSheet::CSheet(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage) :CPropertySheet(nIDCaption, pParentWnd, iSelectPage) { ... m_hbmHeader = ::LoadBitmap(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_HEADER)); m_hbmWatermark = ::LoadBitmap(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_WATERMARK)); Construct(nIDCapt ...Show All

  • Visual C# How to convert C++ struct to C#?

    I’m currently convert VideoDriver class in TightVNC (VideoDriver.h, VideoDriver.cpp) to C#. I met a problem when convert some structs type to C#. C++ -------------------------------------------------------------------- typedef struct _CHANGES_RECORD { ULONG type; //screen_to_screen, blit, newcache,oldcache RECT rect; RECT origrect; POINT point; ULONG color; //number used in cache array ULONG refcolor; //slot used to pase btimap data }CHANGES_RECORD; typedef CHANGES_RECORD *PCHANGES_RECORD; typedef struct _CHANGES_BUF { ULONG counter; CHANGES_RECORD pointrect[MAXCHANGES_BUF]; }CHANGES_BUF; typedef CHANGES_BUF *PCHANGES_BUF; typedef struct _GETCHANGESBUF { PCHANGES_BUF buffer; PVOID Userbuffer; }GETCHANGESBUF; ty ...Show All

  • Smart Device Development simple phone call

    Hello, I am using TAPI: lineOpen,..., lineMakeCall to make a simple phone call almost like sdk samples. When connected to a third party, I do not have earphone working (a PPC phone ed WM5.0). What did I miss (something with TAPI phone functions ) tapiRequestMakeCall is not an alternative as it does not allow call state management. Do you have a clue Olive2 hello, I am using TAPI LineOpen, ... lineMakeCall to make a simple phone call like the sdk examples. When connected to a third party I don't have the earphone working. What did I miss (something TAPI phone functions to implement ) do you have a clue Olive ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Could C# be the future of gaming?

    Since XNA is using C#, and is is a more intuitive language than C++, is it possible that in the future that C# will dominate, espessially in AAA titles. Could XNA be ushering a new way of programming in the main stream From my experience (and that is having developed several shareware games) C# is no different than Managed C++. The same performance. Native C++ only has a small (within 1%) performace increase over C#. I have been successful in porting one of my games from CLI C# to MONO C# for linux/Mac OS X and it was flawless. C# IS the future, it's easier to read, easier to program, opens up the doors to RAD C++ because that's what C# is. What Roger said about the algorithms is true, after all the language comparisons, if its ...Show All

  • Visual Studio Express Editions Blocking users from CDROMDrive

    I want to block the users to prevent read and/or write access to the CDROM or CDROMDrive in VB.NET. Can the same be happen for Floppy Drive also it would be tricky to do and would recommend applying group policy security on the system than creating this application. It will be easier and why re-invent the wheel when it can already been done in a few minutes :-) you would have to have some low level hooks - not even sure if there is an API that would expose access rights to the CD drive ...Show All

  • SQL Server Count of employees

    Hi, We got of count of employees from measures against a date dimension. we need to get average count for a time period (ie..week,quarter,year ). and the formula for avg employee count: (empl-count on firstday of period+empl-count on last dayof period)/2 Date EMPCount for ex : 1-Nov-2005 2361 2-Nov-2005 2521 3-Nov-2005 2762 4-Nov-2005 2500 avg count for week in novemeber: 2361+2500/2. Kindly let me know how we can do this in SSAS cube. Thanks in advance Raj Hi, I tried with method "b" it's showing "#Value!" We have server created time Dimension is it because of that or we are getting active employ ...Show All

  • SQL Server HTTP SQL 2005 Connection

    Hi! Can anyone help me in connecting to my sql2005 via http source. is this connection string possible "Provider=SQLOLEDB.1;Password=;Persist Security Info=True;User ID=;Initial Catalog=MYDB;Data Source= http://myserver ;Connect Timeout=1500;" with http data source Im trying to use a pivoting component ( http://www.datadynamics.com/Products/ProductOverview.aspx Product=DC ) which has problem with its connection when viewed by external clients. The connection string i specified is the one being used on the component. Currently using a connection string that is directed to the server, we would like to use a http connection so that our external client could see the data. ...Show All

  • .NET Development StDev returns NaN

    Hi Everyone: When using the code to calculate the StDev of a data column, it returns NaN. But all other aggregate functions, like Sum, Count, Min or Max return a number on the same data column. It seems this function has a limit on the maximum number of rows it can hundle. The number of rows in the column is 46712; if I reduce the row number to 46064, it works. DataTable.Compute("StDev(DataColumnName)", "") Does anyone has this problem before Does anyone know under what condition, this function returns a NaN Thanks. Hi, By the following code, I verify that the limit of the StDev function is 46340 line of rows. Dim dt As DataTable = New DataTable() Dim a ...Show All

  • SQL Server 2005 to 2005 cluster

    Hi, is it possible simply restore db(s) and copy SSIS packages and legacy DTS from server running sql 2005 to sql2005 running cluster Since our cluster configuration not ready ,we plan migrate production to sql2005 stand alone server and few month later move -copy everything from this server to cluster. Thanks ...Show All

  • Windows Forms Problem with DropDownList in C#

    I am using DropdownList to enable the user to selct an option. It is used to selct a name and amount (Two seperate drop downlists). A method is then called with the two values selected. The code is below private void Button1_Click(object sender,System.EventArgs e) { string playerName = DropDownList1.SelectedItem.Text; int fineAmount = int.Parse(DropDownList2.SelectedItem.Text); addFineToRecord(playerName,fineamount); } My problem is that the DropDownlist1 line of code always returns the first name in the dropdownlist, regardless of what I select. I dont understabnd why it does that when the second one seems to work fine Would it be better to use RadioButtons to select the name or maybe a CheckBox Any ideas why this ...Show All

  • Visual Studio 2008 (Pre-release) Animating A Polygon?

    Hi I have a polygon made up of a PointCollection...Is there any way to animate the points as a group I tried to name the points and animated them individually, but naming points is not allowed. You can either dot down to the points using TargetPath, or convert the Polygon over to a Path containing a PathGeometry: <Canvas xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml "> <Canvas.Triggers> <EventTrigger RoutedEvent="Canvas.Loaded"> <BeginStoryboard> <Storyboard> <PointAnimation By="-20,-20" Duration="0:0:2" RepeatB ...Show All

  • Visual Studio Express Editions Can some one tell me how to find the default icon please.

    Hello. Can some one tell tell me how to show the default icon in a ListView box please Av only bean learning programming about 3 or 4 weeks now, and am stuck on the this. Am making a cleaning program, the files and the path show in the Listview box, but I want the default icon to show as well. Your help will be very much apresiated. Hears wishing every one a merry Christmas and a happy new Year, and may 2007 be a good year for you all. Thank you http://msdn2.microsoft.com/en-us/library/system.drawing.icon.extractassociatedicon.aspx ...Show All

©2008 Software Development Network