Search results for query: *

  • Users: SiamIT
  • Content: Threads
  • Order by date
  1. SiamIT

    Question Create Installer For Excel VSTO Addin

    Greetings, i have created a excel (vsto) addin and it work fin on local computer. as i didn't have to anything.. just build and it comes to excel. but now i am confused how i can make a installer for the addin so that it can be installed on users end at ease without any user level interaction...
  2. SiamIT

    Question How To DEALLOCATE PREPARE Statement Using Mysql.Data Client?

    Greetings.. hope you guys are fine? OK.. i am using MySQL.Data client/library to access and use MySQL database. I was using happily it for sometimes on quite a few project. But suddenly facing a new issue that causing me hold on my current project. :( Because current project makes some (looks...
  3. SiamIT

    Resolved Fix 7zip.dll integration in C#

    i was trying/finding for a solution that i can use unzip/extract 7zip file natively in c#.. till now i was trying 7zdec.exe (console) application that i can invoke using process command. but it's not that user friendly as i need to track the progress properly on front end (my app/form/window)...
  4. SiamIT

    Question Showing Console Output On Label Is Not Working

    Greetings, i am just trying to show the console output to label text. but it's just not working.. i have tired hours and hours of this and that but none is working.. and now came here for support here is the code i have tried so far: private static void ExecuteCLI(string[] args...
  5. SiamIT

    Question Make A Windows Printer (Virtual Printer) Bluetooth Discoverable

    Greetings.. For a project, i need to make a virtual printer on windows to be discoverable by Bluetooth so that mobile device can connect to printer and print anything from their mobile. virtual printer, will save the print as a PDF file, and my application will do the post processing...
  6. SiamIT

    Question Best Approach/Guide For Whatsapp Business API

    Greetings Everyone, We have developed retail software for our local market. A) My Business B) My customer/user who is using our software C) My Customer's clients/customer Who Getting the service of our software from our users. Currently my software allows to send order/service update from our...
  7. SiamIT

    Resolved Force Windows Default Message Display In English

    Greetings, I develop software for numerous clients around the world, and many of the clients is from non English country thus their computer Language is also non English. And sometimes, when my app face Unhandled exception it shows the error message with details. But problem is windows shows...
  8. SiamIT

    Adding Preview Support In File Open Dialogue

    Greetings.. after some search on google, i found that i can use Microsoft.WindowsAPICodePack.Shell to add custom controls on file open/save dialogue box as needed. so, i tried some, but i can't make it work to solve my purpose. I have added a button to preview music. But it throws a...
  9. SiamIT

    Generate Specific Printer Binary Data!

    Greeting, i am not sure if my title is perfect/good to understand.. but still here is the scenario.. there is a 3rd party software that save the selected printer on Printer setup dialog into registry.. but not in a very common way like the printer name, instead they save some hex/bin data to...
  10. SiamIT

    Resolved At Design View, Form Does Not Showing Any Control

    Greeting, i have manually convert a vb.net design file to c# file. though it's working/showing fine on run time.. but on design view it's not showing anything (controls) this is how it looks like on design view: And this is how it looks likes on run time: after many hours of trying i...
  11. SiamIT

    Multithreading Throws Files Is In Use Excepton

    Greetings.. i am using following codes to run multiple threads at a time to get data from different links and save the data to different file as well. As the file name/path is different for each loop? i don't understand why it throws following exception: The process cannot access the file...
  12. SiamIT

    Question Redirect Print To Similar (Duplicate) Printer

    Greetings.. here is the issue with the printer.. i (my client) is facing.. Say i have printer, setup and connected with the following name: MY_BEST_Printer The issue comes in when I unplug the USB cable and after some time plug, it back in it windows adds a new duplicate copy of the same...
  13. SiamIT

    Question Anyone Have Printer++ Latest Version?

    Greetings, i am looking for printer++ for one of my project task. but it looks like they (original site) have retired the project and turned into a bigger commercial project. i even tried to contact them for the latest printer++ version? but they was not helpful.. :( so, i request if any...
Back
Top Bottom