Click here to Skip to main content
15,890,282 members
Everything / Application

Application

application

Great Reads

by Christoph Buenger
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
by Graeme_Grant
This article comprehensively covers the Microsoft ClickOnce Installer with a bare bones WinForm/WPF C#/VB Silent Updater framework plus covers how to implement, troubleshoot, test locally, to release.
by Evoluteur
A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
by pdoxtader
Learn how to view a remote machine's file system using your own explorer like window, and transfer files and folders by dragging and dropping in C# using the TcpComm TCP library

Latest Articles

by Graeme_Grant
This article comprehensively covers the Microsoft ClickOnce Installer with a bare bones WinForm/WPF C#/VB Silent Updater framework plus covers how to implement, troubleshoot, test locally, to release.
by vblover Programmer
Adding ContextMenu's MenuItem to the SystemMenu of Form in Windows Forms Application
by Satya Karki
This article describes the options to restore and backup database in SQL Server and explains how to Export BACPAC from SQL Server Management Studio.
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

All Articles

Sort by Title

Application 

26 Jul 2013 by ChopzModz
Hello, I am having a really big problem that is bugging me, and it seems like it only needs a simple change, but I don't know what! I am using Visual Studio 2010.Here is my code:private void checkBox1_CheckedChanged(object sender, EventArgs e){ if(checkBox1.Checked) { ...
26 Jul 2013 by Thomas Daniels
You should add a bracket { after the else keyword. You should also add another bracket at the end of your method:private void checkBox1_CheckedChanged(object sender, EventArgs e){ if(checkBox1.Checked) { FlashingName = true; timer1.Enabled = true; ...
26 Jul 2013 by OriginalGriff
Yes. It's missing!Your method must start, and end with a "}", but I suspect from the indentation, that what you've actually done is forgotten the opening bracket of the else condition:private void checkBox1_CheckedChanged(object sender, EventArgs e){ if(checkBox1.Checked) { ...
27 Jul 2013 by ChopzModz
Basically, I looked further up in my code and where there were different "}", you just have to add more at the bottom of your code, but in line with them. Hope this makes sense :)private void checkBox1_CheckedChanged(object sender, EventArgs e) { if...
19 Aug 2015 by Agarwal1984
Hello,"reference to unknown project 'abc' ignored" error is coming, when i created new android app project in xamarin studio.I can't create app.Please help me.How can be resolve this issue.Thanks in Advance.Ankit AgarwalSoftware Engineer
18 Jun 2021 by FullStackVale
Issue: IN windows form Application, Application is deployed on three server, on two server same users are able to access the feature of application. But when users try to access same feature in the application remaining one out of three server ...
29 Sep 2019 by lovinlife045
I wrote a C# application and am trying to launch it on an XP box.I complied with x86 option and changed the exe properties to run on XP SP3 but I keep getting the error:".exe is not a valid win 32 application"The app was written in Visual Studio 2012Any idea on how to make it run?
21 Jun 2013 by Thomas Daniels
Hi,Have a look here:http://stackoverflow.com/a/16460035[^]
21 Jun 2013 by Mike Meinz
In your C# project, under Properties / Application, set the Target framework to something other than .NET Framework 4.5.
28 Nov 2012 by s.dewang
Hello, When i add CrstalReport1.rpt item to my Windows Application, it becomes .mht file How to use rpt in this application on Visual Studio 2010. Please let me know step by step how to overcome this problem ?Thanks & RegardsDewang Sharma
28 Nov 2012 by Yasir Farooq
You download and installhttp://www.businessobjects.com/jump/xi/crvs2010/default.asp[^]and it also provide in your .mht
28 Nov 2011 by dartfrog
HI ALL, I faced a problem with my VB.NET application. sorry, i need to explain what ismy application work as firstly. i used array, timer, module in my application. when i runmy application in my laptop, there is no problem. i also try to my friends laptop no problem also....
20 Jan 2011 by Abhinav S
Make sure the correct .Net framework is installed on your notebook.
28 Jan 2011 by Luis Lazo
IT seems like some sort of issue with permissions on that computer, are you sure you are running as administrator?
14 Jan 2014 by ASP.NET Community
IntroductionnAML (.NET Application Modeling Language, pronounced as “namel”) is a visual modeling semantics to model .net applications with wide
3 Oct 2016 by Saineshwar Bageri
In this article, we are going learn to create an application that works online and offline.
3 Jul 2020 by Marc Clifton
With ASP.NET, there's DLL "mirroring", so one can update a DLL without stopping the application pool for the website. With .NET Core apps, it does not appear that such mirroring occurs (so I've read on SO when I researched this issue) and I'm...
3 Jul 2020 by Richard Deeming
I tend to use the app_offline.htm file, which takes the application off-line, combined with a batch file. app_offline.htm: Application Offline ...
26 Oct 2020 by Matteo Prosperi
How to plan changes that go into the next version of your library in order to safeguard the experience of your existing users
26 Oct 2020 by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
4 Jul 2014 by s4code
need common ODAC for windows (xp, Win7,Win8)
4 Jul 2014 by Mehdi Gholam
You can find it on Oracle's site : http://www.oracle.com/technetwork/topics/dotnet/downloads/index.html[^]
28 Oct 2015 by Member 12094025
I hope you could help me in this weird user dependent issue.In a .NET windows application we have a functionality, which inserts one record by clicking a checkbox in that form.This functionality works perfectly in all user machines except one.When that user tries to click on checkbox...
28 Oct 2015 by bmw318mt
Ensure that dotNet framework used for compiling the application is installed on the user's PC
5 Nov 2016 by #realJSOP
This is not the place to go if you want someone to write code for you. I think I can safely say that nobody here works for free.This is a programmer's web site. I'm assuming that you think you're a programmer. If you can't come up with "any idea" on your own, maybe you should reevaluate your...
5 Nov 2016 by Patrice T
We do not do your HomeWork.HomeWork is not set to test your skills at begging other people to do your work, it is set to help your teacher to check your understanding of the courses you have taken and also the problems you have at applying them. Any failure of you will help your teacher spot...
5 Nov 2016 by johannesnestler
from the context you gave this is a homework about some special technique (LINQ) you learned in your lesson, your teacher want's to see you understood.I think you possibly made the studend/course thing before, so you may expected build up your solution on previouse lessons code.So even if...
6 Nov 2016 by Kats2512
this is not even a proper question. all I can see is:0000000000000000000000 00000000000000 0000000 0
20 Feb 2014 by Sacha Barber
WPF: Version II of my 100% Reflective class diagram creation tool.
19 Jan 2015 by JatinKhimani
Develop a web application in 3 layer architecture code style
27 Dec 2012 by ASP.NET Community
Hello Everyone,This is my first article. Here I am giving you a brief intro about developing an application in 3-tier
14 Aug 2015 by Sergey Alexandrovich Kryukov
Consider using Universal Platform with Microsoft Visual Studio: https://www.visualstudio.com/en-us/features/universal-windows-platform-vs.aspx[^].—SA
6 Jan 2011 by mkowlowitz
5 F-A-Qs regarding project management and project management software
18 Nov 2020 by DoingWork
Dear Friends My Main application is 32-bit application. It is limitation due to some third party DLLs that I can't convert it to 64-bit. Now I have created a new 64-bit library project and compilation is successful but on application startup it...
17 Nov 2020 by Richard Deeming
You can't load a 64-bit library in a 32-bit process, or a 32-bit library in a 64-bit process.
17 Nov 2020 by TheRealSteveJudge
Please have a look here: Process Interoperability - Win32 apps | Microsoft Docs[^] There it is said: On 64-bit Windows, a 64-bit process cannot load a 32-bit dynamic-link library (DLL). Additionally, a 32-bit process cannot load a 64-bit DLL. ...
18 Nov 2020 by RickZeeland
Here is a possible solution: How do I use 32-bit dll in 64-bit app?[^] But it does not look very robust to me, another option might be to split your application in a 32 part (with all the legacy dll's) and a 64 bit part and let them communicate...
18 Oct 2012 by Freeze24
Hi,how can I get a list of the applications which are shown in the Windows taskbar? It's also important that the applications in this list have the same order as in the taskbar.I've tried it via EnumDesktopWindows in user32.dll and filtered the result by using IsWindowVisible, but there...
28 Nov 2013 by john1990_1
i want a way to block candy crush for my daughter to studyhow can this be done? (in whatever way)
28 Nov 2013 by OriginalGriff
Start with Google: Parental Control Applications[^]But good luck! I suspect that most kids know better than most parents, and can bypass anything they put in...plus, there is the "if you ban it, it makes them want it more" syndrome! :laugh:It might be more productive to talk to her and...
7 Dec 2015 by Ernesto Pabalan Jr.
Hello guys,I have a question. I have 5 computers, the 4 computers are installed with attendance system and the other computer is installed with SQL server 2014. When the users trigger the program simultaneously is there any disturbances on the system like hanging of the other computer or...
8 Dec 2015 by ZurdoDev
There is no way we can answer this because we cannot see the code nor your network. However, SQL server can handle many connections so unless someone wrote really poor code, it should be working fine. We would need a lot more info from you if you want anything more specific.
24 Feb 2014 by CPallini
You might have a look ath this CodeProject article: "Remoting with GUIs"[^].
17 Jul 2017 by Patrice T
Quote: Because no one replied to my threat. May be helpers are getting tired to answer your questions. You posted only 6 questions about the same thing, just a different aspect or detail. Reposting the same question again and again just upset helpers here. May be you should explain exactly...
17 Jul 2017 by Richard MacCutchan
How to: Move a File in Visual Basic | Microsoft Docs[^].
31 Jul 2014 by SrikantSahu
This tip can be used to know more about how dojo templated widgets can be created and used inside a portlet programmatically.
17 May 2012 by Ahmed Charfeddine
A Websocket protocol implementation atop the ush Framework real time library plus a demo example featuring four types of communication workflows between the HTML5 web client and the server.
6 May 2010 by LittleYellowBird
It would take a lot of time for someone to go through all your code and try to track down the problem for you, it would help a great deal to isolate the problem further and post a smaller section of code. Also, I notice there are no comments in the code, this also makes it harder for...
21 Jun 2023 by terrable
I have a project that I've been struggling with. Half of my program works and the other half doesn't but there aren't any errors.Process A and B work but C D AND E do not. Can someone please help me. Here is what i'm trying to doPerformance RequirementsWrite a program that will perform...
14 Nov 2013 by naflas
I know there are plugins available in the market for wordpress that converts the wordpress site to native mobile apps which can put on google play store and apple store( ios, andriod and windows).For example wiziapp.Is there a free plugin available to do this task?Nowadays...
7 Feb 2014 by Member 10579369
Search in Google for this article, it should help: "5 Plugins To Turn WordPress Into A Mobile App" also try Appifier. Beware that Native is where the app resides on the phone and can be used offline with no internet connection. I believe HTML5 apps require an internet connection and are called...
30 Dec 2011 by Richard Chambers
A small function library for managing a file containing data records that have unique keys or indexes.
20 Dec 2015 by shijo joseph
An easy to implement yet powerful logging library which requires absolute zero learning curve
30 Jan 2012 by Dirk Bahle
UI and code-behind is executed in different threads. Long running processes need asynchronous execution. This artice shows a way of doing this in a ViewModel approach.
18 May 2017 by Jon Campbell
How to utilize WCF to allow a single instance of any WPF application without needing mutexes, extra assemblies, or special "hacks".
16 Dec 2018 by Praveen Raghuvanshi
An application explaining the basic implementation of Autosave feature
20 Apr 2015 by Raj Nakkiran
How to manage multiple versions of device drivers and with multiple versions of applications, which share common operational contracts.
30 May 2012 by Murray Brooks Davis
How to make a simple, end-to-end, mobile, Java enterprise application including a RESTful web service and an Android client.
26 Apr 2011 by Sudheesh.P.S
AsyncFile is a small wrapper class for simplifying the usage of asynchronous file APIs.
19 May 2013 by Nino_91
I want to create stand alone application or a web based add-on for Mozilla or Chrome that can access the notice board of my institute, gather relevant data based on specified search-fields and display the results as a feed. The notice board posts links of notices which can be opened in the...
19 May 2013 by Richard MacCutchan
How to use HttpWebRequest and HttpWebResponse in .NET[^], may give you some ideas about how to get started.
23 Aug 2020 by Jin Vincent Necesario
In this article, we'll explore the world of C# attributes.
4 Jun 2012 by shivprasadshetty
This can run on the intranet or locally by hosting it in the IIS.whats the problem?
4 Jun 2012 by Sandeep Mewara
Lazy!It does not work like this here.Here is what is expected of enquirers:1. TRY first what you want to do! You may find that it's not that hard.2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues.Members will be more...
21 Jun 2020 by Leif Simon Goodwin
WPF docking window manager library
26 May 2012 by lordkhan
Hey everyone..im have troubles on something which is desktop applications..im looking for information about what is desktop application and what is + and - sides of it..i couldnt find good documentations..can anyone help me please..
26 May 2012 by Nelek
A desktop application is an application that runs locally and stand alone in a desktop or laptop computer. Contrasting with "Web-based application" which requires the Web browser (and usually an internet connection) to run.I know is not much, but... could you use "improve question" and give...
26 May 2012 by Sandeep Mewara
Have a look at these discussions:MSDN: Designing for Web or Desktop?[^]Advantages of web applications over desktop applications[^]Web apps vs desktop apps[^]Desktop Applications Vs. Web Applications[^]
26 May 2012 by Anurag Sarkar
Desktop applications are installed on PC/LAPTOP & then you can work on them it can not be used by several users. Unlike Web Application.Thanks
6 Dec 2013 by Member 10383649
hi friends i take one data grid in that i bind data with database.in that db i created 4 fields.after entering the data it will displaying in the grid,in that db i given datetime field.if i select fromdate to todate the data has to display in the grid.how to select data form todates...
6 Dec 2013 by member 8888995
Use DateTimePicker to get dates.Write a query like thisSELECT somecolumns FROM table WHERE somecolumn >= '2013-12-01' AND somecolumn
27 Dec 2010 by herry00742
hello every one.....i just want to develop mobile application using C#....can i do that? if yes then how can i do that????/
27 Dec 2010 by #realJSOP
I don't know if you've heard, but there's this new thing available on the internet called a "search engine". The one that seems to be gathering the most use is something called "google". I know, it's a funny name, but from all reports, it seems to work.
18 Dec 2013 by Vivek.anand34
Dear Friends,private void textBox1_TextChanged(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(); conn.ConnectionString = "Data Source=192.168.1.4;Initial Catalog=ParamBills;Persist Security Info=True;User ID=sa;Password=login"; ...
18 Dec 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
You can do one thing.Take one HiddenField and store the TextBox value in it inside the TextChanged Event. Something like below...private void textBox1_TextChanged(object sender, EventArgs e){ if(String.IsNullOrEmpty(hdnField.Value)) { hdnField.Value =...
18 Dec 2013 by phil.o
Execute your procedure in the Validated event handler, rather than in the TextChanged one; as you already have been told, recreating a DB connection and query everytime a new character is entered in a TextBox is a design issue, it will make your application less responsive and annoying, from a...
30 Jun 2017 by Mohideenmeera
Change the Modifiers to "Public" of the Label Property.... That would help you to achieve the task...
20 Oct 2015 by teekay99
I want to run mobile app on web just like whatsapp (https://web.whatsapp.com) using QR code. Any tutorial link etc? I will be thankful to your help
6 Jul 2016 by Kishor-KW
I want to access private constructor in other class. Can it is possible through chaining of constructor. I tried following code for it but it is not allowed. in following code i declared variable k1=1 in class then change it in private constructor k1=2. when i create a object of other...
6 Jul 2016 by Dave Kreskowiak
You can't. Private means that it is only accessible inside the class it's declared in.You've also got a couple of variables reversed in your constructor that takes an int as a parameter. It should be: public Program(int k) { k1 = k; }
6 Jul 2016 by User 59241
You should first address the design of your classes if you find yourself in this situation.c# - Why do we need a private constructor? - Stack Overflow[^]Here is a hack using reflection that you may wish to try:Accessing a Private Constructor from Outside the Class in C# - Stack Overflow[^]
29 Jan 2010 by myGuid
My Windows desktop app shares settings between Windows users, so I keep a settings file under AllUsers Application Data (wherever that might end up). All works fine on WinXP but on Vista/7 I find that only Windows Administrators can change files this area. I don't yet provide a manifest so...
29 Jan 2010 by Tony Richards
I wouldn't suggest playing with ACL at installation time: if you app is installed in a business environment, for example, the changes may fail.Be careful about putting things in your installation folder as well. If your program ends up in Program Files, you could end up with the same...
31 May 2013 by Sergey Alexandrovich Kryukov
Here is the idea: who needs MDI, ever? Why torturing yourself and scaring off your users?Do yourself a great favor: do not use MDI at all. You can do much easier to implement design without it, with much better quality. MDI is highly discouraged even by Microsoft, in fact, Microsoft dropped it...
18 Mar 2017 by Member 12679636
I've seen many solutions to secure my desktop application using c# like dongles usbtoken but in fact i don't have enough budget is there any opensource that i can use using a flash drive but i want it to be a real security something like hasp.What I have tried:I've seen many solutions to...
18 Mar 2017 by Afzaal Ahmad Zeeshan
Then provide a read-only USB stick that contains the executable, and provide a function that checks if the executable is currently inside a removable storage or not, if in a removable storage then run otherwise halt. You can check by having a look at the path where executable is, and finding out...
18 Nov 2012 by PrabaPrakash
This Is my app code but my app mainly based on flash(swf file)..but while compiling i didn't get any error but my flash file is not playing i have big problem because complete my apps is based on flash C...
10 Jan 2012 by Mobile.Instinct
Hello,I have an MFC SDI Application that has the usual Document and View class associated with it. I am trying to incorporate another View in this SDI Application that will be displayed when selected as an option from the Menu. Could anyone suggest on how do I link this new View class to my...
11 Jan 2012 by DrBones69
Here[^] is a great article on MSDN to get you started adding views like a pro.-DrB
12 Apr 2012 by geice
I have looked in many places, but found no need WHATThe thing is, I have a TabControl TabControl and within thisobviously have TabPages TabPages and within these forms have, there isgetting my problem (noob), when I open a tab at a timeworks fine, but when I leave an open and open the...
18 Apr 2012 by Maciej Los
I wrote for you a simple class to add and removes tabs (with forms). The solution is not perfect... You need to remember: this is an example!Steps to achieve a solution:1) We need an interface[^]Public Interface IFormsInTabs Function AddTab(ByVal frm As Windows.Forms.Form) As...
19 Mar 2015 by Ratnesh Mani Tripathi
Thanks Sir It Works.I give 5 star Out Of Five Star.
18 Aug 2011 by venky_karthick
Hi ,I am using Embedded C program and i got output . I need to add that output of the C program exe in to .Net windows application Form. If i click that form ,that exe want to execute with ComPort . I have tried it will executing but it will not show the menu in that exe . It will Show blank...
18 Aug 2011 by version_2.0
//try this..Process.Start("Your exe name with location");
25 Jun 2016 by bhavikadb
hello,I Have a Table in Database with some columns and when I bind that table to Datagridview using dataset I want a Combobox and CheckBox to some Columns of Dataset and Others are Text/String. Also need to fire Events Of That Components. How can I achieve it?What I have...
25 Jun 2016 by RickZeeland
Here is an example that uses a BindingList, which can be adapted for database usage.The BindingList uses this class:public class dgvClass1 : ICloneable{ /// /// priority is not a propery, so it is not visible in datagrid by default. /// public...
10 Feb 2015 by Member 11442348
I checked option on Prerequisites to add framework 4.5 but not in add setup package
23 Dec 2013 by Gauri Bharde
actually i want to add parent node as well as child node in treeview at a time into treeview runtime.each and every parent node have one child node compulsoryMy requirement:1. when user clicks on add button.2. Panel display on screen,in that panel,there are two radio buttons,1 textbox...
23 Dec 2013 by BillWoodruff
It's holiday season, and I don't have the time/energy to ask further questions, wait for your response, copy, run, and analyze, your code, so: I'll just write a quick example of how you might implement what you describe, as I understand it now. It may not be exactly what you want, but,...