1,302 Posted Topics

Member Avatar for bajanpoet

I think you use localization feature in your application and it doesn't recognize "en-CB" language.

Member Avatar for bajanpoet
0
342
Member Avatar for guest11

No, you're working on Class Library project, go to project properties and change Output Type to Windows Application.

Member Avatar for guest11
0
102
Member Avatar for bcm

I don't really understand you but I'll answer your thread subject and I am sorry I'll write code in C# as I don't know VB.net at all :$ [code] private int GetNumberOfControls() { //returns the number of control to be created } private void CreateTextbox() { TextBox textBox; for(int i=0; …

Member Avatar for Ramy Mahrous
0
451
Member Avatar for koushik513

Kindly go to this forum [url]http://www.daniweb.com/forums/forum14.html[/url] you'll find a lot of posts regarding final year projects aka Graduation Projects.

Member Avatar for Ramy Mahrous
0
46
Member Avatar for guest11
Member Avatar for Ramy Mahrous
0
60
Member Avatar for guest11

Try to install .net framework again or send me your project to test it. My email: [email]ramymahrous@student-partners.com[/email]

Member Avatar for Ramy Mahrous
0
74
Member Avatar for PoovenM

That's a type of reflection methods in JAVA, actually C# treats with System.Type not System.Class like [code] Type[] types = new Type[10]; types[0] = System.String; types[1] = System.TextBox; ..... [/code]

Member Avatar for PoovenM
0
113
Member Avatar for Dha_King

Please Dha_King move your thread to ASP.NET forum to get fast help [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Dha_King
0
109
Member Avatar for koekie17

It maybe SQL Server was busy doning some jobs that's why, it executed this query in 14 seconds (I assume you running this query against table has records less than 100, 000) I don't deadly think that '*' the reason of that bad performance!!

Member Avatar for koekie17
0
68
Member Avatar for PoovenM
Member Avatar for Questions???
Member Avatar for Questions???
0
265
Member Avatar for WebDevGuru

You may find more help on MySQL forum [url]http://www.daniweb.com/forums/forum126.html[/url] :)

Member Avatar for nav33n
0
70
Member Avatar for ma7boob

Dear Ma7boob As I am MSP, so is your copy is legal?? you may don't have an legal copy so they ask for money for that but please. I am not going to talk about MS reputation but tell me your problem in details and I'll solve it with you …

Member Avatar for Ancient Dragon
0
219
Member Avatar for firen

You should separate the main thread from other threads as the main thread control GUI (e.g. buttons, menus,...) I didn't look at your code as I am sure I won't understand what you're willing to do... but whatever you create threads and they waiting each other and those threads far …

Member Avatar for alc6379
0
105
Member Avatar for potentialdesign
Member Avatar for Duoas
0
71
Member Avatar for GLT

Make ID column Identity and incremented by one each time. you won't insert it by your hand and it kept unique.

Member Avatar for Ramy Mahrous
0
73
Member Avatar for ChaseVoid

I didn't understand you, but you can do anything(anything logic) after creating table using "[B]alter[/B]" and in DB design we create the one table and after that the many tables..

Member Avatar for Ramy Mahrous
0
167
Member Avatar for reneeklo

[B]bandwidth problem[/B], try to return fewer rows or in another meaning the most needed!! [I]SQL Server not responsible for such lack in performance[/I]

Member Avatar for Ramy Mahrous
0
73
Member Avatar for amuluri

[code] SELECT distinct(ccno) FROM creditcardinfo [/code] Anything just ask!

Member Avatar for Ramy Mahrous
0
82
Member Avatar for partyanimal
Member Avatar for shalomng

[URL]http://www.daniweb.com/forums/thread7031.html[/URL] discuss with them

Member Avatar for mohanrobin
0
103
Member Avatar for ceyesuma
Member Avatar for sb7000
0
97
Member Avatar for Murkhunter

sorry do you mean that [URL]http://www.daniweb.com/forums/thread56903.html[/URL] ?

Member Avatar for Ancient Dragon
0
106
Member Avatar for MSC
Member Avatar for GRaymer

You remind me with graduation project days :) [code] public void GenerateKeyFile(string command) { ProcessStartInfo PSI = new ProcessStartInfo("cmd.exe"); PSI.RedirectStandardInput = true; PSI.RedirectStandardOutput = true; PSI.RedirectStandardError = true; PSI.UseShellExecute = false; Process p = Process.Start(PSI); System.IO.StreamWriter SW = p.StandardInput; System.IO.StreamReader SR = p.StandardOutput; SW.WriteLine(command); SW.Close(); } [/code]

Member Avatar for tostrinj
0
321
Member Avatar for lakshya

you can use Google API for search and then optimize\filter the results on your own

Member Avatar for kreitje
0
111
Member Avatar for kenneth17
Member Avatar for manoshailu
0
214
Member Avatar for seharmks

Use differential Backup... or you can use insert select like [code] insert into table1 values (select distinct a,b,c.. from table2) [/code]

Member Avatar for Ramy Mahrous
0
124
Member Avatar for kalimuthu.ttcpl
Member Avatar for kalimuthu.ttcpl
0
136
Member Avatar for jireh
Member Avatar for fishsqzr
Member Avatar for jamesrobb

let's use datatypes well, we just need timestamp: data type that exposes automatically generated binary numbers, which are guaranteed to be unique within a database. [B]timestamp[/B] is used typically as a mechanism for version-stamping table rows. So, you don't need to modify it, it's modified by SQL or Oracle engine …

Member Avatar for Ramy Mahrous
0
103
Member Avatar for yotobeats

Grant select, insert to [username] --for all tables Grant select, insert on [table name] to [username] -- for specific table Grant Create database, table to [username] -- give some permission to some users to DDL

Member Avatar for debasisdas
0
112
Member Avatar for bcm
Member Avatar for Ramy Mahrous
0
92
Member Avatar for angadsk

After filling DataSet (or DataTable) by Adapter, call a method (preferred to be in another thread) loop on DataSet (or DataTable) foreach row you'll stop the thread for 3000 ms [code] void Initilize() { // filling adapter // filling dataset (or datatable) // calling ShowRows } void ShowRows(DataSet (or DataTable) …

Member Avatar for angadsk
0
90
Member Avatar for omoz4real

switch...case Like [code] x = Console.ReadLine(); //try to parse.. //successed manage the first and last operand assginment //catch...that's mean you got a character +,-,*,/,A,B,..... just switch case of arthimatic operation and call appropriate method [/code]

Member Avatar for Ramy Mahrous
0
83
Member Avatar for tito_mbo
Member Avatar for koketa

Dear koketa; Please ask direct question because no one will read all you wrote; ask for example I've exception in lmlma how to slove it, I can't nither read your code nor understand it. just go around this forum and see how people ask Cheers :)

Member Avatar for koketa
0
161
Member Avatar for nameless

professionally: compare hosting prices and choose the minimum and about connecting with application, MySQL team developed libraries to work with .net to be like ado.net me: choose SQL Server it's my beloved RDBMS :)

Member Avatar for Ramy Mahrous
0
99
Member Avatar for iamthwee

I used it since the beta versions but I don't know if you can develop WPF, WCF, etc.. applications by the Express or not as I am using VSTS 2005/2008

Member Avatar for Infarction
0
94
Member Avatar for HLA91
Member Avatar for ksk1
Member Avatar for nice_true

Try Focus() not SetFocus I'm tryin' to help I use C# and for keypress, use text changed event handler and you'll get the key; e.Key

Member Avatar for Ramy Mahrous
0
135
Member Avatar for JaedenRuiner

if you want to sort using more than column use ListView and change its view to details.. you'd give the user the ability to sort by any column(s)..

Member Avatar for Ramy Mahrous
0
94
Member Avatar for rocky_jhonny
Member Avatar for Ramy Mahrous
0
73
Member Avatar for sunchica

grant all permissions to one of them and set for him/her username ana password while connection to database use the username and the password for connecting

Member Avatar for Ramy Mahrous
0
43
Member Avatar for Ramy Mahrous

Dear Daniweb community, First, I'd like to thank you for this great community. Second, I am wondering if this feature exists or not, is to give members ability to select some forums to be their favorite forums to easily check them.

Member Avatar for Dani
0
67
Member Avatar for scottgreen

if you used SP, it'd be better, as you could use variables and so on, and also for performance

Member Avatar for scottgreen
0
107
Member Avatar for praveenreddydun
Member Avatar for ramakrishna1987

where's you question? if you're interesting in robotics download robotics SDK from Microsoft and play with it, go to its forum see new ideas talk with experts and so on.

Member Avatar for Rashakil Fol
0
133

The End.