I have been asked to publishing my Windows Forms app for Remote Desktop.
The app is currently physically installed on their server.
Full disclosure I will admit I'm not exactly sure what they are asking me, Click Once?
Any input would be welcome.
Auguy
Sylvania/Toledo Ohio
Is this possible with the upgrade assistant?
Couldn't find any specific information this was possible.
Does anybody have any suggestions as how to get this done?
Auguy
Sylvania/Toledo Ohio
I created a Windows Forms VB 2022 app that uses RDLC reports.
I can't find a runtime version of Report Viewer for 2022 that I can use at my clients.
Does it exist or what can I use?
Can some body point me in the right direction?
Auguy
Sylvania/Toledo Ohio
Confused as to where I can set the assembly version in VB.net 2019 to automatic calculation?
In 2008 I set the assembly version in the AssemblyInfo.vb file as follows so it changes the version # when the project is compiled.
<Assembly: AssemblyVersion("1.0.*")>
I access it using this.
Public...
Be careful, if there is a time component of the date field you may not get all of the records for the ending date.
Found this on another websie.
keep in mind that the first date is inclusive, but the second is exclusive, as it effectively is '2011/02/27 00:00:00'
To get around this i use the...
Has anybody found any issues with running old vb.net 2008 apps on windows server 2019 or 2022?
I have it running and seems to be OK, but wondering if I'm missing something.
Auguy
Sylvania/Toledo Ohio
Found a way to set the width of a column.
You can set the size (Height & Width) in the properties of any text box in the column.
The entire column will then change to the width you set in the text box.
Seems a bit strange, but OK.
Auguy
Sylvania/Toledo Ohio
I've finally got the RDLC to work in 2022.
I do have on issue with the table(Tablix) on the report.
In the report designer I can change the column width with my mouse, but there is not a width property that I can find when I click on the column and view the properties.
Google searches suggest...
Thanks, I will take a look
I may have looked at that one and for some reason I thought it might not work on my old 2008 project.
But I will check it out.
Auguy
Sylvania/Toledo Ohio
I've seen a few programs to merge PDF files from a .net program.
All I need is a simple way to merge existing PDF files into one file from a VS 2008 project.
Does anybody have a recommendation for any of these programs?
Don't mind if I have to pay a reasonable amount.
Auguy
Sylvania/Toledo Ohio
Is anybody using DGVPrinterHelper (dgvprinter.dll) to print datagridviews?
I have been using it for quite a while with no issues in VB.Net 2008.
In 2022 it still works, but the preview window is much larger and the empty space around the print document is also much larger.
Is there a way to...
I'm confused about how add RDLC report creation and the viewer to my project.
I was a little worried when some of the info I found said it wasn't supported.
After some searching If found this...
Thanks, MS does it again!
I may move back to VS2019.
Having all issues in 2022.
Every time I make a change to a form in the designer I have to save and close it.
If I don't, then some of my user controls are missing and the app won't run.
Even if I make a small change like moving a control.
It...
Cannot change startup from Form to Sub Main
Windows Form App
Application Framework is not checked.
Only forms are listed under startup object
Module MainProc
...
Public Sub Main()
' Do stuff here before launching main form
End Sub
End Module
I have MainProc.vb in a folder under the...
Oops, my bad
I had copied the form files to the same folder and VS automatically added them to the project
But I'm still experiencing other issues like removing my user controls from forms.
Auguy
Sylvania/Toledo Ohio
OK, this is ridiculous.
Now I got this error
Two output file names resolved to the same output path: "obj\Debug\net6.0-windows10.0.2261.0\Maintenance2.MaintmasterForm.resources"'
Also I just changed the name of a panel and when I run the program that form is empty.
Cleaning and rebuilding the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.