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
A

aasstt

@aasstt
About
Posts
33
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Filter a DataView
    A aasstt

    I have a dataview object and I want to apply rowfilter to it. How to use the 'IN' operator in rowfilter, to access multiple rows. aasstt

    ASP.NET tutorial

  • Data grid control
    A aasstt

    How to acess textbox which is in template of datagrid control

    ASP.NET css tutorial

  • Mutiple projects in single solution
    A aasstt

    If there are multiple projects in a single solution, then how to access a function from one project in another project? aasstt

    C / C++ / MFC tutorial question

  • Multiple projects in 1 solution
    A aasstt

    If there are multiple projects in a single solution, then how to access a function from one project in another project. aasstt

    .NET (Core and Framework) tutorial

  • Hyperlink column in datagrid
    A aasstt

    In datagid there is a hyperlink column. I want to open a gif file in internet explorer, by clicking on this hyperlink column aasstt

    ASP.NET

  • Send mail
    A aasstt

    I am unable to send mail using CDOSYS. My code is as follows: - MailMessage msgPsw = new MailMessage(); string strBody = "How r u"; msgPsw.To = "abc@yahoo.com"; msgPsw.From = "aasstt@vsnl.com"; msgPsw.Cc = strDbMailID; msgPsw.Subject = "Hi"; msgPsw.Body = strBody; msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtserver", "server IP address"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendserverport", "25"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "username"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "password"); try { SmtpMail.Send(msgPsw); } catch(System.Web.HttpException ehttp) { string strError = ehttp.Message + "" + ehttp.ToString(); LabelErr.Text = strError ; } Can somebody please help me aasstt

    ASP.NET com sysadmin help workspace

  • Serial Port interrupt
    A aasstt

    My application is reading data from serial port. But the data may arrive at any random time. So i want to interrupt the application when data arrives on the serial port. Can anybody suggest me some solution to this problem. aasstt

    C / C++ / MFC help lounge

  • RecordSet is read only
    A aasstt

    I have added a MFC class with the template selected as MFC ODBC consumer, in my project. The project is using an Access database. But when I insert a record in the database using AddNew() its giving me the error that "Recordset is read only". Can anybody help me. aasstt

    C / C++ / MFC help c++ database

  • Resolution of a bitmap in a .bmp file
    A aasstt

    I have created the bitmap and then written that bitmap using the WriteDIB function(which I have downloaded from codeproject)in a .bmp file. aasstt

    C / C++ / MFC graphics tutorial question code-review

  • Resolution of a bitmap in a .bmp file
    A aasstt

    I have created a compatible DC(MemDC) of the printer DC. Then MemDC->SelectObject(bitmap) Then whatever I draw on the screen is drawn in memory. and then I have Converted this bitmap from DDB to DIB. Then I have written this DIB in a .bmp file. but when I open this file in Paint & give its print its resolution is not good i.e it is not appearing as a smooth image but an image with steps in it. aasstt

    C / C++ / MFC graphics tutorial question code-review

  • Resolution of a bitmap in a .bmp file
    A aasstt

    I have created a compatible DC of the printer DC and then I have Converted DDB to DIB. Then I have written this DIB in a .bmp file. but when I open this file in Paint & give its print its resolution is not good. aasstt

    C / C++ / MFC graphics tutorial question code-review

  • Resolution of a bitmap in a .bmp file
    A aasstt

    How to improve the resolution of a bitmap in a .bmp file. When I print the bitmap, its resolution is not good. Can anyone suggest me some code to improve its resolution??? aasstt

    C / C++ / MFC graphics tutorial question code-review

  • Quality of FAX
    A aasstt

    I am sending the FAX using the FAX API FaxSendDocument(). It works fine. But the quality of the sent FAX is not good. How can I improve its quality i.e how can I improve the resolution. aasstt

    C / C++ / MFC json question code-review

  • FAX in landscape
    A aasstt

    Can anybody tell me how to send a FAX in landscape mode using the FaxSendDocument API. aasstt

    C / C++ / MFC json tutorial

  • Sending Fax using the FaxSendDocuemnt API
    A aasstt

    I am getting an error as transmission error while sending FAX using the FaxSendDocument() API. Can anybody tell me what may be going wrong. Thanks aasstt

    C / C++ / MFC json help

  • FAX through windows API
    A aasstt

    I am working on windows 2000. I want to send FAX from my PC using the SendFaxDocument() API. For this should use a dial-up connection & if Yes, how? aasstt

    C / C++ / MFC json question

  • Send FAX
    A aasstt

    Where can I get the winfax.h & winfax.lib files for sending the FAX using the FAX API. aasstt

    C / C++ / MFC json

  • Query string to modal window.
    A aasstt

    How to pass a query string to a modal window? Please suggest the code which is not in java. aasstt

    ASP.NET java database tutorial question

  • Closing a window
    A aasstt

    I have tried the code suggessted by you but still there is the same problem. aasstt

    ASP.NET help asp-net

  • Closing a window
    A aasstt

    I have a problem that when I close a modal window on web forms button click, a new modeless window is opened with the same form loaded on it. Please help me. aasstt

    ASP.NET help asp-net
  • Login

  • Don't have an account? Register

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