Search Results

Showing results 1 to 40 of 172
Search took 0.02 seconds.
Search: Posts Made By: Jugortha
Forum: C# Dec 6th, 2008
Replies: 8
Views: 963
Posted By Jugortha
The Uri type is not string so you have to implement the code as follow

webBrowser1.Url = new Uri( "file:\\webpage\Maphs v1.htm");
Forum: C# Dec 6th, 2008
Replies: 5
Views: 1,050
Posted By Jugortha
Are you sure about the path wheather it is right or not
Forum: C# Dec 5th, 2008
Replies: 17
Views: 1,657
Posted By Jugortha
http://msdn.microsoft.com/en-us/library/az4se3k1.aspx
Forum: C# Nov 24th, 2008
Replies: 6
hi
Views: 423
Posted By Jugortha
Ha ha ha
Forum: C# Nov 24th, 2008
Replies: 2
Views: 1,803
Posted By Jugortha
http://itextsharp.sourceforge.net/
May this library helps you to handle pdf using C#
Forum: C# Nov 16th, 2008
Replies: 3
Views: 1,530
Posted By Jugortha
Try this link

http://www.sqlteam.com/article/stored-procedures-returning-data

I think you have to mark the desired value to return with the OUTPUT keyword
Forum: C# Nov 16th, 2008
Replies: 2
Views: 403
Posted By Jugortha
Windows application is the desktop application like word excel those are windows applications
web application are simply the web site like dany web
Forum: C# Nov 15th, 2008
Replies: 2
hi
Views: 360
Posted By Jugortha
you can use a left join query to the table it self
Forum: C# Nov 15th, 2008
Replies: 20
Views: 29,690
Posted By Jugortha
C# free books (http://www.c-sharpcorner.com/Beginners/Default.aspx)
Forum: C# Nov 15th, 2008
Replies: 3
Views: 1,530
Posted By Jugortha
Why you don' use an UDF user defined function instead of a stored procedure
Forum: C# Nov 15th, 2008
Replies: 9
Views: 730
Posted By Jugortha
Good question!!!

if just a method or a member that is not implemented yet means that this class is abstract without need to use any other keywords to indicate that a given class is abstract for...
Forum: C# Nov 15th, 2008
Replies: 5
Views: 661
Posted By Jugortha
Not at all, you're welcome
Forum: C# Nov 15th, 2008
Replies: 5
Views: 2,000
Posted By Jugortha
SendKeys.Send("{your key code here}");
Forum: C# Nov 15th, 2008
Replies: 2
Views: 378
Posted By Jugortha
What is your request, do you need some help on doing a C# project for example?
Forum: C# Nov 15th, 2008
Replies: 5
Views: 661
Posted By Jugortha
If you have a class that leavrages your entire activity then you can implement IComparable interface method CompareTo() it is the best solution
Forum: C# Nov 15th, 2008
Replies: 8
Views: 815
Posted By Jugortha
If you are satisfied please mark the tread as solved

Happy coding
Forum: C# Nov 15th, 2008
Replies: 20
Views: 29,690
Posted By Jugortha
try this link it is for free and also consistant

http://www.c-sharpcorner.com/Beginners/
Forum: C# Nov 15th, 2008
Replies: 3
Views: 3,501
Posted By Jugortha
It is impossible to add a datagridviewrow to a data bound data grid, if you do you will recieve an exception at run time
Forum: C# Nov 15th, 2008
Replies: 5
Views: 661
Posted By Jugortha
Could you tell me what is your final purpose may I give you better idea
Forum: C# Nov 15th, 2008
Replies: 3
Views: 1,461
Posted By Jugortha
This is a sample using 4 columns id quantity unit price and a dynamically added column that caucates the total

for the grand total you have to add a text box at the bottom of the page and...
Forum: C# Nov 15th, 2008
Replies: 8
Views: 815
Posted By Jugortha
If you use the console to input data then use

Console.ReadLine() as follow

Say that you want to enter a string

Console.WriteLine("enter your name");
string Name = Console.ReadLine();
...
Forum: C# Nov 15th, 2008
Replies: 1
Views: 1,293
Posted By Jugortha
if you want video streaming

http://www.cogitance.com/files/videoprocessing/videoprocessing.htm

If you want to use webcam
...
Forum: C# Nov 13th, 2008
Replies: 4
Views: 451
Posted By Jugortha
Or simply you can use interfaces to play the role of bridge
Forum: C# Nov 13th, 2008
Replies: 2
hi
Views: 348
Posted By Jugortha
you can identify each assembly by its version

you can go the the assemblyinfo.cs within the project you will find there all information about a given assembly
Forum: C# Nov 13th, 2008
Replies: 2
hi
Views: 273
Posted By Jugortha
In addition to what LizR said You can create your costum exception too

ex:

public class OddNumbersExecption:ApplicationException
{
public OddNumbersExecption()
:base("Odd...
Forum: C# Nov 13th, 2008
Replies: 6
Views: 380
Posted By Jugortha
No, If you have the right tlb you have to
generate a dll file issued from it using the dotnet tool Regasm.exe
statr>all program>visual studio 200*>Visual studio tools>Command prompt
then
type...
Forum: C# Nov 12th, 2008
Replies: 2
Views: 3,082
Posted By Jugortha
In addition to what the charmant Antenka said
you can derive an object form the datagridview and ovveride the protected method OnCellValueChanged

to change the cell backcolor you can use the...
Forum: C# Nov 12th, 2008
Replies: 3
Views: 499
Posted By Jugortha
You can create an Isolated storage files within the flash and set the securitypermissions so that reading accessing and writting from and to that isolated storage file is under control
Forum: C# Nov 12th, 2008
Replies: 9
Views: 730
Posted By Jugortha
There are a didderence between abstract classes and interfaces, the abstrac classes are used to derive new objects, like humanoid that we could use to derive Persons, Monkey chid types

public...
Forum: C# Nov 12th, 2008
Replies: 2
Views: 366
Posted By Jugortha
A static method belongs to the class rather than to the objects of the class.

using System;
class MyClass
{
private static int x = 20;
private static int y = 40;
public static void...
Forum: C# Nov 12th, 2008
Replies: 4
Views: 2,526
Posted By Jugortha
It's very simple you can do this in one single line
First, include the System.IO;

if you have permission to read from files

string Contents = new StreamReader(path).ReadToEnd();
Forum: C# Nov 12th, 2008
Replies: 2
Views: 608
Posted By Jugortha
In the configuration file the *.config file make this modification using the binding redirect element to redirect your appliation to use the new version and it will work

<configuration>
...
Forum: C# Nov 12th, 2008
Replies: 3
Views: 382
Posted By Jugortha
when we go for webservices in .net webapplications? example plz?
2.what is mean by delegate and asynchronous delegate in .net
3.static method with example?plz

A web service is used like any...
Forum: C# Nov 12th, 2008
Replies: 3
Views: 526
Posted By Jugortha
You can also connect to the database using the connection wizard

Data>Add new data source
Forum: C# Nov 12th, 2008
Replies: 5
Solved: Bank Assignment
Views: 468
Posted By Jugortha
I'm totally agree with the charmant Antenka
Forum: C# Nov 12th, 2008
Replies: 2
Views: 379
Posted By Jugortha
OK, for the first question

The dictionaries are a sort of collections those
represent a collection of keys and values, each value corresponds to a unique key,


they could be used also in a...
Forum: C# Nov 12th, 2008
Replies: 11
Views: 951
Posted By Jugortha
ListBox.Items.Add(object element);
Forum: C# Nov 6th, 2008
Replies: 2
Views: 2,335
Posted By Jugortha
Ok, you can use the asynchrone mode of querying data instead of backgroud worker, I mean the application could request data meanwhile the UI is not going to be freezing I mean the user can interact...
Forum: C# Nov 6th, 2008
Replies: 12
Views: 1,098
Posted By Jugortha
Check if the remote server is not the server may be shut down
Forum: C# Nov 3rd, 2008
Replies: 3
Views: 492
Posted By Jugortha
Thank you ddanbe
Showing results 1 to 40 of 172

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC