blah blah blah is here! blah blah » Close

0
votes
0 answers

C # windows application develoment for controlling a robot

[b]Dear code project members, I'm a very beginer in Visual C# and I would like you to help me with this problem, which is too simple for a high level community like you but very difficult for me. The problem: I have a text file which ...

0
votes
0 answers

How to block c# form app for a certain amount of time

Dina
15

Hello everyone, I have a c# form application and it's password protected (the user enters his name and password and the application checks if this name and pass are in the database then the main form appears) ...I wanna make when the user e ...

0
votes
1 answers

Help with a c# application.

[b]Okay so I'm doing a general exercise to prepare for an exam. The exercise is:[/b] [i]"Create a class called Employee that includes three pieces of information as instance variables—a first name (type string), a last name (type str ...

0
votes
1 answers

Debug an embedded application

Quick question, We have an app we developed that fits into another application (an embedded app). Is there a way to debug at runtime the embedded application. We don't not test in visual studio because we can't. We have to run the a ...

0
votes
1 answers

PDF printer and .NET application

Hi, I was wondering is there a free pdf printer that could be called from a .net application with parameters for file name, file savepath. Kind regards

2
votes
12 answers

Loading millions of rows of data from MySQL database into C# application

I have to load in millions of rows of data from MySQL database into a C# application. It takes more than 5 minutes for the complete set of data to be loaded. Does it make sense to do multi-threading for my case? If yes, how should I do it? ...

0
votes
0 answers

Execute an XBAP application.

I am following the codes from http://blogs.msdn.com/b/tolong/archive/2006/12/27/how-to-embed-video-into-wpf-application.aspx I can run and execute the application from Visual Studio itself, it is able to load in the static image (test. ...

0
votes
0 answers

modular application

what is the best way to develop a modular application i want to build and application that allows me to install the required functionality only, just chose the modules required during installation and go ahead... any references, hi ...

0
votes
1 answers

Check For Updates

eeboy
499

A lot of applications have a drop down menu item which allows the user to check for software updates. Is there a standard method for this? If so, what is done behind the scenes? Are they downloading a small file via FTP which details the re ...

0
votes
1 answers

Deploy C# application with MySQL

I have a C# application that update MySQL database. If I want to deploy that application to other client machines, do those client machines need to be install with MySQL also? for those client machines without MySQL install, it gives the ...

1
votes
1 answers

Read-only properties

Hi I'm doing a school work in a console application, I'm not sure if I maybe misunderstand the question. Here it goes: Create class Rectangle. The class has attributes length and width, each of which defaults to 1. It has read-only prope ...

0
votes
1 answers

C# Video & Audio Application

How easy is it to create such a video and audio application in C#? I would need Video and Audio to be transferred from one notebook to the other in real-time, over Local Area Network. Any sample code is fully appreciated. thanks. A ve ...

0
votes
1 answers

How to count page-viewed number

sanjib
226

I have this code in my Global.asax file [code] void Application_Start(object sender, EventArgs e) { // Code that runs on application startup Application.Add("clickCount", 0); }[/code] I have code ...

-1
votes
2 answers

how to make my appln to look in professional way.!??

what i'am asking is that.., i'want my appln to install to C:\Program Files\... and also i'want to add it to appwiz.cpl (control panel -> Programs and features).., also reply how to UnInstall the software from appwiz.cpl.., plz hel ...

1
votes
1 answers

Explain how the web applications are considered stateless?

sanjib
226

How or why is the internet (web applications) considered to be in a stateless environment? What does it mean to be stateless?

Feedback