in

Browse by Tags

  • decrypt CAPICOM encrypted text in Visual Studio 2008

    I have to decrypt CAPICOM DES encrypted string in .net, but I do not want to use CAPICOM and Interop. Over the Internet I find that CAPICOM encrypted data can be decrypted only with CAPICOM. Please, help me! (if it is possible) Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: The folowing is the code to...
    Posted to Visual Studio (Forum) by microsoft on 06-27-2009
  • How to print a form in VB 2008

    I have a form that includes several text boxes, radio buttons, and a picture box that will have an image in it. I want to print this to a networked printer. What is the best way to do this? Thanks
    Posted to .NET (Forum) by microsoft on 06-25-2009
  • System.FormatException: Input string was not in a correct format.

    Hi, I have the following piece of code: List DLOrders = new List(); string input; FileStream DLFile2 = new FileStream(DownloadedordersFile, FileMode.OpenOrCreate, FileAccess.Read); StreamReader sw2 = new StreamReader(DLFile2); input = null; while ((input = sw2.ReadLine()) != null) { DLOrders.Add(System...
    Posted to Visual C Sharp (Forum) by microsoft on 06-24-2009
  • Using a splash screen during startup processing

    On the load event of the startup form in my application I have code to generate several exports automatically. The code tests to see whether a log entry has been made for the current date showing that the files have been created; if so, it exists and launches the program normally. If not, it generates...
    Posted to Visual Studio (Forum) by microsoft on 06-24-2009
  • Role -based security using windows authentication

    Hi , We have a table in the oracle database called user which has these fields and their related data and a role table User table: user_id , ntdomain,ntlogin,fullname, email,is_active,lastupdate_dt,created_by User_Role Table: User_role_id,user_id,role_id,is_active,last_update_dt,created_by Role Table...
    Posted to Visual C Sharp (Forum) by microsoft on 06-24-2009
  • Send email from VS 2008

    I would like to send an email with some simple text (non html) from VS 2008 and with an attachment. Is there some component available within VS?
    Posted to Visual Basic.NET (Forum) by microsoft on 06-24-2009
  • Insert into values and select statement

    I'm using MS Access as the DB, Visual Studio VB.net as the interface and I'm trying to run the following SQL Statement sSql = "Insert Into TEMPIN(IDSTAT,FECHACON)" sSql += " Values(2,'" & dtfecha & "');" sSql += " Select * FROM MASTER" sSql...
    Posted to Queries (SQL) (Forum) by microsoft on 06-24-2009
  • Printing in Windows Application C#.Net 2008

    How to use Printing controls (Print dialog, Print Preview dialog,Print document etc.) provided in Visual Studio 2008 Windows Application for printing any Windows form?
    Posted to Visual Studio (Forum) by microsoft on 06-23-2009
  • Button images on a menubar

    How do I place button images that I copied from other button images onto a custom menubar on my VB.NEt form? I sucessfully created a menubar using the menustrip tool but I cannot copy button images from my Access application to the application that I am upgrading to VB.NET Thanks, Lenny Gray
    Posted to Visual Studio (Forum) by microsoft on 06-22-2009
  • vb.net late binding issue with wmi calls

    The first line (getobject) is being flagged by vs 2008 as a late binding. How do I correct this? Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: Dim oAntiVirusProduct As Object = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\SecurityCenter:AntiVirusProduct").Spawninstance_ oAntiVirusProduct...
    Posted to Visual Studio (Forum) by microsoft on 06-21-2009
Page 5 of 11 (101 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »