1,302 Posted Topics

Member Avatar for muzmub

that's good idea vashini, you can also make some image enhancements, use DIP in security, or develop advanced OCR for most complicated languages like Arabic,....

Member Avatar for Sadun89
0
290
Member Avatar for Blaine Tuisee
Member Avatar for Michael_Knight

Quote from daniweb Most of people on daniweb can't express their problem. Quote from life Just smile, tomorrow is better.

Member Avatar for happygeek
0
1K
Member Avatar for AniWeb

If this database resides on the server, type its name and use your suitable authentication options and select target database from databases downlist.

Member Avatar for lianpiau
-2
1K
Member Avatar for Ramy Mahrous

Here's I wrote some code to move controls on the form 1- Assign (Control_MouseMove, Control_MouseDown, and Control_MouseUp) to the controls you need it movable.

Member Avatar for vigor
2
1K
Member Avatar for jainendra.shah

You can create your viewer to text files by using control like RichTextBox and use .LoadFile method which takes text file path Or Using default text file editor on client machine by call [icode]Process.Start(filePath);[/icode]

Member Avatar for Amit Dhemar
0
194
Member Avatar for basma.lm

Do you see the ReportViewer control when you're trying to add them to the toolbox?

Member Avatar for kickingbird
0
126
Member Avatar for Ramy Mahrous
Member Avatar for nmakkena
Member Avatar for pvtam2a
0
184
Member Avatar for Tseegii
Member Avatar for sayeevani
0
187
Member Avatar for chesnutsy

In your case don't use [auto number] rather generate it yourself in your front end application.

Member Avatar for max_krauzer
0
114
Member Avatar for Ramon78

In your dataset you can add some queries or paramatized queries and pass the value of its variable(s) at the runtime, on your DataTable right click then Add query and go through it.... Concerns Textbox you should do some process on the data return from database before showing them on …

Member Avatar for jas@yahoo.co.in
0
1K
Member Avatar for srikanth2321

Why [iCODE]counts[i] = 0;[/iCODE] it's initialized by default. and this too [iCODE]c1[i, j] = 0;[/iCODE]

Member Avatar for srikanth2321
0
129
Member Avatar for zachattack05

You're not replicate to take care about auto increment indexes... did you try backup and restore then faced any problem?! If you ask about how to backup it... you can build SSIS package to backup the database with any logic and create job to execute this package.

Member Avatar for Ramy Mahrous
0
207
Member Avatar for Steve_Jones

Look you can't do that... unless you may run a service to open all files so user can't open\copy or do any operations on those files (I don't recommend it) You may save images as binary so user can't access it, but still any operations applicable on them.

Member Avatar for Ramy Mahrous
0
101
Member Avatar for ramlisarip

[code] ShellExecute hWnd, "explore", "C:\whatever", _ vbNullString, vbNullString, SW_SHOWNORMAL [/code] I got it from [URL]http://vb-helper.com/howto_shellexecute.html[/URL]

Member Avatar for mhine.jhuniane
0
455
Member Avatar for anam_nazir
Member Avatar for freshfitz
Member Avatar for DaveTran
Member Avatar for shazzy99
Member Avatar for Joysokn
0
158
Member Avatar for srujanac#

I believe ASP.NET forum is better for such questions [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for kvprajapati
0
279
Member Avatar for bojomojo

Using SMO library you can modify your database objects, here's a sample [url]http://www.codeproject.com/Tips/43900/Creating-SQL-Server-Login-programmatically.aspx[/url] but to do something a bit different but I'm sure you'll get it. I believe there's something in your design to avoid redesign everytime, be sure your system is scalable enough and try another database design.

Member Avatar for Ramy Mahrous
0
127
Member Avatar for venu.net143

[url]http://www.telerik.com/community/labs/telerik-code-converter---convert-vb-to-c-or-c-to-vb.aspx[/url]

Member Avatar for Ramy Mahrous
0
140
Member Avatar for Romil797

Change email.Body to [iCODE]email.Body = "<body background=\"@@IMAGE@@\"> </body>"[/iCODE]

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for gracea

You can't take input from Grid, rather you can use some controls to pass value to SELECT statement and what returns is the Grid's DataSource

Member Avatar for santhosh6am
0
66
Member Avatar for serkan sendur

A great article which makes you understand when to use abstract classes and when you use interfaces Interfaces: [url]http://fci-h.blogspot.com/2008/03/oop-design-concepts-interfaces_05.html[/url] Abstract classes: [url]http://fci-h.blogspot.com/2008/03/oop-design-concepts-abstract-classes.html[/url]

Member Avatar for Sam.ars
0
1K
Member Avatar for Ramy Mahrous

Here's I wrote some code to validate user input without using if\else statements. I believe in scalability is the most important aspect in our problems solution. Let's say we are required to permit only numerics in some text boxes; we shouldn't develop something like that [iCODE]if(((e.KeyChar < '0' || e.KeyChar …

Member Avatar for ADias-Jayasinha
0
369
Member Avatar for Yogesh Sharma
Member Avatar for shazzy99

Very easy... Project->Add Reference->COM tab and look for the Microsoft Word X.x Object Library Use ApplicationClass class. Enjoy...

Member Avatar for Geekitygeek
0
258
Member Avatar for oliyide

Can you please move your thread to ASP.NET Forum to get lots of answers [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for melbenmartin
0
356
Member Avatar for peter_budo

C# on MSDN: [url]http://msdn2.microsoft.com/en-us/vcsharp/default.aspx[/url] [code] pictureBox1.Image = Properties.Resources.[image name]; [/code]

Member Avatar for kkais
0
10K
Member Avatar for mssarwer

What happens when you run the application? Controls appears or not? if yes try to remove the form from the solution then get it from recycle bin to the solution folder add existing item and select it.

Member Avatar for nick.crane
0
8K
Member Avatar for manjusaharan
Member Avatar for Ramy Mahrous

I don't like the sign... It should be visible by default not just when I over my mouse on someone profile picture!

Member Avatar for happygeek
3
200
Member Avatar for shazzy99

After the last "." get the string is after you may have file, its name readme.program.user.txt!! It's the time to play with string class, you can also use regular expression and you can use FileInfo.

Member Avatar for kia_mls
0
204
Member Avatar for jitupatil_2007
Member Avatar for Geodude0487

Create table for recipe (name, description, avg. time to do it, how to make it etc..) Create table form ingredients (name, etc..) Create bridge table for both tables (DB concepts) It's almost done! Make a program to connect to this database search on (recipe name or recipe description) and show …

Member Avatar for bbman
0
165
Member Avatar for onlinessp

System.IO.FileSystemInfo helps you [url]http://msdn.microsoft.com/en-us/library/system.io.filesysteminfo.aspx[/url]

Member Avatar for tanor
1
111
Member Avatar for eso

You can use "using" or fullnaming methodology Namespace.NestedNamespace.ClassName [CODE=C#]using Microsoft.Office.Interop.Outlook;[/CODE] Sample [url]http://www.codeguru.com/csharp/csharp/cs_syntax/operators/article.php/c14293/Microsoft-Outlook-Integration-with-CNET.htm[/url]

Member Avatar for Ramy Mahrous
0
2K
Member Avatar for tan123

First I recommend to ask this question in ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url] Second Why to retrive the 7000 records? those records a result for something? search result of example? if yes you should get them 10 by 10 or X by X where X < 100 Session in your case is …

Member Avatar for tan123
0
138
Member Avatar for danieldot

Sorry, but what's the expected response? give me input\output to figure it out. or read [url]http://fci-h.blogspot.com/2010/05/how-to-consum-rest-based-services.html[/url] and configure it to work on simple web request.

Member Avatar for sknake
0
333
Member Avatar for evefan

It may help you [url]http://bytes.com/topic/c-sharp/answers/258712-forcing-explorer-close-open-windows-c[/url]

Member Avatar for evefan
0
73
Member Avatar for akronymn
Member Avatar for griyshvarya

Look... You should write the query to have the question answer. SELECT Question, ...., Answer, then you set the navigation property of the Dynamic Link created to the [Answer] column returned -Here I suppose you're using DataGridView- if you tell me how the database looks like, definitely I'll help you …

Member Avatar for griyshvarya
0
137
Member Avatar for disablealex

Then you've to read in Introduction to OLE DB [url]http://www.functionx.com/vbnet/oledb/Lesson01.htm[/url]

Member Avatar for Ramy Mahrous
0
202
Member Avatar for sdhawan

I didn't get it! can you please clarify! If you want to handle two buttons click in one handler you set the event handler for each of which by its properties window to button_Click method. [CODE=C#] void button_Click(object sender, EventArgs e) { Button clickedButton = (Button)sender; if(clickedButton.Name == "Button1") { …

Member Avatar for sdhawan
0
219
Member Avatar for sdhawan

[CODE=sql] SELECT words FROM TableWords WHERE date = @date [/CODE] [CODE=C#] SqlConnection dbConnection = new SqlConnection(CONNECTION_STRING); string commandString = "SELECT words FROM TableWords WHERE date = @date"; SqlCommand commandStatement = new SqlCommand(commandString, dbConnection); commandStatement.Parameters.Add("@date", SqlType.SmallDatetime).Value = DateTimePicker1.Value; DataReader results = commandStatement.ExecuteReader(); .... [/CODE]

Member Avatar for sdhawan
0
125
Member Avatar for sdhawan
Member Avatar for NH1

So, you have Child Form which opens from the button... you'll implement the event Form Closed of the Child Form to execute this piece of code [CODE=C#]yourButton.Enabled = true;[/CODE]

Member Avatar for NH1
0
14K
Member Avatar for judithSampathwa

CellBeginEdit [CODE=C#] private void dataGridView1_CellBeginEdit(object sender, DataGridViewCellCancelEventArgs e) { MessageBox.Show("User began editing the cell"); } [/CODE]

Member Avatar for Ramy Mahrous
0
76

The End.