How to make my device driver to be a inbox driver ?
Our team develop a network device driver, we have already obtained Microsoft's signature,and push it to Windows Update successfully. We want our driver to be a inbox driver which released together with...
View ArticleReading pdf !
can any body tell me how can we read and writ pdf using .net i m c# coder and i want to manipulate pdf files reading , editing and saving . please help
View ArticleExcel to PDF
Hi, I am looking for a MsExcel (.xsl and .xlsx) to PDF converter/library or API for my C# Application. Any sample code would be awesome. Thank You !
View ArticleReading a PDF File
I want to read PDF files programmatically from c# windows application.Is it possible and also is it possible to retrieve the some content from some specific location?cas
View ArticleWebpage to Pdf convertor
Is there any possible to convert current webpage into pdf in javascript or c#...
View ArticlePDF download and Save
I'm trying to download a PDF file then save it to a different server path programmatically. This code allows me to retrieve the pdf but I'm not sure how to save it once I get it.Any help would be...
View Articlereading pdf files component???
Hi, there is any component in .net to read PDF file to read some specific fields of the file, not the components made from 3rds (companys etc) because I remeber in some case I use a .net component to...
View ArticleAPI or DLL for PDF?
Is there a miscrosoft API or dll for creating pdf's without any glitches, been using itextsharp but it's unstable
View ArticleExit Application and application stops and does not dispose
Hello everyone, I got a problem in C#: in my application there are 2 serial ports communication and when I click on a button to exit whole application, I expect that application would exit but my case...
View ArticleMenu drop down appears at top left of screen
Vs2010 WinFormsIf when someone clicked a MenuStript Items MenuItem (like file, windows or help) you wanted the resulting dropdown to appear at the top-left of the screen instead of where it normally...
View ArticleAlternative to robocopy for C# .net applications
I was looking into internet about file copy tool alternative to Robocopy which has either .net API or can be invoked using command line but to my surprise I found only GUI based tools. :(My team mate...
View ArticleShare c# .exe
I have a very quick question again lol I made a c# console app, for a client of mine, but every time he runs it, it gives a warning about publisher unknown and that the app can be harmful. How can I...
View ArticleGenerate random ip addresss
I want to generate random 10 ip addresses, how?Example: 100@10.10.10.10; 200@10.150.180.10; 450@170.10.10.150// the code I got var random = new Random(); var chars = "0123456789"; var ips =...
View ArticleHow To Hide(Or Lock)File/Folder/Drive In C#
Hihow to hide file or folder or drive in c#?(Or Lock)GiliSoft File Lock:Best Application for file /folder/drive.Do Can in c# similar gilisoft hide file or lock file , So That Don't Show Hidden With...
View ArticleCreating a Tree data structure
Hi,I need to create a tree data structure using c#.I need to be able to add children to the structure, have a method that will retrieve all of the decendants for a given node in the tree and another...
View ArticleC# and Big-Oh notation
hello dear developers,I am a student and also still new to the .net framework. I just want to ask for your opinion or for any comment regarding the imporance of Big-Oh in the coding/programming...
View ArticleData structures in C#
Hi,I need some advice on the data structures to use in C#. My need is to construct a something like a code syntax tree. what would the embedded data structures in C# to use so as to ensure memory...
View ArticleSoftware Development Management Tools
Hi,Any good free software applications for managing software projects?I am new to concepts of scrum/agile so looking to learn how these work.Thanks!
View ArticleComo validar el TextBox que se encuentra dentro de un Repeater
Como puedo validar el TextBox con ID txtCodigoArticulo para saber si esta vacio, esta dentro de un Repeater y no me esta dejando tomar el id lo quiero validar con la función ValidaComplemento()...
View Article