.net

  1. Taiizor

    FYI .NET WinForms UI/UX Component Library

    Welcome to ReaLTaiizor ReaLTaiizor is a UI/UX component library. It allows you to make modern designs using the various components it offers. Usage Step 1:Add a reference to ReaLTaiizor or search for ReaLTaiizor on the NuGet; Install-Package ReaLTaiizor Step 2:Enjoy designing Examples...
  2. S

    Choosing a Server-less Database for a Desktop Application

    I'm about to start coding a Windows Form application using Visual Studio 2019. The application will provide hobby collection management and a few other hobby related functions. Since it will be used mostly (if not entirely), by non-technically savvy adults without any IT infrastructure or...
  3. R

    Question How to start exporting data to an excel file from a particular row of excel sheet?

    Hi everyone, I am trying to export the data to an excel file which has a template like this: I want the data to be inserted from the 3rd row without affecting first two rows same as here But in the actual output first row is being overwritten by column names and data is inserted from...
  4. R

    Question How to apply template on excel file exported using oledb ?

    Hi, I have exported data into excel file using oledb since I cannot use interop or any third party library. Here is my code ''' <summary> ''' Export datagridview's data contained in an data table to excel file ''' </summary> ''' <param name="dataTable">DataGridView's datatable</param> '''...
  5. robert54

    How to handle an error in TSQL and take control of the stored procedure

    I never have learned error trapping in T-SQL. Darn. Sometimes curl.xget in SELECT @JSON = curl.xget(null, ''+@GETSTRING+'') INSERT INTO [pcrd].[stg1_fredSeries] ([SeriesCode] ,[realStartTime] ,[realEndTime] ,[observationDate]...
  6. J

    Unable to download file from https server

    Hello Everyone, I download file from my website using url https://www.example.com/abc.txt and through my.computer.network.downloadfile command. However it is working fine in all version of Windows except XP. In Windows XP it gives error connection was closed by server. What can I do ? How to...
  7. C

    Parsing Splitting Website Text to Label-Textbox

    <html><head></head> <body> <div style="width:638px; margin-left:-1px;"> <center><br /><img class="store_header" id="store_top" name="store_top" src="" /><div class="store_sub_header"> <span class="yellow_glow_40">Some Text</span> <div class="white_black_glow_24">...
  8. S

    .Net Developer Opportunity in St. Louis

    Bullhorn in Clayton, MO is looking for a talented .Net Developer to join our team! As a key member of the development team, the .Net Developer will collaborate with product managers, developers and quality assurance engineers on the specification, design and development of world-class software...
  9. J

    Senior Developer (C# .NET) with PL/SQL experience needed in Houston, TX

    Seeking a Senior Developer with Oracle backend experience for a contract-to-hire position with a gas & oil company in Houston, TX. Please submit resumes to mmspindler@jupgroup.com. IN-PERSON interview required. Enterprise Senior Developer: The position is a programming role with a heavy...
  10. S

    Crypto Obfuscator For .Net 2015 released

    LogicNP Software is pleased to announce the release of Crypto Obfuscator For .Net 2015 which provides superior code protection, obfuscation, optimization and automatic exception reporting for your .Net assemblies. Crypto Obfuscator combines powerful obfuscation, encryption and optimization...
  11. N

    my detailsview is going to the default value when insert event is cancelled

    my details view is linked to the selected value of a drop down list. it all works fine, but when the details view enters insert mode, one of the things that happen in the code behind is clearing the drop down values. If dvRecipeItem.CurrentMode = DetailsViewMode.Insert Then...
  12. 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...
  13. P

    Question Displaying MdiChild ToolStrip into MdiParent during runtime.

    I have an MDI application containing an MdiParent form and few MdiChild forms. The MdiParent has a fixed MenuStrip, a fixed ToolStrip and a fixed StatusStrip. The MdiChild forms have one or more ToolStrips and a StatusStrip along with other controls in them. The ToolStrips and the StatusStrip of...
  14. S

    Crypto Obfuscator For .Net 2013 R2 released

    LogicNP Software has released Crypto Obfuscator For .Net 2013 R2 which provides superior code protection, obfuscation, optimization and automatic exception reporting for your .Net assemblies. Crypto Obfuscator combines powerful obfuscation, encryption and optimization techniques to provide the...
  15. S

    CryptoLicensing For .Net 2013 R2 released.

    LogicNP Software has released CryptoLicensing for .Net 2013 R2 which is a licensing, copy-protection, activation and hardware-locking solution that actual works! This secure yet easy-to-use solution supports .Net, Windows Forms, WPF, Silverlight, Windows Phone 7, Compact Framework, Mono, Mono...
  16. S

    EZShellExtensions.Net v2013 Released

    LogicNP Software has released EZShellExtensions.Net 2013 which enables rapid development of Windows shell extensions to .Net. Develop context menu extensions, property sheet extensions, infotip extensions, thumbnail extensions, "Send To" extensions, icon extensions, overlay icon extensions...
  17. S

    EZNamespaceExtensions.Net v2013 Released.

    LogicNP Software has released EZNamespaceExtensions.Net 2013 which is a framework for fast, painless and easy development of Windows Explorer namespace extensions in .Net. Namespace extension development is notorious for its difficulty, subtleties and for the sheer amount of work and time that...
  18. S

    CryptoLicensing For .Net 2013 released.

    CryptoLicensing for .Net 2013 is a 100% .Net solution to add licensing, copy-protection, activation, hardware-locking and usage-reporting capabilities to your .Net, Windows Forms, WPF, Silverlight, Windows Phone 7, Compact Framework, Xbox and XNA apps and libraries, Mono Android and ASP.Net web...
  19. Si24

    Question Retrieving and displaying images on a website

    I'v been having a bit of issues being able to retrieve my images that have been saved to a mysql database. I have managed to save them but I need to know how to display them as soon as it was saved to the database so that the user knows when it was saved. Here is my code so far : This...
  20. S

    Crypto Obfuscator For .Net 2013 released

    LogicNP Software has released Crypto Obfuscator For .Net 2013 which provides superior code protection, obfuscation, optimization and automatic exception reporting for your .Net assemblies. Crypto Obfuscator combines powerful obfuscation, encryption and optimization techniques to provide the very...
Back
Top