csharp

  1. A

    Derek Slager?s BCrypt Class for C# Check Password Method failed

    Dear All, I am using Microsoft Visual Studio 2010 Ultimate, C# Winforms & MySql Database. I am trying to use BCrypt class by Derek Slager for creating and authenticating username and password. A form is use to create new user to save Username and Password to database, but this Password is not...
  2. A

    Calling MySql Function for validating username and password

    Development Environment: Microsoft Visual Studio 2010 Ultimate, C#, MySql Hi, I've create a function in mysql which accept 3 parameter to validate username and password. DELIMITER $$ USE `generalledger`$$ DROP FUNCTION IF EXISTS `fLogin_Check`$$ CREATE DEFINER=`root`@`localhost`...
  3. A

    Set Location of ListView below DataGridView Active Row

    ools: Visual Studio 2010 Ultimate, Language C#, Database MySql Hi, I am searching this a while, but to date didn't find any suitable solution. I've a form with bound DataGridView with 5 columns, ProductID, ProductName, Qty, Price and Amount. After normal data entry user can click button...
  4. A

    Suggestion required for Accounting Software core infrastructure

    Dear All, I am on the beginning stage on C# development. Currently I am developing an Voucher based Accounting Software with following: 1- Visual Studio 2010 2- Programming Language: C# 3- Database: MySql 5 At present, Database structure is as follows: 1.accAccounts (For holding...
  5. P

    Question Is disposing a local brush variable necessary?

    MSDN recommends disposing any variable of type System.Drawing.Brush before its last reference is released. Otherwise, the resources it is using will not be freed until the garbage collector calls the Brush object's Finalize method. As we know, local variables are destroyed automatically when...
  6. T

    Question Disable working of Keyboard?

    I need to made a Secured Login Page in C#.NET Windows Forms Application. in this process I have need to disable my pc's keyboard and use only ON SCREEN KEYBOARD. I have open ON SCREEN KEYBOARD but still can't disable my peripheral device keyboard? please help me in this regards......
  7. A

    DataGridView with Identity Column

    I am using Visual Studio 2010, language C# and SQL Server Express Edition as backend. There is one form with DataGridView control, I've setup columns manually using designer, then on runtime set the data source. connectionString = ConfigurationManager.AppSettings["connectionString"]...
  8. A

    Question Save data from Unbound DataGridView to Sql Server 2005 and then Bind to records

    Hi All Experts, I am a newbie to C#, my development environment is: Visual Studio 2010 Ultimate Edition Sql Server 2005 Programming Language C#** I've a form with Unbound Datagridview, from which data is save to Sql Server 2005 by looping through For..Each and pass SQL INSERT Statement when...
  9. R

    Question Prime numbers and subtraction problem.

    Hello everyone, I'm currently working on a calculator and in order to challenge myself, I decided not to use any loops (while, for, ...) but only use recursive methods (if ... then ... return else return). So basically what I'm trying to do is create a function that checks if the 2 numbers...
  10. V

    Question Tables and Bookmarks in Word

    Hey guys, im a Noob to this site, and im after some help if possible, i have a word template with a various amount of bookmarks.. now one of these bookmarks is where a table will be inserted, now i can get the table to display using the below method and all works ok but what im after is to be...
  11. K

    Question help me in my project

    Hi all, I am a beginner software developer. I'm working on an C#.NET application that makes it possible to send SMS from E-mail. I found an information on that page ozekisms.com/index.php?owpn=219 that seems to be working. Do you have any suggestions to my project? Any useful idea? Many thanks...
  12. B

    Question Copy a Table from Excel, Paste in Powerpoint and keep Formatting

    Hello i am new on this forum I am Baiocchi from Italy. I have a problem, I am developing in c# a program that Copy a Table from Excel, Paste in Powerpoint and keep Formatting I am using this code to paste the table but sometimes it doesn't keep formatting Slide currentSlide...
  13. H

    Question How "opened dialog" box makes an automatic picture selection?

    Our products have published a web page. This is a sectoral ads web site. We have a paid membership on this site. We publish hundreds of products on this site. we are paying to this web site for our publishings. We have a program and database and it contains our all products. From this database...
  14. V

    Question IE Login Issue (Login page redirecting to itself)

    Hi, We have a login page in our website named Login.aspx, whenever a user enters username and password and clicks on submit button the user is again redirected to the login page itself. The status in the page header changes to Logout but the user is redirected to the login page again.This is...
  15. A

    Question RPM Calculator stack implemntation

    I am new to Csharp I am implmenting RPN calculator. The problem is i need to implem,ent this in 4 stacks .i ned help in implementation I have a multiline textbox .suppose i have pressed 2 and pressed enter it should got into 2 second line from bottom , 3 and enter (it should go 1 line from...
Back
Top Bottom