Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Auguy
  • Content: Threads
  • Order by date
  1. Auguy

    Publishing For Remote Desktop

    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
  2. Auguy

    NET Upgrade Assistant WinForms 2008 to 2022

    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
  3. Auguy

    VS 2022 Winforms Report Viewer Runtime

    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
  4. Auguy

    VS 2019 Automatic Version Numbering

    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...
  5. Auguy

    Vb.Net 2008 App on WIndows Server 2019 or 2022

    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
  6. Auguy

    VB.net 2022 RDLC Report Column Width

    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...
  7. Auguy

    Merge Existing PDF FIles

    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
  8. Auguy

    DGVPrinterHelper and VS 2022 Community Editon

    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...
  9. Auguy

    VB 2022 Community Edition - RDLC For .Net 6.0

    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...
  10. Auguy

    VB.Net 2022 Community Edition - Sub Main Not Listed as Startup Object

    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...
  11. Auguy

    VB 2022 Community Edition - User Control Issue

    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...
  12. Auguy

    Using UDF In Select, Bad Idea?

    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) + ''-'' +...
  13. Auguy

    Data Grid View - Sorting a Text Column That Cotains Dashes

    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...
  14. Auguy

    Connection String in .NET program Config File

    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...
  15. Auguy

    Windows Forms Initial Size of Displayed Froms

    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
  16. Auguy

    Gmail Rejected For Invalid Message ID When Sending From SMTP

    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...
  17. Auguy

    Windows Forms MDI Alternative

    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...
  18. Auguy

    Move From SQL 2014 Express To Newer Version

    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...
  19. Auguy

    Office 365 SMTP Emails Getting Blocked

    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...
  20. Auguy

    Convert old VB 2008 Project to Version 2022

    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...

Part and Inventory Search

Back
Top