Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new to windows mobile environment.

I am developing an application now and i need to take a print from the windows mobile using bluetooth or by any other alternatives.

I tried some third party tools but nothing gave me a clear idea, and also how can i get the printer name in my mobile application, from my network to take print.

I need a clear idea about how to setup the printer and take print from the mobile application.

kindly give me a solution to do this.

Thanks in advance.
Posted
Comments
syed shanu 4-Sep-13 3:32am    
What information do you want to print.If you want to print something from your sql .for example if you want to print information from your database tables.you can use some status on table or in new table insert the printing informaiton.create one windows service program or winform program which always running and check for table status or new table has any insert if there is new insert then print to your printer from ur desktop application which is running.
Manikandan Sekar 4-Sep-13 3:36am    
Actually i tried that sort of things. I dont need like that. I need to print data(example take a receipt which is shown in a form in a datagrid). I have to print the datagrid from the windows mobile to the printer by using bluetooth that is assigning job to printer from windows mobile similar to assigning job from desktop application except that i need to do that using windows mobile
syed shanu 4-Sep-13 3:48am    
Hi,
Check this links might be usefull to you.
http://stackoverflow.com/questions/1333906/how-to-print-through-bt-using-wince
http://social.msdn.microsoft.com/Forums/en-US/99fec79b-c9a2-4d3e-8fe5-366104221d53/how-to-connect-bluetooth-printer-on-windows-ce
http://inthehand.com/content/32feet.aspx
http://community.intermec.com/t5/General-Development-Developer/CN3-6820-bluetooth-printing-sample/td-p/2956

http://community.psion.com/discussions/f/160/t/8860.aspx

http://32feet.codeplex.com/discussions/446285

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900