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

Software Development Network >> Raghavendra Naik's Q&A profile

Raghavendra Naik

Member List

Ian Sullivan
Jim R32874
FrankSims
Bruno Valente - PT
vbnvbn
Adrian Walker
illmatic45
Swati@Mastek
rpattal
Lila
ssohn
Walkab
VMNK
fattycat
scottgu
Orcabelle
Andre Odendaal
Rene Garcia - [MSFT]
Matt_343
Marco Goertz - MSFT
Only Title

Raghavendra Naik's Q&A profile

  • Visual FoxPro RSA Public/Private Key Encryption in VFP 9.0

    Hi, I need to be able to decrypt data pulled from a MySQL table encrypted with RSA public/private key encryption within a FoxPro application.  I am currently using the FoxPro Foundation Class known as _cryptapi as a wrapper to the CryptoAPI interface.  The problem I'm having is that I can't seem to figure out how to decrypt a RSA encrypted string of data.  I know that the _cryptapi class provided by Microsoft uses the Microsoft B ...Show All

  • Visual Studio 2008 (Pre-release) How do I Progmatically Select an Item in a TreeView?

    Seems simple, but somehow I got stuck on this one. I've got a TreeView bound to some Hierarchical Data. I want to progmatically set the TreeView to have an item initially selected after I populate the Hierarchical data. SelectedItem and SelectedValue are read only, so that's a no go. I figured I need to get the TreeViewItem hosting my object and set it's IsSelected to true in a SubClass like this: public void SelectFirstNode() { ...Show All

  • SQL Server Management Studio Express CTP regular express replace bug?

    Open a document and try the following regular express replacement. Replace {:i} to \1 bla bla A lot of wrong replacement. (BTW, I do the replace in a selection.) This sounds like a problem in the base editor component.  The editor developers are not experts in SQL Server tools, so it would help them to diagnose the problem if you could provide the following: 1) Text in the editor before ...Show All

  • Windows Forms Save position in DataGridView after refreshing

    I have DatagridView on a form. When user click to save changes I save tham and then re-red data agin to reflect latets updates from database. Question how I can return pintor on current record after refreshing Otherwise user clicj save and find himself on first row of DataGridView. It is really annoyning scrol to old position especially on big table Thanks If you are using the BindingSource, you can store th ...Show All

  • Windows Forms We ship web sites and also .net clients that consume webservices from that shipped web site.

    I'd like to get a check on our current ClickOnce line of thinking... We ship web sites and also .net clients that consume webservices from that shipped web site as a package. Unfortunately, we do not know what the URLs to shipped sites will be until installation. We need to run as a full trust app and be signed. Method A: If we what the clickonce deployment to live on the particular instance of the shipped site, I believe we need to som ...Show All

  • Visual Studio Team System How team system supports baseline control? CMMI?

    Hello, I am learning a little about CMMI and in my company there are 3 baselines, I dont know a lot about the theory of CMMI but in the company we have an excel file which says which files are the controlled files on each baseline. For example Assigned Baseline 1. Requirements.DOC 2. Arquitecture.VSD 3. ClassDiagram.VSD In any time one of these files can change and I would like to know which version of the base line had the ...Show All

  • Visual Studio Visual Studio 6.0 on Win XP

    I have just purchased a new computer. It uses Windows XP Media. I need to have Visual Basic installed. I have a copy of Visual Studio 6.0 that I never used before. When I run the setup program I receive an error stating that it can not be installed. But under programs, I can see the following components under Visual Studio 6.0: Microsoft Visuao Studio 6.0 Tools Microsoft Visual Basic 6.0 Microsoft Visual C++ 6.0 Microsoft Visu ...Show All

  • SQL Server Can stored procedure be called recursively?

    Is stored procedure in mssql 2000 support recursion Is there any limitation on the number of recursion Yes, it can.  32 levels.  You can also use @@NESTLEVEL to determine the current level:     CREATE PROCEDURE recurse AS BEGIN     PRINT @@NESTLEVEL     EXEC recurse END GO   EXEC recurse GO   DROP PROC ...Show All

  • Windows Forms Minimizing process window in windows forms

    Hi, I have an MDI application that launches a internet explorer web page by calling iexplore.exe in a seperate process. I want to minimize the iexplore window on load. Is there a way to do this My code is as follows: Process p = new Proce ...Show All

  • Windows Forms Changing the datasource of a bound textbox

    Hi all.  I have a textbox bound to an employee class.  I want to be able to set my employee variable to another employee and have the textbox update with the correct information.  I've tried to do that and it doesn't work. I thin ...Show All

  • SQL Server Service broker b/w 64bit and 32bit

    Hi: I wanted to make sure some things clear before setting up service broker. I have enterprise server as 64 bit and local client servers as 32 bit. I would like to know what steps do I need to take care when I am setting up service broker b/w sql server enterprise editon 2005(64 bit) and sql server express 2005 client server(32 bit)...any special considerations ... Thanks, Pramod Nothing special. All SQL Server 2005 RTM/SP1 S ...Show All

  • Windows Forms Using DateTimePicker as TimePicker only

    Hi, How can I make DateTimePicker Control to work as a TimePicker only. I dont need date selection, I only need time selection. Thanks, bilalso wrote: Hi, How can I make DateTimePicker Control to work as a TimePicker only. I dont need date selection, I only need time selection. Thanks, Set the Format property to DateTimePickerFormat.Time, and ShowUpDown to true. ...Show All

  • Visual C++ How VS 2005 decides to build a project

    I have a project that keeps building even if it completes successfully in VS 2005. Is there a way to determine what is causing this build to kick off instead of it saying up to date Hi Jabber, Can you please describe your problem in more detail Does VS keep building your project in an infinite loop or is the project rebuilding even when sources have not changed Thanks, ...Show All

  • Visual C# C#, Arrays, and Guids..OH MY!

    Hey everyone :) I hope i'm posting this in the right forum, since it deals with a little a little SQL, as well as C#. The problem i'm having is this: I've got 3 tables.  A "Users" table, a "Role" table, and a "UserRole" table.  The "UserRole" table has two columns, "User_ID" and "Role_ID"...both of type uniqueidentifier. I'm trying to add the functionality of adding a user to multiple roles, but I need to get the GUIDs of ...Show All

  • SQL Server Move conversation

    when you move a conversation to a conversation group, that conversation_group has to have been created previously, ie, you cant specify a non-existing conversation_group, right I ask because I am trying to develop an application where I use optimally one conversation related to many given conversation_groups, so that when I receive, I lock only a small determined subset of messages. What I could have used was a way to send messages on a conv ...Show All

©2008 Software Development Network

powered by phorum