Search results for query: *

  • Users: itms
  • Order by date
  1. I

    How to use a Unittest project?

    Hi, I have just taken over a project. The application is written in C# as a Unit Test Project, and it works great. I just do not know anything about working on this kind of project. I am used to using form projects. One of the things I need to do right off is being able to create an executable...
  2. I

    Open and write data to Edge

    Hi, I have been tasked to develop an application that will open the MS Edge website and then write data to the text boxes on the form. I have been researching and I found some basic code that I have below, that will open Internet Explorer and allow you to write to a text box there. I wrote the...
  3. I

    Question How to duplicate an selected row in a bound DataGridView

    Hi, Sorry if I dod not give enough detail here, as this concept is new to me too; but you are totally right in that the more info you have the better you can answer the question. it is a WinForms DataGridView. I am not sure if I am answering you right but I know it connects to a SQL Server 2012...
  4. I

    Question How to duplicate an selected row in a bound DataGridView

    Hi, I am trying to, through a context menu, give the user the ability to select a record in a dtaview grid and paste it in the grid as a new record. I have found very little on the web and the one thing that I tired errored stating that it can't copy a row into a bound grid. So if anyone has...
  5. I

    Trying to get the version numbers

    Hi, and thanks for the reply, but I have tried this and it does not work. If I have the if statement in there it just bypasses it. If I take them out I get the following: System.Deployment.Application.InvalidDeploymentException. Please tell me what I can do. Thank you
  6. I

    Trying to get the version numbers

    Hi, When I look in the control panel or in Properties for my Publish version I see 0.3.0.171 (for major, minor, build, and Revision). However, I want to display this on a form, and I have gotten tons of different codes online and if they work at all give me, v0.2.0.1. And it never changes...
  7. I

    Can not get the report viewer to show

    HI, and thanks for the reply. I do not know if it is a NuGet item, I just know it is one of the tools in the toolbox. However, I did get it from choosing items and in here it says it is version 14.0.0.0. ANd I did delete it and get it again, but it still does the same thing. Thank you
  8. I

    Can not get the report viewer to show

    Hi, When I drag the reportviewer (fom the tool box) to my form I should be able to see it, as I have seen in a number of sites; and then be able to click on the upper arrow and chose the report. However, when I drag it to the form it does not show to do this. Instead, it shows up under the...
  9. I

    How to assign a variable to a Checkedlistbox

    I found out that this is working, there is something else causing it not to show. So this is solved. Thank you
  10. I

    How to assign a variable to a Checkedlistbox

    Hi, I have a CheckedListBox that I am trying to assign a variable to and it will not go be the code that I know to use(shown below). I know it is not going because when it opens the form the field is blank. And I checked the variable is populated, and _PID is a global variable. Any help I would...
  11. I

    Issue with new certificate in ClickOnce Manifest and publishing my application

    Sorry if I am not explaining this right, it is on a shared network. So when I publish it has locks on the files so that none of the users can click on it and get the published application; as they were able to do previously. The message that I posted is what it gives when they try to do it. I...
  12. I

    Issue with new certificate in ClickOnce Manifest and publishing my application

    Hi Thanks The issue is that I can access the folder but the file is locked, so, unfortunately, this does not help. Any thoughts on a locked file? Thank you
  13. I

    Issue with new certificate in ClickOnce Manifest and publishing my application

    Hi, After issuing a new certificate in ClickOnce Manifest and publishing my application. My users are getting the following error when attempting to run the setup file. Does anyone have any idea what could be causing this? And what I can do? Thank you
  14. I

    Spell check for a textbox

    Hi, I am working in VS2017 and VB.net. I have been trying to find how I can get spell check for a textbox that I have on a form. The user types notes in here and I need it to underline the words and then give them the ability to correct the spelling; like you would have in Word for example. I...
  15. I

    Question question on drag and drop

    Hi, I have the following code, which works great, for moving a file from a folder to a control. However, my manager want is to also work if he drags it from an email. any ideas on how I can add to this code to get it to work with an email as well. Right now they have to drag it to the desktop...
  16. I

    Drag and drop PDF

    okay thanks
  17. I

    Drag and drop PDF

    I am sorry I maybe not explaining this right. We want to be able to drop the file in the control(and maybe it has to be a different type of control), and have it open to display the contents of the file. so, if it were a document (or a contract) it would show all the words of the document.
  18. I

    Drag and drop PDF

    Thanks, but I do not want the file path. I want the file to open in the textbox so the user can view it. They showed me things that does this so it can be done, I jsut cannot find anything onit. Thank you
  19. I

    Drag and drop PDF

    Hi, I have been looking all over for some info on this and cannot find anything; maybe I am not asking right. However, what I am looking to be able to go to a share (externally from) my app and drag a PDF file into either a list box or a textbox; and have it display the contents of the file in...
  20. I

    trying to write to a csvfile from a data set

    When I tried your code I get the following error Error: Unable to cast object of type 'System.Data.DataView' to type 'System.Data.DataTable'. Any ideas of what I need to do here? This is my current code that calls your function: Dim dt As New DataUtils Dim cn2 As String =...
Back
Top