.net

  1. binga30

    Navigating between forms inside the application

    Hi, I have a question about applications created using windows forms. I made a simple app, that has 4 forms. When navigating between the forms which I do with buttons, I notice that the window appears to close and then open a new one. It is visibly noticeable. I have seen many other c#...
  2. J

    Question How can I open the Internet Browser when I click on a link in the WebBrowser control?

    Hello, In my application I have a WebBrowser control that I use for viewing Html formatted email messages. But when I click on a hyperlink inside the WebBrowser when viewer an email message, the link will be opened inside the webbrowser control. What I actually want is forcing my application to...
  3. P

    Question Is disposing a local brush variable necessary?

    MSDN recommends disposing any variable of type System.Drawing.Brush before its last reference is released. Otherwise, the resources it is using will not be freed until the garbage collector calls the Brush object's Finalize method. As we know, local variables are destroyed automatically when...
  4. J

    C# / VB.NET Excel component - GemBox.Spreadsheet 3.7

    GemBox.Spreadsheet is a C# / VB.NET Excel component for easy and efficient Excel file processing in .NET without Microsoft Excel. GemBox.Spreadsheet 3.7 supports reading XLSX, XLS, ODS and CSV formats and writing, creating and converting to XLSX, XLS, ODS, CSV, HTML, PDF, XPS and image formats...
  5. J

    C# / VB.NET Word component - GemBox.Document 2.1

    GemBox.Document is a C# / VB.NET Word component for easy and efficient Word document processing in .NET without Microsoft Word. GemBox.Document 2.1 supports reading DOCX and HTML formats and writing, creating and converting to DOCX, PDF, XPS, HTML and image formats. GemBox.Document has...
  6. cognite

    Looking for .NET C# Developer

    We are looking for a strong experienced .NET C# Developer with 2+ years of experience and good communication skills. Who are we? Cognite is comprised of a team of highly skilled software and web development specialists. We are passionate about what we do and we have a track record to prove it...
  7. Snehashree

    Question Differentiating between legal and illegal use of the class library

    Scenario: I am developing a class library integrated with 'X' licensing solution. I would provide the dlls and this license certificate to my customer. They can use these dlls to create their own components / applications which will be distributed to their end users. I want to restrict these end...
  8. A

    Jr. NET Developer Position in San Francisco, CA!

    My direct client a Brokerage company has a direct need for a Jr .NET Programmer. Location: San Francisco, CA! Duration: 6+ month contract Salary: Open Start Date: ASAP Job Summary: The candidate will assist us in building out our Bond Dashboard application, a front-end application for our Fixed...
  9. E

    How to open file location from list view item using context menu strip?

    Here is list of things I want to do: Display context menu strip only when mouse is over the item and right clicked on it, the code I have for that is this: private void contextMenuStrip1_Opening(object sender, CancelEventArgs e) { if (listView1.SelectedItems.Count ==...
Back
Top Bottom