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

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

RecursiveS

Member List

dragon88
SauravSen
MarceloRamos
massiveoni
lgayosso
Joe Beam
PraveenPatel
Hans Yadav
SathikKhan
N. Farr
ttx3
InvertedAerials
Dude81
Laser Lu
a9192shark
Archana G
Jim Katsos
hprahul
Renze
jerome15
Only Title

RecursiveS's Q&A profile

  • Visual Basic Visual Basic .NET TrippleDES File Encryption

    I need to find code for TrippleDES File Encryption in vb .net langauge. I can't find any examples online that I can get to work properly. An article with some code... http://www.codeproject.com/vb/net/VB_NET_TripleDES.asp And I am also pretty sure that the Security Application Block contains this as well - although there is also a lot more in here. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnpag2/html/security1.asp  And also http://www.vb-helper.com/howto_net_des_file.html   http://msdn2.microsoft.com/en-us/library/system.security.cryptography.tripledes(VS.8 ...Show All

  • SQL Server Can I install the db In a different location rather than default?

    Hi, When creating a new database I would like this db to be created on my D drive rather than the default place.How do you do this in sql server 2005 I could not find a dialog box or something similar to point to a folder for the data and log file. Any suggestions Hi, scroll abit right on the datafiles grid, you will find the Path column there. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio How to load image dynamically

    HI all, I am using ASP.net with c# to load crystal report. I would like to know how i can load an image in the Report Header section of the report dynamically from aspx page. thanks pradeep_TP Hello All, I am having the same sort of problems while displaying image using CR.NET and VS.NET 2003. Let me epxlain what I want to do. I have designed reports using CR.NET that I intend to sell to various clients. I want to display client logos on the reports. I don't want to design a separate report for each client. I want to change the logo of my reports dynamically at runtime. I have tried inerting OLE obj ...Show All

  • Windows Search Technologies Address bar - locked

    my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have google and msn tool bars open help maggie ebersold Hi Maggie, Your issue doesn't appear to involve Windows Desktop Search - does it Thanks, Bill ...Show All

  • Visual C# Business Object Sorting

    I have some custom business objects and need to implement some sorting logic. The sort requirement that I have requires the ability to sort on multiple columns as well. I am sure I am not the first that needs to do this, but so far I have not been able to find anything on the web that doesn't rely on a DB to do the sorting. That is not an option for me, so I need to implement this my self. Thanks for any help Kevin Where do you store these business objects Are they in, for example, an ArrayList and do you want to sort the objects within this arraylist If this is the case, you can create a class that i ...Show All

  • .NET Development .NET Framework 2.0 (x64) Installation and DW20.exe location

    After .NET Framework 2.0 (x64) installation, I see DWDC20.dll and Program Files folder in D:\ Drive. To be exact, D:\Program Files\Common Files\Microsoft Shared\DW\ folder has been created along with language subfolders (such as 1028, 1031, and so on). Also, there are DW20.exe DWDCW20.dll, DWTRIG20.exe files in that specific folder. I have my Windows XP Professional x64 edition installed on C:\ driver and I do not have any software installed on D:\ drive. (that's why I have noticed this folder creation so quickly). Either installing .NET Framework through Microsoft update or through downloaded standalone .NETFX 2.0 installer create ...Show All

  • .NET Development .net Validators are not functioning on hosted website

    Welcome All Hello . I m having problem with .net Validator control. These .net validator controls are functioning on http://localhost  /.................  but on www.website.com/ ........ it is not functioning. So reply me if you have any solution. Means when I run my application from localhost, validators works. But when I run my application from hosted site it doesn't. Your reply will be highly appreciated.  Regards/Arsalan Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions ...Show All

  • Visual Studio Team System Can multiple team projects use the same source control tree?

    I've read through as much as the TFS docs as I could find, but I've yet to see an answer to this.  Can multiple Team Projects use a single source control tree or does each one have to have its own tree Here's my situation: We have a good size main tree that has 90+ projects (dll's) in it.  There are perhaps a few dozen teams that contribute to these and each team has anywhere between 2-5 projects.  All of the teams must check code into a single place so that a common build system can build all of it (they're all components of a single large app). What I'd like though is to have each team with their own Team Projects -- t ...Show All

  • Visual Studio Cannot find server for Visual Studio help

    I am having trouble using help for Visual Studio 2005. I installed Visual Studio and then installed the MSDN Library for Visual Studio that came with it. Visual Studio itself seems to be working just fine. However, any attempt to use help or MSDN generates the following error message: Cannot find server. URL: ms-help/MS.VSCC.v80/...<<lots more>> The page cannot be displayed Cannot find server or DNS error. This happens regardless of whether I try to access help through Visual Studio, or through the MSDN item on the start menu, or through the Visual Studio Documentation item on the start menu. Same result acce ...Show All

  • .NET Development Send And Recive Secure Data Over internet Filtring?

    Sorry but I am not as well as you in English but try ... I am Iranian and here the Gov. has filtered many of sites (from Porn to politic or many Web logs) We try to Develop an application to break this limitation. Is it possible to use a Security Library to get the raid of this filtering or do you know any solution with out using Proxy. Or if you have any suggestion Please tell me. thanks... If you are advised to go through a proxy and your ISP enforces it, there is not much you could do. WHen you send secure requests, the proxy WILL know what site you are going to and might not allow y ...Show All

  • Visual C++ New with Visual C++ 7

    Hi, I've used Visual C++ to write DOS programs for school, but I'm starting to learn Windows using Win32 API.  How do you dock the program into taskbar by the clock when you Minimize the program instead of the taskbar (like AIM or Yahoo msg)   Thanks! If you want to use MFC, this is a good link: http://www.microsoft.com/msj/archive/SDBE.aspx else search the MSDN for Shell_NotifyIcon! PS: Moved this thread away from Vista! ...Show All

  • Visual Studio VS2005b2 automatic attribute code generation

    Hi there! I'm writing my own C# component to be used with the Windows Forms Designer. This component has a DesignerSerializer attached. Within my CodeDomSerializer I would like to generate additional attributes that get noted infront of some form controls. Like this: [My.ActionSourceAttribute("APP17", "New.Action", "")] private System.Windows.Forms.Button button1; I really could manage all that to get the attribute generated at the right place. My problem is that after inserting the attribute by using DTE, it's no longer possible to add new controls in the Designer. To be more precise: One still can add a control using the Designer b ...Show All

  • SQL Server Error using FTP Task

    I am using SQL Server 2005 - CTP June 2005 and I am trying to create a simple FTP task.  Currently, my package consists of one FTP Task object in the Control Flow tab.  I create a new FTP Connection Manager using <New Connection> in the FtpConnection property and verify the connection by selecting the "Test Connection" button.  So far so good.  However, when I return to the designer a red X appears in the FTP Task object with the following error: "Error 1 Validation error. FTP Task FTP Task: Attempt to read message string for 0xc002f313 failed with error 0xc02090f3. Make sure all message re ...Show All

  • Windows Forms Filter using dataview with multiextended listbox

    Hi, I am using Vb.NET and Windows Forms, not Web Forms. I have one Listbox (SelectionMode-MultiExtended) and one Datagrid. I want to filter 2 or more items with my listbox. I tryed with this, but not work: Private Sub button1_Click(ByVal sender As System.Object, ByVal  e As System.EventArgs) Handles Button1.Click         Dim strFilter As String        ...Show All

  • Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)

    Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine ...Show All

©2008 Software Development Network