1,302 Posted Topics

Member Avatar for sanbal

Start->Run->regedit and based on the location you register the dlls go, and edit them..

Member Avatar for Ramy Mahrous
0
103
Member Avatar for karhong

Sure, cast it to ShapeControl because Control class doesn't contain Growing property. [code=c#] private void Grow(object sender, EventArgs e) { Shape controlAll = (Shape)sender; controlAll.Growing = 50; } [/code]

Member Avatar for Ramy Mahrous
0
424
Member Avatar for csy
Member Avatar for FaridMasood

[url]http://www.microsoft.com/com/default.mspx[/url] If you don't get anything, send your questions..

Member Avatar for Ramy Mahrous
0
89
Member Avatar for Gaurav arora

You can manage enabling and disabling items according to user cerdentials, when user logins into your system get its type (Admin, user,...) and then make switch case, in case of User's type is user so CreateUser.Enable = false....

Member Avatar for Gaurav arora
0
121
Member Avatar for ShreyaTrivedi

The .exe and .dll should be beside each other, you may don't have the permission to run the application.

Member Avatar for AmirBedair
0
106
Member Avatar for Gaurav arora
Member Avatar for ChaseVoid
0
94
Member Avatar for almon

SQL Server Express Edition (Free version) supports remote connections but the version with limited functionallity. but also MySQL has libraries for .net connectivity something like ADO.NET for SQL Server and ODP for Oracle.

Member Avatar for Ramy Mahrous
0
104
Member Avatar for ninjaneer

Look there is System.Threading namespace which contains a lof of classes concern threads. But if you in situation which can't use managed code and enforced to work with unmanaged code you need import those dll (assemblies) to your project (which developed in .net environment).

Member Avatar for ninjaneer
0
208
Member Avatar for mzd12111

Question subject not like question body, so you need to draw in windows or web-bases application?

Member Avatar for Ramy Mahrous
0
86
Member Avatar for thijscream

Just make your button control access modifier [B]public[/B], then handle second form closing event to enable the button by your code.

Member Avatar for thijscream
0
2K
Member Avatar for nidhsek

Use regular expression to extract some string from the long string (HTML message), give me an example and may I help you by give you regular expression pattern to extract data by.

Member Avatar for nidhsek
0
109
Member Avatar for dskumar_85
Member Avatar for Ramy Mahrous

For whom works in big software houses, I want to know what the difference among different job positions like infrastructure architect, stratgy architect, solution architect, markting specialist, system analyst, business analyst, pre-sales specialist, Team leader, project designer, Junior and Senior developer, .... Explain please the main tasks for each, and …

Member Avatar for Ramy Mahrous
0
144
Member Avatar for Acidburn

You can create any project type and put in your windows forms by referencing System.Windows.Forms.dll

Member Avatar for vuyiswamb
0
182
Member Avatar for angelsherin

Don't use ArrayList, for your example; better to use generics, as you know what datatypes to store. [code=c#] Class Category {} Class Book : Category{} Class Mobile : Category{} List<Book> books = new List<Book>(); List<Mobile> mobiles = new List<Mobile>(); List<Category> cat = new List<Book>(); [/code]

Member Avatar for Ken Sharpe
0
114
Member Avatar for thiswayup
Member Avatar for gouki2005

This an example [code=c#] foreach(char c in str) { if(c .... //your condition } [/code]

Member Avatar for Ken Sharpe
0
99
Member Avatar for M.Allam

@Zmariow That's very easy, I remember some of my friends did this before as a fun project. and we in Egypt developed a lot of system to control all home devices :D

Member Avatar for Ezzaral
0
302
Member Avatar for karthik_cud
Member Avatar for Gold dragon
0
96
Member Avatar for Siten0308
Member Avatar for Ramy Mahrous
0
94
Member Avatar for gouki2005

[code=c#] Stack<int> numbers = new Stack<int>(); int x = numbers.Pop(); int y = 5; number.Push(y); [/code]

Member Avatar for Ramy Mahrous
0
84
Member Avatar for gibookrishnan

You can use SQL Server Compact edition, but I don't know if there's open source RDBMS for smart phones or not.

Member Avatar for gibookrishnan
0
724
Member Avatar for longhorn75

There are programs used to get .net assemblies code, like decompile or discsharp [url]http://aspnet.4guysfromrolla.com/articles/080404-1.aspx[/url]

Member Avatar for Ramy Mahrous
0
106
Member Avatar for emilio

I wrote post regards this talks generally about how to make form's controls movable(you can drag and drop) just take a look [url]http://fci-h.blogspot.com/2008/05/how-to-make-your-controls-moveable.html[/url]

Member Avatar for emilio
0
104
Member Avatar for raj.k.chaddha

I think Crystal report project under Microsoft Visual Studio IDE give a functionality to export your repots in many formats one of them is .pdf

Member Avatar for Ramy Mahrous
0
35
Member Avatar for madhu_raju76

Develop your logic as class library (.dll) then add reference to from your GUI application or the application it depends on.

Member Avatar for Ramy Mahrous
0
54
Member Avatar for arupa
Member Avatar for Jx_Man
1
102
Member Avatar for edrrit
Member Avatar for nerden

Say you've button, when user presses on it fills the grid with the data filtered with your critria, OK? So, on you button click event handler write this code [code=c#] this.table1TableAdapter.FillBy(this.myDataSet.myTable, new System.Nullable<int>(((int)(System.Convert.ChangeType(textbox1.Text, typeof(int)))))); [/code] N.P: My critria was integer value sorry but I don't know VB.NET code :)

Member Avatar for nerden
0
187
Member Avatar for Gaurav arora

Random class helps you, but your problem is easier than generating random number and so on. what you need is to detect Mouse.X and Mouse.Y and change the location of button to be out this area.

Member Avatar for Ramy Mahrous
0
98
Member Avatar for chmendell

To convert string to float [code=C#] string numberAsString = "50.5"; float floatingPointNumber = float.Parse(numberAsString); [/code] To convert string to integer [code=C#] string numberAsString = "50"; int number = int.Parse(numberAsString); [/code]

Member Avatar for Ramy Mahrous
0
95
Member Avatar for dlayante
Member Avatar for Aigini
Member Avatar for Jx_Man
0
93
Member Avatar for mariocatch

Please, send me your project on [email]RamyMahrous@gmail.com[/email] I'll debug it and tell you the problem [B]en shaa ALLAH[/B]

Member Avatar for floydus
0
3K
Member Avatar for dlayante

I can't debug your code or even read it, to make it easy, inform us with error raises when you run the code.

Member Avatar for JerryShaw
0
98
Member Avatar for kavithabhaskar
Member Avatar for jainendra.shah
Member Avatar for angelsherin
Member Avatar for Ramy Mahrous
0
70
Member Avatar for ultra vires

Better ask it there in ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Ramy Mahrous
0
85
Member Avatar for justapimp

Better ask it there in ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Ramy Mahrous
0
95
Member Avatar for dlayante
Member Avatar for ku4n

Is Test123 static method??! if not you should initiate instance first from Testing class [code=c#] Testing _testing = new Testing(); _testing.Test123(); //Test123 should be public [/code]

Member Avatar for Ramy Mahrous
0
139
Member Avatar for Blaine Tuisee

ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Ramy Mahrous
0
88
Member Avatar for sireesha.c

Just get the description textbox user enters description into and pass it. [code=c#] int HowManyOccurance(string str, char charToSearchFor) { int numberOfOccurance = 0; CharEnumerator ce = str.GetEnumerator(); while(ce.MoveNext()) { if (ce.Current == charToSearchFor) numberOfOccurance++; } return numberOfOccurance; } { if(HowManyOccurance(yourTextBox.Text, '\n') <=10) MessageBox.Show("Correct"); else MessageBox.Show("Please make it shorter, just 10 …

Member Avatar for Ramy Mahrous
0
139
Member Avatar for SubProf

You can parse your webpage and extract URLs from using Regular Expression, then displaying them as list

Member Avatar for SubProf
0
83
Member Avatar for swathi.ch

Use this sample [url]http://fci-h.blogspot.com/2008/04/how-to-save-image-in-sql-server.html[/url] but modify it to work with documentation files, just read in FileStream

Member Avatar for JerryShaw
0
227
Member Avatar for SubProf
Member Avatar for rinoa04

That's for sure, let the main form to be the start and in it constructor call the login form after valid login close it, the application won't close.

Member Avatar for JerryShaw
0
307
Member Avatar for joeyan

The End.