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......
eswar pothula
Posts
-
How to build a trial version setup using C#.net -
out of memory exceptionhi 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.........
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
is it possible to handle voice messages in vc++6.0thank 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.
-
is it possible to handle voice messages in vc++6.0hi 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...
-
is it possible to use tiff vartual printers in vc++6.0hi 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............
-
is there any free PDF printers drivers or pdf librarieshi 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......
-
how to convert any format to pdf using C(or)C++ [modified]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
-
how to convert word(or)excel document to pdf [modified]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
-
is it possible to genarate barcode application using vc++6.0hi 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.....
-
how to insert data in sqlserver 2005 using vc++6.0hi 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......
-
how to convert tiff to pdf it's urgentHi 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
-
how to convert tiff to pdf it's urgentHi 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
-
[Message Deleted]hi Raju, in this api convert single tiff page only...... in multiple pages it's not support, thanks for any way your suggestion
-
[Message Deleted]thank u ;)
-
[Message Deleted][Message Deleted]