Search:

Type: Posts; User: Gloopy

Search: Search took 0.12 seconds.

  1. VS 2015 Re: Remove Carriage Return in MS Word using VB.NET

    Thanks for this info. The variable StrResult is not what Im inserting and hence this doesn't work. I have tried messing with the idea though as a means of resolving the issue with no success. ...
  2. VS 2015 Remove Carriage Return in MS Word using VB.NET

    Hi
    I have some code which allows me, via a list box, to create a single word file by inserting/appending a series of word files together. This is working well and I am able to generate a single...
  3. Replies
    7
    Views
    2,718

    VS 2015 Re: Hide DGV row with recursive procedure

    So with a bit more thought, I seem to have figured this out.

    I have created a list and added the node.text to strings to it. Rather than looping through the nodes one-by-one, I compare against...
  4. Replies
    7
    Views
    2,718

    VS 2015 Re: Hide DGV row with recursive procedure

    Just for clarity, I thought I'd add an image to show my error.

    155055

    My current code works through the nodes one by one. PBE_9__A_A.pdf is therefore hidden because it fails the test at the...
  5. Replies
    7
    Views
    2,718

    VS 2015 Re: Hide DGV row with recursive procedure

    Many thanks to you both for your comments and feedback.

    jmcilhinney, I have debugged this to death and couldn't work out where I was going wrong. everything looked OK yet rows were being hidden...
  6. Replies
    7
    Views
    2,718

    VS 2015 Hide DGV row with recursive procedure

    Hi,
    I am having some difficulty implementing a recursive procedure to remove rows from a datagridview. I have worked on this for the last 3 nights and cannot for the life of me work out where I am...
  7. VS 2015 Re: Get full file path to allow Process.start()

    Thanks all for lightning fast responses. Mike, your code is exactly what I could not get to work. Many thanks, it works perfectly. I will paste some finished code once its complete

    Steve
  8. VS 2015 [RESOLVED] Get full file path to allow Process.start()

    Hi,
    I have built a small app which searches my drive/folders for a certain file. The main directory will always be the same but the file file could be buried deeply in any subsequent folder. This...
  9. Replies
    1
    Views
    3,265

    VS 2015 [RESOLVED] Convert VBA to VB.NET

    I regularly use some VBA code within an Excel file to convert a chemical CAS number to a SMILES string. I didn't write it and all credit goes to the ChemCell team for coming up with it. My issue is...
  10. Replies
    11
    Views
    7,574

    VS 2015 Re: Time to Load App

    Thanks all. The break points helped greatly. I had a rogue call to Excel which was slowing things down. Once this was moved, the app opens in a flash.

    Thanks to all for the time taken to...
  11. Replies
    11
    Views
    7,574

    VS 2015 Re: Time to Load App

    Many thanks all. I like the idea of the stopwatch and the break points. I am not sure what you mean though by getgoals()?
    This is not something I am familiar with. Apart from inserting the text...
  12. Replies
    11
    Views
    7,574

    VS 2015 Time to Load App

    Hi,
    I have finished a project in VB.NET which is working well. My deployment issues (see separate post) have also been resolved following advise from this site and hence it is ready to go live. I...
  13. Replies
    11
    Views
    1,442

    VS 2015 Re: Deployment of app to windows 7

    Thanks all. It sounds like this ought to be very simple to fix with a framework update. Whilst simple, this is a little irritating as the IT group lockdown the PC builds quite tightly and hence...
  14. Replies
    11
    Views
    1,442

    VS 2015 Re: Deployment of app to windows 7

    Thanks everyone for your responses. I tried to run this today on a windows 7 machine and immediately encountered an issue! .NET 4.5 not installed ��.

    I guess I should have thought about this...
  15. Replies
    11
    Views
    1,442

    VS 2015 Deployment of app to windows 7

    Hi
    I've created an app in vs2015 and am now ready to deploy. This will be done by placing the relevant files on a shared network drive to allow remote use.

    When building the .exe, do I need to...
  16. Replies
    11
    Views
    1,633

    Re: VS 2015 New Database Project

    Thanks everyone. I did the installation yesterday after getting works approval and it didn't resolve the problem. I will continue to tinker!
  17. Replies
    11
    Views
    1,633

    Re: VS 2015 New Database Project

    Thanks Gary. That is what I am trying to do and it is giving me this error message. I am struggling with finding a next step.

    With a custom install of VS, I have started a new project (windows...
  18. Replies
    11
    Views
    1,633

    Re: VS 2015 New Database Project

    Many thanks. I will check this shortly. The app I have planned will not require much storage and hence I planned to create a LocalDb and build this into the app. My understanding was that VS...
  19. Replies
    11
    Views
    1,633

    Re: VS 2015 New Database Project

    So, I continue to struggle with this topic.

    Everything that I do is met with failure. Even the instructions that I follow from the MS site (below) doesn't work.
    ...
  20. Replies
    3
    Views
    771

    Re: Line chart grouped by week

    Thanks Kevin for the guidance. Knowing which methods I should be heading for is a big help. I will give your suggestions a go and see where I end up. It will take me a while but i'll post the code...
  21. Replies
    3
    Views
    771

    Line chart grouped by week

    Hi,
    I suspect this has a very simple answer, but can someone advise on how to plot a line chart where dates are involved. I have two columns in a dgv, one with sales info, the other with the date....
  22. Replies
    11
    Views
    1,633

    Re: VS 2015 New Database Project

    Thanks for the reply.

    So this is interesting. SQL server express is not installed or corrupt? I have not installed it my self and had assumed that VS 2015 did this when it was installed itself. ...
  23. Replies
    11
    Views
    1,633

    VS 2015 New Database Project

    Hi,
    Have recently finished my first VB.NET project, I am moving on to one which will require data storage via a database. I have immediately fallen at the fist hurdle when trying to add a service...
  24. Replies
    0
    Views
    1,389

    Plotting a Stacked column Chart

    Hi
    Can anyone advise on a method to generate a stacked column chart from the attached datatable. I am able to do this using code from one of my previous posts but cannot get the alignment right. ...
  25. Replies
    2
    Views
    1,539

    VS 2015 Re: Stacked Charts with VB

    Hi,
    In case anyone else finds a similar problem, this was my solution


    Private Sub Stack4()
    'This is perfect and plot the hours well!!!!!!

    If DataGridView3.Item(0, 0).Value...
  26. Replies
    2
    Views
    1,539

    VS 2015 Re: Stacked Charts with VB

    Thanks to everyone who has taken the time to view this query. If you have any advice on how to phrase the query to make it easier to answer please let me know.
    Steve
  27. Replies
    2
    Views
    1,539

    VS 2015 Stacked Charts with VB

    Hi,
    I am trying to build a dashboard tool for reviewing project performance and would like to insert a specific chart. I have been reading extensively to try to work this out and for every step...
Results 1 to 27 of 27



Click Here to Expand Forum to Full Width