-
Began Watching What all IDE's can I use with C#?
Newbie programmer here. I want to really learn C#. Other than VS what other IDE's are there? -
Replied To a Post in What all IDE's can I use with C#?
If you want to really learn C#, then move on to the professionals in the same field so that you can get enough information on what you need to know. … -
Began Watching How to save informations in C#?
How to save informations in one dat. I think that is datebase or something. Please help me!!! -
Replied To a Post in How to save informations in C#?
If you require knowing how to save information in one data, please go through online information and it can offer you clear cut way on your any enquiry. -
Began Watching how to disable HTML button?
Hi Everyone, Thank you for viewing. I would like to check how to disbale HTML button in c#? Can anyone advise on this? -
Replied To a Post in how to disable HTML button?
search for javascirpt bookmarklets..... -
Began Watching benefits of a multiview
what are the benefits of using a multiview? -
Replied To a Post in benefits of a multiview
The multiview structure model is a strategy utilized within frameworks dissection to create arrangements and furnish associations with apparatuses to meet their destinations and distinguish the best gameplan. This model … -
Began Watching What is a delegate?
What is a delegate and how would I use it? -
Began Watching How to create softphone for video calling in C#
Hi all, I'm beginner developer and I want to develop a software telephone in .NET. I prefer C#. After some googling, I started to code in C# using the prewritten … -
Replied To a Post in How to create softphone for video calling in C#
The Mediahandler classes contain new media handlers for supporting feature taking care of. With respect to the sound, the feature help likewise has beneficiary and sender objects (Phonecallvideosender and Phonecallvideoreceiver). … -
Began Watching How to debug in Console C#
/ I want to debug this code but I can't? How can I debug it in console application using System; using System.Collections.Generic; using System.Text; namespace BucketSort { class BucketSort { … -
Replied To a Post in How to debug in Console C#
Now and then in a C# reassure application, you need to yield content to the support window for discharge manufactures, importance Debug.writeline() is not feasible. Possibly you likewise need the … -
Began Watching Define static
I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what … -
Replied To a Post in Define static
In general, dynamic means energetic, fit for activity and/or change, or strong, while static means stationary or settled. In machine wording, element generally implies equipped for activity and/or change, while … -
Began Watching How to secure connections over the internet?
I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would … -
Replied To a Post in How to secure connections over the internet?
Having a quick Internet association that is "constantly on" when you need to surf the Web is extraordinary for you, yet its likewise incredible for programmers from around the globe … -
Began Watching Best place to define an enum in C# ?
Maybe a bit silly question, but in one of my projects I needed an enum and I suddenly wondered what would be the best place for it to write it … -
Replied To a Post in Best place to define an enum in C# ?
enum is utilized to make numeric constants in .NET schema. All part of enum are of enum sort. There must be a numeric worth for every enum sort. The default … -
Began Watching What are interfaces used for?
What are interfaces main purposes and what features do they offer to give us a solid reason to use them? -
Replied To a Post in What are interfaces used for?
I think its helpful to make a stride back and contemplate the saying "interface" in a general sense. There are interfaces all over in programming. There are interfaces between layers, … -
Began Watching what is the difference between list and arraylist in c#?
what is the difference between list and arraylist in c#? -
Replied To a Post in what is the difference between list and arraylist in c#?
The difference is that you perform boxing/unboxing (throwing the string to question and bad habit verca) with Arraylist, and nonexclusive List<string> permits you to dodge it. Execution of non specific … -
Began Watching How to make an online database?
Hello, I have a website. I'm making a cafe management system. It's about to be ready. It can lock computers, unlock them for some time, use username and passwords, but … -
Replied To a Post in How to make an online database?
Database is made disconnected from the net to move its physical records. There can be numerous approaches to make a database logged off. In any case there are three primary … -
Began Watching Best practices for storing password?
Hi Everyone, Fairly new C# coder here. I'm currently writing a small application that will be deployed on several computers, each of which will need to connect to a remote … -
Replied To a Post in Best practices for storing password?
A password key is intended to secure a benefit against unapproved access from an aggressor. Keeping in mind the end goal to keep somebody from getting access get to, the … -
Replied To a Post in How to make Setup Project
You can't do that. There is no way other people can use your "project" without also having purchased and installed MS Access. If you want an all-in-one application with an … -
Began Watching How to find a word in C#
Hey everyone. In stumped. How would you take a string and verfiy it is a word? Example: String a = sldkjf String b = dog The results should be, "dog" … -
Replied To a Post in How to find a word in C#
Do you want to write this with nested loops, or will a canned solution using regular expressions do? Here's the regex version: // At the top of your source: using … -
Began Watching How to display ArrayList items in Listview?
Hi all, I have an ArrayList that contains 70 items. I would like to display these items in Listview. Therefore, I used the following code. However, When I press the … -
Replied To a Post in How to display ArrayList items in Listview?
Try replacing str.Length with counterOfArraylist. This is because you would like your loop to go through all the items in mcarraylist. -
Began Watching Tips for Better UI Designing
I have been developing window form applications for probably the last 4 or 5 years, and have drasticially improved my UI designing, which I am rather proud of, as it's … -
Replied To a Post in Tips for Better UI Designing
1. Continuously utilize adorable symbols, catches, and design. Everybody cherishes huge red hearts, pink bunnies, and yellow smily confronts. 2. Don't be reluctant to try different things with colors! 3. … -
Began Watching How to make Setup Project
Greetings I'm using InstallShield for deploying projects and I'm new in using it I need to know how to include some applications and executable files to be installed while installing … -
Replied To a Post in How to make Setup Project
There are two inquiries learning programming and learning java, once you learn programming you can code in any dialect however java respects begin , by method for joining both you … -
Replied To a Post in how to parse html file
Parsing HTML content without earlier interpretation of the HTML into an information structure is certain to be touchy to pages made in diverse ways. At the same time, HTML found … -
Began Watching how to parse html file
Hi everybody, I have a file with some tags like html. *<instance id="bass.1000000" docsrc = "BNC/A0C"> <answer instance="bass.1000000" senseid="bass%fish"/> <context> Try it with grilled sea <head>bass</head> and fennel. </context> </instance>* … -
Began Watching Program Ideas
Anybody have ideas for some basic python programs??? -
Replied To a Post in Program Ideas
Daniweb. It is where I get my projects for python. Some of the projects are for intermediate: daniweb.com/forums/thread3200
The End.