I did some research around, some of the answers suggest using inpout32.dll, I tried it in C#, it always return 255 whenever I read from any address. sample code.
All I want to do is to read from 0x379 when my printer is power on and off, see if I can get two sets of different data, hence I can tell the printer is on or off!(I don't know if this will work, let me know if u know it won't work!)
If u happens to know any other way around to accomplish the task, please share it with me.
Related
I think a lot of you know the good tool crystaldiskinfo. I want to ask if there is a way to install the tool and get the value of helth in a C# tool? I want to read this value to transfer this in my web-admin-portal to get warnings if a hard drive / ssd have problems.
I dont find any informations about an API or anything else.
I do not know if you can help or not, but I will try)
I am writing a C # program that works with the Google Sheets API. I ran into a problem, namely: unfortunately very little information on working with the Google API :(
Now, I need examples of how the Google.Apis.Sheets.v4.Data.FindReplaceRequest request works, unless of course this is what I need.
The user enters data in the text field, after which the program must send a request to Google Sheets on Google Drive, find all the cells in which the entered data is located and delete or simply erase the lines with the coincidence of this data. I understand that FindReplaceRequest works best for this, but I can’t find an example of working with it, and in the directory at https://developers.google.com/resources/api-libraries/documentation/sheets/v4/csharp/latest/index.html very little information about this :(
I would be very grateful if you help solve this problem :)
Have a nice day!:)
I'd like to actually get some strings out of other programs and would like to display them on my program. On the picture, you'll be able to see it. If something is unclear, tell me. I'd like an advice on how to start on this - How I could get the data to my Form.
I've considered about finding out its address from something like Cheat Engine, but I'm not sure, whether that works and which address it might be exactly and stuff. Thanks in advance!
This did it: I've opened up Cheat Engine and tried to find the Address of my Level. I guess it was a 4 Byte value, so I searched for my Current Level. Each time I leveled up, I searched for a changed value. Only some addresses were left => Found the Address => Made a pointer scan on the address and found out the base address.
Afterwards I used "ReadProcessMemory" to read the Address its value. I put this in a timerloop which allowed me to refresh the level.
Hope this helps you guys.
I have to develop a data base for calling center, they have a software provided by the company. when ever they get a call the number of caller is shown in a minor screen inside that calling program.
I have to take that caller ID as input for my database in order to save and search the address and other information about user.
A friend told me about Auto IT that you can take this type of input but i want to create it in c #, i dont even know what to search for it. can someone point me to right direction ? or share some example
Edit: suggestion given by one as i have to use the image processing. Thats the only way to solve this problem. No other solution yet.
What about the auto IT, can we do it easily from that ? i really dont want to get in to image processing.
Ok, so I know this is a crappy question but it has been driving me crazy all day...
I have a bunch of files containing raw PCL6/PCL XL code from printing jobs run to our printers. What I need to be able to do is somehow parse them so I can search for specific text.
Does anyone know if this is possible or understand PCL enough to suggest a reason why even on basic prints from say notepad the raw text doesn't seem to be visible within the code?
I suppose I should mention, I need to be able to code this into my C# app. Manual converters or the ability to print the pcl is not going to do what I want.
#mcalex is correct, PCL 6 (PCLXL) is a compiled binary. You can't read it. You need something that can decompile for you. Pagetech have some solutions for this. You could also look to convert to some other format where the data might be more readable. If the source could be generated in PCL 5 or PS you "might" have a better chance or reading the data directly (although not likely).