Seiko Smart Label Printer 620 (SLP 620) barcode size printing
We recently purchased a Seiko Smart Label Printer (SLP) 620 and it came with some sample SDKs for C#. I am trying to integrate label printing into my application without using their Smart Label Creator...
View ArticleC# code to do SFTP of files
Hi alli don't know whether it's a right forum to ask this question.I have to download files from my SFTP server into my local machine.the code can be either VB.Net or C#.Net. please provide me the...
View ArticleC# DllImport from C++
I am currently importing an C++ DLL into C# and the calls are working successfully. However, I am wondering if do I have to three imports to get use all 3 functions you below utilizing the same DLL? Is...
View ArticleDisplay Cell Value Changes in DataGridView
I uppercase changes to values in the DataGridView. I even call Invalidate() to show the uppercase version of the value. The below code does not accomplish it. What do I need to do to make it work (ie:...
View ArticleSystem.MissingMethodException however the method IS there...
I have a form application that is relatively simple at this point.I have some methods like so: private void BugsGrid_DataBindingComplete(object sender, GridDataBindingCompleteEventArgs e)...
View ArticleError : must declare the scalar variable in C#
Must declare the scalar variable @code I tried with no dynamic query n its works , but when i tried to pass parameters send me that error , please help me Regardspublic void Insert() { ReglaController...
View ArticleHow to find the offsets of a string in file
Hi guys,I'm trying to search a large text file for a certain string and then ultimately replace that string with one of the same length, without making a whole new file. In order for me to write to the...
View ArticleC# Group by Sum
HiMy database table example below[Ratings %] is the column that i need to calculate and update.... A user can add a new movie from the front end so I'm looking to write a c# method to calculate the...
View ArticleHowdy need a tip with visual studio
howdy, im trying to know how can i access to visual componets in c# already downloaded the free version of visual studioim trying to make a windows form app, but i use to see buttons and text boxes and...
View ArticleWrite Json To Excel
Dear expertsi use following code to write a Excel file from .json file string ofilepath = @"E:\temp\Gst2-error.json"; OpenFileDialog fd = new OpenFileDialog(); fd.FileName = @"E:\temp\Gst2-error.json";...
View ArticleSend keystroke like OSK
Hello guys, how to send key stroke like on-screen keyboard does?Any guide or example to begin with.Thank you.Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no...
View Article[Windows Security] pop-up lost focus - CredUIPromptForWindowsCredentials
Dear All I have small program access to Shared Folder on another PC, my PC and Shared's PC have different domain. My program have [Check access] button, i will using this button to check connect...
View ArticleImplementing ItsPubPlugin in C#
I'm trying to extend my RDWeb environment to include user's personal desktops (non-virtual) as a RemoteApp icon. Currently we manually generate .rdp files for end-users to connect through an RDGateway...
View ArticleTask.Yield Method
I checked the description of the document: Creates an awaitable task that asynchronously yields back to the current context when awaited.Does it mean that await task.Yield is equivalent to...
View ArticleWPF - Videos
Morning all,I'm new to these forums so I'm hoping you can help me please.I've recently started working with C# in Visual Studio to build an application. I've got the majoirty of it in place however, I...
View ArticleConvert PDF to doc /word
Hi All, How to convert PDF file to Word document? using c#After conversion word document should be editable. Is there any ready made software available?(After conversion word document should be...
View Articlehow to change from TLS 1.1 to 1.2
i have .net application written in .net 4.0 and have win 2008 R2 server.need to change from TLS from 1.1 to 1.2.how can i change?do i need to change the .net framework to 4.5 to support TLS 1.2 or do i...
View ArticleUnexpected token append
I wrote a simple language translator application using IronPython and I call the python code via a C# console application. I tested the python code separately and it works fine. However, when I call...
View ArticleHow to import embedded exe and execute it ?
Hello everybody,I am new to c#, and i am making some simple application.I am using Visual Studio 2008 - windows form app I want to be able to include other exe to my project - embedded for example (Add...
View ArticleSaving a memory Game in C#
Hello,Who can help me to save a Memory Game in C#?I need to save the game with a button but i cant figure it out how ..Kind Regards.
View Article