Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shadowlesshand
  • Content: Threads
  • Order by date
  1. shadowlesshand

    Disable Copy / Paste from text fields in C#

    Hi, Any idea how we can disable the Copy Paste option from text fields in C#? Might have to consider different browsers, so I guess its mostly a server side code. Thanks.
  2. shadowlesshand

    Credit Card or Debit Card validation in C#

    Hi All, How do we validate a credit card or a debit card using C# code. I believe Luhn check algo is used to determine the card type - Visa, Mastercard etc.. Any implementation examples? Thanks.
  3. shadowlesshand

    Firefox Allows Right Click Copy on Password Field. How to prevent this

    Hi All, Hope all's well at your end. I have a quick query. Firefox allows a user to enter a password in the password field. This is masked, however, anyone can copy this by Right Clicking on the Password field (which is displaying the masked characters) and also lets you copy it. This can be...
  4. shadowlesshand

    Printing From Crystal Reports, No DB, C#

    Hi All, Is there a way to print a report from CR. I dont have a database table. Just datatable / string 2D array with the Information that needs to be printed. Column headers are included. I am using C# Win Forms code to achieve this. Thanks Karthik
  5. shadowlesshand

    Equivalent for WriteInt (as in VJ++) to C#

    Hi, I have a VJ++ code ported to C# using JLCA. I have a scenario as explained below. VJ++ CODE SAYS: private DataOutputStream dataOut = null; output = tcpSocket.getOutputStream(); dataOut = new DataOutputStream(output); dataOut.writeInt(command.length()); dataOut.writeBytes(command); IN...
  6. shadowlesshand

    What are the essentials in C#

    Hi, I am a C# Developer and I been in the development field for a couple of years now. A better insight of the following would help me immensely. 1) What are technical skillsets necessary for a developer? 2) How do we and what do we refer to so that we can constantly upgrade our knowledge. 3)...
  7. shadowlesshand

    Unable to see controls on the Web Browser - Blank Project

    Hi All, I have just created a Web Application Project in VB.NET. Dragged a button onto the form and ran the project. The Project has been saved Button's visible property is set to True Default values / properties for the button HTML <h1> Sample header </h1> has been written. The problem is I...
  8. shadowlesshand

    Excel RANDBETWEEN() Language Options - Support many languages

    Hi Fellas, Can someone help me with this. There is an excel sheet with me and use the RANDBETWEEN() function in that. If this sheet is used by my friend who is in France, the RANDBETWEEN() function doesnt trigger correctly. The source cells have to be selected only after which the the function...
  9. shadowlesshand

    Does return value of main function need to be an integer

    Hi All, I would like to know if the return value of the main function in java (or any other language) actually needs to be an integer. Also what would the integer value be. If I use void as my return type, does it nullify the integer value it is actually returning? Thanks a million...
  10. shadowlesshand

    SQL Query For Custo Report

    Hi All, I need to generate records for reports. Currently I have: SOME_ID EmpName ShiftType 101 John Normal 101 John OT 102 Ann Normal 102 Ann Absent 102 Ann OT 101 John Absent Now I want to create a view...
  11. shadowlesshand

    How to get path of a folder frm Registry

    Hi, I need to retreive the path of My Documents folder from the registry. How is that possible, Can I have the code if possible wrt API thanks
  12. shadowlesshand

    How do I retrieve The wallpaper of an user

    Hi, I am writing a code to backup files and folders. I need to back up the users desktop wallpaper. How do I do this. There could be several users. Thanks
  13. shadowlesshand

    rEGISTER nEW sql sERVER, uRGENT

    Hi, I have SQL server 2000 running on Win XP. I have a SQL Server registered as (local)(ABCD), with Windows authentication. But in my connection string(VB) i am not able to give the uid and pwd (how is it done). When I create a new SQL Server (Register it), i get the following error, I am...
  14. shadowlesshand

    How to backup My Docs, Outlook in VB

    Hi, I have an appln in VB and Access. This will backup (copy a selected directory into a destination dir on the HDD) a selected folder or file. What would be the best method to backup My Documents folder, Favorites folder, Outlook Express (inbox, outbox draft etc). Can it be done by using the...

Part and Inventory Search

Back
Top