Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Ajai Chaudhary

@Ajai Chaudhary
About
Posts
16
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to create trial version for software
    A Ajai Chaudhary

    hi all my software product is completed for sell into market and i want to make a trial version for my software how could i do that, plz give any suggustion or idea regarding that. With regards Yogesh Agarwal

    Visual Basic tutorial announcement

  • loading a word document in VB.Net2005
    A Ajai Chaudhary

    hi if you only want to see the word document then do the following: - * Insert a richtextcontrol on to the form. * use the loadfile method for richtextbox and pass the file name with full path to load it into control. if you want to do somthing else then plz reply i will give you the solution... with regards Yogesh Agarwal

    Visual Basic csharp com help question

  • How to access a file for remote machine
    A Ajai Chaudhary

    Hi you can do it very easily, i developed a software where my word file were saved and accessed from a single server. to do that you have to customize the accessing path for file that is : -

    path="\\servername\drivename\path.extension"

    *here server name is the remote computer name is your network. *drivename is the sharable drive name of the server (but here you have to mention the share as name for the drive and dont use : after drive letter. with regards Yogesh Agarwal

    Visual Basic csharp tutorial question

  • Sorting
    A Ajai Chaudhary

    Use your sql query in the followign manner it will sort the records in desecding order.

    order by columname desc

    The desc keyword followed by the column will arange the data into desecding order with regards Yogesh Agarwal

    ASP.NET algorithms help

  • developing mutiuser Application(urgent)
    A Ajai Chaudhary

    hi to do the same install sql server 2005 on server then install client software on client machine then when you go for the database connection coding for the software use the connection string in the following manner

    connectionString="Data Source=Computer2;Initial Catalog=TRS;User ID=sa"/

    it will create a client server application with regards Yogesh Agarwal

    Visual Basic database csharp sql-server sysadmin tutorial

  • protection with CD Key
    A Ajai Chaudhary

    Hello friends i want to give my developed project to client but i want to give the CD keys option into it so that others can't use my software how could ido that. plz reply

    Visual Basic

  • Sending the information in Email ID
    A Ajai Chaudhary

    Hi Dear To store values you can use the Database Connectivity the value will stored into sql or access database and to send mail to user you can use theh following code: - 1. To use it you have to import System.Net & System.Net.Mail namespaces. 2. You need to copy the following into web.config file before closing of configuration tag. 3. Use this code in your web page to send the mail to any id. MailMessage mail1 = new MailMessage(); mail1.From = new MailAddress(""); try { mail1.To.Add(); } catch (Exception mailex) { Response.Write("Email id is not in valid form"); Response.Write(mailex.ToString()); } mail1.Subject = "", ""); try { smtp.Send(mail1); } catch (Exception ex) { Response.Write("Failed to send the mail"); Response.Write(ex.ToString()); } With Regards Yogesh Agarwal

    ASP.NET csharp asp-net tutorial

  • Week Number from MonthCalender
    A Ajai Chaudhary

    When you use Datetimepicker then use the property value and day of year it will show you the day then divide it by 7 you will got the week of year. the code is : - weekofyear=(Datatimepicker1.value.dayofyear)/7 msgbox(weekofyear) If you uses C# then use toString for converstion. With regards Yogesh Agarwal

    Visual Basic csharp

  • Shutdowning your computer
    A Ajai Chaudhary

    Hi, Dear I like the answer, Now plz tell me how could i run this command on click event of a button in VB.Net . Awaiting for your reply Yogesh Agarwal

    Visual Basic

  • Mailmerge with VS2005 ??????????
    A Ajai Chaudhary

    Hi I could help you, in one of my project i have done the mail merge and create the mailing labels also. But could you explain the probelm properly i can't understand waht you want to know.:):rose:

    Visual Basic tutorial question

  • DLL REGISTRATION
    A Ajai Chaudhary

    The DLL's are automattically registered during installation. or if there is a problem then register it do the fillowing 1. open the dll file by double click on it it will open the open with.. box 2. chosse the browse open to locate another applications 3. The choose the regsvr32.exe mostally available in ( c:\windows\system32). with regards Yogesh Agarwal

    Visual Basic csharp tutorial

  • How to attach a word tamplate in existing file.
    A Ajai Chaudhary

    Hi All, in my project there are the word file stored using the import option, now these file has to be forworded to other people using emails, now i picked the file and attached ti with mail, but i have to send the file using a word template alleady defined. So if i picked the tamplate then the problem is i am not creating a new file it has to be attched to the existing one & if i try to write the content into that file the format is totally changed for that existing file. Plz help me to solve this problem Thanks is advance Yogesh Agarwal

    Visual Basic help tutorial

  • Background Processing
    A Ajai Chaudhary

    Hi All, I devlop a software where the report are genrated automatically in excel sheet the problem is when we do this the report will created but when i want to open the file the file will not open due to excel application allready running in background. I use the application.quit but excel is still running i background, so it has to be closed by user by pressing alt+ctrl+delete. Plz help me how could i solve this problem with regards YOGESH AGARWAL

    Visual Basic help

  • Database Problem....
    A Ajai Chaudhary

    but there is no delete operation will performe there i checked it for the same even there delete keyword available in my web form so how could it will be deleted.

    ASP.NET database help

  • Database Problem....
    A Ajai Chaudhary

    Sorry for reposting the problem, but there is no delete operation will performe there i checked it for the same even there delete keyword available in my web form so how could it will be deleted.

    ASP.NET database help

  • Database Problem....
    A Ajai Chaudhary

    Hi all I was creating a Web form, by which the data will stored into a ms-access database table. In my database table there is a field ID which is autonumber but my id is not generated properly while working with the database, currently the values for ids are: - 1,2,3,6,7,13,15,16,30,34,35…. Means the ids are not generated into correct manner, What should I do for that. Plz reply , Thanks in advance.

    ASP.NET database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups