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
E

eswar pothula

@eswar pothula
About
Posts
17
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to build a trial version setup using C#.net
    E eswar pothula

    Hi, I have a C# program that I would like to sell and I want to offer a 14 day trial, I understand that all piracy prevention schemes are overcome so I don't want to waste much time doing this. Could anyone offer any suggestion and even some sample code? thanks in advance......

    C# csharp question announcement workspace

  • out of memory exception
    E eswar pothula

    hi every body, in my application i want to retrieve image from database and it will show on picture box, so my code is try { int no = int.Parse(textBox2.Text); SqlConnection con = new SqlConnection("user id=sa;password=sa123;server=192.168.0.44;database=eswar"); SqlCommand cmd = new SqlCommand("select imagedata from image1 where sno=" + no, con); //byte[] barrImg=(byte[])cmdSelect.ExecuteScalar(); cmd.Parameters.Add(textBox2.Text, SqlDbType.Int, 4); cmd.Parameters[textBox2.Text].Value = this.textBox2.Text; con.Open(); byte[] imgarr = (byte[])cmd.ExecuteScalar(); string strfn = Convert.ToString(DateTime.Now.ToFileTime()); FileStream fs = new FileStream(strfn, FileMode.CreateNew, FileAccess.Write); fs.Write(imgarr, 0, imgarr.Length); fs.Flush(); fs.Close(); pictureBox1.SizeMode = PictureBoxSizeMode.Normal; pictureBox1.Image = Image.FromFile(strfn); cmd.Dispose(); con.Close(); } catch (Exception ex) { MessageBox.Show(ex.Message); } when my application is running it will shows a out of memory exception pls help me thanks in advance.........

    C# database sysadmin performance help

  • [Message Deleted]
    E eswar pothula

    [Message Deleted]

    C / C++ / MFC

  • [Message Deleted]
    E eswar pothula

    [Message Deleted]

    C / C++ / MFC

  • is it possible to handle voice messages in vc++6.0
    E eswar pothula

    thank you Richard MacCutchan for giving reply if u don't mind give an any example program. it's developed in vc++6.0 thanks in advance.

    C / C++ / MFC help c++

  • is it possible to handle voice messages in vc++6.0
    E eswar pothula

    hi every body..... i have a small problem in my application....... record and save a voice message(or)file using our application. please help me thanks in advace...

    C / C++ / MFC help c++

  • is it possible to use tiff vartual printers in vc++6.0
    E eswar pothula

    hi every body..... i have a small problem about the tiff virtual printer. is it possible to access the virtual printers in vc++6.0. i am searching on net finding only the possible vb6.0 and .net. so please help me. it's very useful to my application. thanks in advance............

    C / C++ / MFC help csharp c++ algorithms

  • is there any free PDF printers drivers or pdf libraries
    E eswar pothula

    hi every body... is there any free PDF Printer Drivers or pdf libraries and i have no idea about virtual printers.... Actuvally i am fresher to joining in a company.... so i have no idea about this things... please help me.... thanks in advance......

    C / C++ / MFC help

  • how to convert any format to pdf using C(or)C++ [modified]
    E eswar pothula

    hi every body....... in my application i want to convert any format to pdf i.e word,excel,xml,html,ppt and so on.... in my application using C(or)C++ code.... thanks in advance...... if find any mistakes in my typing sorry...... thanks in advance....

    modified on Tuesday, November 10, 2009 6:47 AM

    C / C++ / MFC c++ html xml tutorial

  • how to convert word(or)excel document to pdf [modified]
    E eswar pothula

    hi every body .... i have some problem in my project... i.e convertion of word(or)excel to pdf ? this project is developed in vc++6.0 please help me....... thanks in advance....

    modified on Friday, November 6, 2009 11:02 PM

    C / C++ / MFC help c++ tutorial question

  • is it possible to genarate barcode application using vc++6.0
    E eswar pothula

    hi every body........ this is eswar.... i have a small doubt about barcode genaration. is it possible to generate barcode application using vc++6.0 thanks in advance.....

    C / C++ / MFC c++

  • how to insert data in sqlserver 2005 using vc++6.0
    E eswar pothula

    hi everybody. in my vc++ application cannot insert data into database.... success fully inserting to passing values...using this code line SQLExecDirect(hstmt,(unsigned char *)"insert into emp values(222,'shan',5676)" ,SQL_NTS); but using varibles(dynamically) cannot inserting. SQLINTEGER empnum=1006; SQLVARCHAR ename[20]="weewe"; SQLFLOAT esal=5656; SQLExecDirect(hstmt,(unsigned char *)"insert into emp values(empnum,'ename',esal)",SQL_NTS); please solve this porblem...... thanks in advance......

    C / C++ / MFC database c++ tutorial

  • how to convert tiff to pdf it's urgent
    E eswar pothula

    Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, so please help me........ thanks in advance

    C / C++ / MFC c++ help tutorial

  • how to convert tiff to pdf it's urgent
    E eswar pothula

    Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, : so please help me........ :( thanks in advance

    C / C++ / MFC c++ help tutorial

  • [Message Deleted]
    E eswar pothula

    hi Raju, in this api convert single tiff page only...... in multiple pages it's not support, thanks for any way your suggestion

    C / C++ / MFC

  • [Message Deleted]
    E eswar pothula

    thank u ;)

    C / C++ / MFC

  • [Message Deleted]
    E eswar pothula

    [Message Deleted]

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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