The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm using VB.Net standard eddition. I tried your code example but where I'm declaring the following
Dim current As Process=Process.GetCurrentProcess()
Process gets underlined, like it's not accepting this setting.I also tried:
Dim current as Process
current=Process.GetCurrentProcess()
Still Process where I'm setting current=... is getting underlined. What is wrong?
Thank you.
PSPrakash S Syncfusion Team June 3, 2003 05:42 PM UTC
Hi Peter,
Make sure that you have the System.Diagnostics namespace referenced in your file. Other than that, not sure why you are having trouble with either syntax. Both seem to work fine on my machine.
Prakash
Syncfusion