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...
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
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...
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...
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...
Really getting frustrated.
Every now and then the form designer removes my user controls from the form.
But some remnants of them remain in the Designer.vb.
Sometimes Going to the Tools Windows Form Designer and toggling the Automatically Populate the Toolbox will restore them.
If it doesn't...
I have read that UDF's in selects are bad.
Are all UDF's bad or does it depend on the UDF?
In the past I have used, but thought a UDF might be better because I format pone numbers in several procs.
Or maybe I should go back to formatting in .NET app.
SELECT Substring(CM.Phone,1,3) + ''-'' +...
Does anyone know of a solution for sorting a Data Grid View text column that contains a dash?
This is causing issues because it doesn't match the sort I get from SQL.
I googled some and found somebody that has same issue as me.
The Grid ignores the Dash for sorting.
Is there an option somewhere...
I have this connection string in my .Net app config file.
<add name="Ticket1.My.MySettings.TicketConnectionString" connectionString="Data Source=DS2\SQL14EXPRESS;Initial Catalog=Tickets;User ID=Ticket_User1"
This works from the server where SQL Express 2014 is installed.
It fails from another...
Is there a suggested maximize initial form size for forms in a windows form app?
I know it depends on the monitor the app is running on.
Don't want to make them too small to display my data or too big for most current displays.
Auguy
Sylvania/Toledo Ohio
Here is the rejection I'm getting.
Failed Recipient: Somebody@gmail.com
Reason: Remote host said: 550 5.7.1 [68.70.182.60] Messages missing a valid messageId header are not
5.7.1 accepted. m24-20020aed27d8000000b0031ed8c203f3si7715036qtg.266 - gsmtp
-- The header and top 20 lines of the...
I'd like to convert an Windows Forms MDI app to a Non MDI app to make multiple monitors available.
But I want to have multiple forms visible at the same time and would like to stick to Windows Forms.
Right now some of these forms open other forms thru code in the main form.
Example: An invoice...
I have a client running SQL 2014 Express accessed thru a .Net program.
There are a few users that remote into the server to run the program.
We are updating the server and I was thinking about moving to a newer SQL express version.
This will be a new install of SQL and will backup and restore...
I have a.Net program to send Office 365 Emails.
We sent about 15 in a two minute period the other day and most got blocked.
I'm sure we're not exceeding 30 per minute.
Using two different accounts as the From and Reply To.
Seems when we send to the same recipient more that once in a row they are...
As far as I can tell there is no easy way to do this due the old file formats.
Any advise on to how to accomplish this without a total rebuild form by form.
Dumb question, if I copy the controls from an old 2008 form to a form in a new project(2022), does the new form use the new versions of 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.