5,346 Posted Topics

Member Avatar for manchi

[b]>i need its code[/b] Show us [b]your[/b] code please. We only give [URL="http://www.daniweb.com/forums/announcement61-2.html"]homework[/URL] help to those who show effort.

Member Avatar for kvprajapati
0
48
Member Avatar for pratikmehta9

[b]>How to Check whether the Exchange Server 2003 is installed on Target computer while making installer?[/b] You can get this with [URL="http://technet.microsoft.com/hi-in/scriptcenter/default%28en-us%29.aspx"]WMI[/URL].

Member Avatar for kvprajapati
0
59
Member Avatar for nasir.ud

[b]> I have successfully inserted a image from PictureBox control in binary format in that table field. [/b] Can I see that code?

Member Avatar for ddanbe
0
2K
Member Avatar for ~s.o.s~

Wishing all Proud Indians a very very Happy Republic day. Happy Australia Day to Aussies.

Member Avatar for vegaseat
1
206
Member Avatar for mikecole79

[b]>I did add a reference to the program when I wrote it, but shouldn't all of that be included in the .exe?[/b] Have a look at [URL="http://msdn.microsoft.com/en-us/magazine/cc164080.aspx"]MSDN [/URL]article.

Member Avatar for mikecole79
1
151
Member Avatar for lee.j.baxter

Maybe you know - [URL="http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.writeablebitmap.aspx"]WritetableBitmap [/URL] class.

Member Avatar for lee.j.baxter
0
158
Member Avatar for coollife

[b]>any answer for this solution.[/b] 1. Post #2 2. [URL="http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx"]BackgoundWorker[/URL] class.

Member Avatar for Geekitygeek
0
187
Member Avatar for avirag

[b]>delete * from [section] where sec..[/b] [code=Text] delete from [section] ... [/code]

Member Avatar for kvprajapati
0
104
Member Avatar for nicolae

[b]>hi pls give me the full solution for this one.[/b] You might want to read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]Daniweb [/URL]rules and homework policy ~[URL="http://www.daniweb.com/forums/announcement61-2.html"]We only give homework help to those who show effort[/URL]~ if you run into problems and want to ask for help here.

Member Avatar for lee.j.baxter
0
76
Member Avatar for yabhie

[b]>please help someone help me.[/b] That's not help. That would be doing your homework for you. [b]>i need to create a phonebook application, if else, i will fail in my subject.[/b] :-/ Try to code and if you run into problems and want to ask for help here. Please read …

Member Avatar for shankbond
-2
107
Member Avatar for OldQBasicer

Handle paint event of picColorKey, [code] Private Sub picColorKey_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles PictureBox1.Paint Dim objPen As Pen Dim objPicGraphics As Graphics = e.Graphics objPen = New Pen(Drawing.Color.Red, 5) objPen.DashStyle = Drawing2D.DashStyle.Solid objPicGraphics.DrawLine(objPen, 20, 20, 400, 400) End Sub [/code]

Member Avatar for OldQBasicer
0
2K
Member Avatar for mkalinic
Member Avatar for carylle

[b]>can i use ismdicontainer and .showdialog for my form at the same time?[/b] No.

Member Avatar for jamesonh20
0
138
Member Avatar for MARKAND911

[b]>i am making one web server control. i want to add timer control in its property.[/b] Can you maybe provide some more information about what it is you are trying to do? [b]>How to get timer_tick event in Asp.net.[/b] Remember that including timer_tick and all your code-behind is executed on …

Member Avatar for kdcorp87
0
489
Member Avatar for abhay1234

[b]>Also is there an option other than Console.ReadLine() to stop output screen from running off[/b] Debug Menu + Start Without Debugging.

Member Avatar for abhay1234
0
88
Member Avatar for r3bb

Try BING API. 1. [url]http://www.codeproject.com/KB/cs/BingSearch.aspx[/url] 2. [url]http://www.daniweb.com/forums/thread238236.html[/url]

Member Avatar for kvprajapati
0
75
Member Avatar for ashukite

[b]>I am new to crystal reports. What i want is - 1. 2. 3.[/b] I recommend this book [b]Crystal Reports 2008: [URL="http://www.amazon.com/dp/0071590986/?tag=sollc-intl-20"]The Complete Reference[/URL][/b]

Member Avatar for kvprajapati
0
96
Member Avatar for ritaaiw

> I have problem in my academic project. Show us your view and controller code. Encase your code in: code-tags.

Member Avatar for kvprajapati
0
42
Member Avatar for skg123

[b]>to read the file contents in a proper way.[/b] It depends upon the encoding (UTF8, Unicode, ANSI). Try, [code] StreamReader reader = new StreamReader("file", Encoding.UTF8, true) [/code]

Member Avatar for skg123
0
112
Member Avatar for devz2k

[b]>can i access the records through my program.[/b] Yes. Create MS-Access database file and start to learn [URL="http://msdn.microsoft.com/en-us/library/h43ks021%28VS.71%29.aspx"]ADO[/URL].NET oledb provider classes. Try to write code and if you run into problems and want to ask for help here.

Member Avatar for samir_ibrahim
0
108
Member Avatar for devz2k

[b]>which is ado.net[/b] Read/Learn [URL="http://msdn.microsoft.com/en-us/library/h43ks021%28VS.71%29.aspx"]ADO.NET[/URL]. [QUOTE=MSDN article]ADO.NET provides consistent access to data sources such as Microsoft SQL Server, as well as data sources exposed through OLE DB and XML. Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, manipulate, and update data.[/QUOTE] [b]>how do i …

Member Avatar for devz2k
0
99
Member Avatar for sujithy15

From [URL="http://en.wikipedia.org/wiki/Method_overriding"]Wiki[/URL], [QUOTE]Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides (replaces) the implementation in the superclass.[/QUOTE]

Member Avatar for verruckt24
0
116
Member Avatar for BruenorBH

Take a look at Diamonddrake's post - [url]http://www.daniweb.com/forums/thread253825.html[/url]

Member Avatar for BruenorBH
1
203
Member Avatar for dilake

From [URL="http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx"]ScottGu's[/URL] blog, [QUOTE]Important Update: If you previously installed a VS 2008 Hotfix, you must run the HotFix Cleanup Utility before installing the VS 2008 SP1 Beta. Click here to download and run this.[/QUOTE]

Member Avatar for dilake
0
98
Member Avatar for rajdesire

[b]>How can we use volatile variable in C or C++?[/b] [URL="http://en.wikipedia.org/wiki/Volatile_variable"]Volatile [/URL]tells the compiler not to optimize anything.

Member Avatar for gerard4143
0
144
Member Avatar for pawangargmit

[URL="http://msdn.microsoft.com/en-us/library/aa260660%28SQL.80%29.aspx"]UNICODE [/URL]. Returns the integer value, as defined by the Unicode standard, for the first character of the input expression. [code] SELECT UNICODE(SUBSTRING(colName, 1, 1)) FROM TABLENAME [/code]

Member Avatar for kvprajapati
0
133
Member Avatar for appleglaze28
Member Avatar for teetime3

[code] select distinct ssan, location, max(date_of_trip) from tbltrips group by ssan, location [/code]

Member Avatar for kvprajapati
0
63
Member Avatar for Abhishek_Boga

To store byte array (content of file), use [b][URL="http://www.codeproject.com/KB/database/ImageSaveInDataBase.aspx"]Image[/URL][/b] column(field) type and use parametrized SQL insert statement/stored-procedure to save the content of file into a table.

Member Avatar for kvprajapati
-1
75
Member Avatar for gaberb

[b]>Can I call two PHP scripts from the same onBlur?[/b] Yes. You have to use two instances of XMLHttp.

Member Avatar for kvprajapati
0
141
Member Avatar for marteen

[b]how to make it?[/b] Html div tag, css, and of course javascript. [b]>What kind of javascript that i have to use?[/b] There is no "kind" of JavaScript. To write such a code or to design a page you need some sort of experience and skill.

Member Avatar for kvprajapati
0
57
Member Avatar for johny321

[b]>What i need to install at my local machine to run a javascript code.[/b] No. You need a web-browser. [b]>So can any one guide me the way to execute it.[/b] Create .htm or .html page (file) and use <script> tag to encase [URL="http://www.w3schools.com/js/default.asp"]JavaScript [/URL] code. [code] <html> <head> <script type="text/javascript"> …

Member Avatar for kvprajapati
0
73
Member Avatar for zuve_fox

[b]>how can i display delivery report using atcommand on vb.net?[/b] Read this [URL="http://www.codeproject.com/Messages/3051012/Re-How-to-get-SMS-notification-from-mobile-connect.aspx"]FAQ[/URL] and a [URL="http://www.daniweb.com/forums/showthread.php?t=9537&highlight=Get+SMS+notification+using+vb.net"]Thread[/URL].

Member Avatar for kvprajapati
0
116
Member Avatar for scias23

[b]>what is much better to do for data access?[/b] You have a no choice at all. Use ADO.NET providers. [b]>include the database to my solution (tools>connect to database)[/b] That way Visual studio connects to that database and explore database objects.

Member Avatar for kvprajapati
0
112
Member Avatar for noname1015

Use CommandBuilder to create command objects (Insert,Delete,Update). [code] Dim sqladapter As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter("select * from table_0", conn) sqladapter.Fill(ds, "table_0") 'Note that the table_1 must have a primary key. Dim sqladapter_1 As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter("select * from Table_1", conn_1) Dim cmb1 as new SqlClient.SqlCommandBuilder(sqladapter_1) sqladapter_1.Fill(sa, "Table_1") sa.Tables(0).Rows(sa.Tables(0).Rows.Count - …

Member Avatar for noname1015
0
99
Member Avatar for Satal Keto

[b]>Class design for with Database back end.[/b] Read these articles: [indent] 1. [url]http://msdn.microsoft.com/en-us/library/ms971481.aspx[/url] 2. [url]http://msdn.microsoft.com/en-us/library/hdb58b2f%28VS.80%29.aspx[/url] 3. [url]http://www.c-sharpcorner.com/UploadFile/napanchal/MVCDesign12052005035152AM/MVCDesign.aspx[/url] 4. [url]http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.aspx[/url] [/indent]

Member Avatar for kvprajapati
0
159
Member Avatar for psathish2

[b]>Input string was not in a correct format.[/b] [code] decimal val; decimal.TryParse(txttot.Text, out val); objclsGCFormInsert.Total_amount = val; [/code]

Member Avatar for psathish2
0
152
Member Avatar for MCBambi

[b]>but it doesnt save to the database...[/b] Please post connectionString (do not add username/password) and exception trace. PS: Please check the database file located at Bin folder of application.

Member Avatar for kvprajapati
0
119
Member Avatar for tanisa

[b]if anybody help me then plz contact me[/b] Of course we want to help you. Read the forum rules. [U]You need to show effort[/U], and what better way than posting the code that you have tried so far? Here is a syntax: [code] For Each var In Me.Controls ' Next …

Member Avatar for kvprajapati
0
46
Member Avatar for mahesh2008

[b]>what is the correct way to setup and deploy a vb.net 2008 project that uses crystal reports and a ms access database?[/b] Read these articles in correct order: 1. [url]http://msdn.microsoft.com/en-us/library/ms225227%28VS.80%29.aspx[/url] 2. [url]http://www.codeproject.com/KB/dotnet/dotnetdeployment.aspx[/url] 3. FAQ - [url]http://weblogs.asp.net/guybarrette/archive/2008/04/24/how-to-deploy-the-crystal-reports-2008-basic-runtime.aspx[/url]

Member Avatar for kvprajapati
0
119
Member Avatar for DeepakBisht

[b]>create object of a web form in any other web form to access its member function?[/b] Can you maybe provide some more information about what it is you are trying to do?

Member Avatar for Ashesh Shah
0
595
Member Avatar for manchi

[b]>combobox[/b] Please read the rules before posting again, in particular the [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"][B]'keep it organized' [/B][/URL] - Do not post homework problems expecting a quick answer without showing any effort yourself.

Member Avatar for tanisa
0
67
Member Avatar for alex-VX

[b]>File used by another process[/b] Use File.ReadAllText or File.ReadAllLines method. Can you maybe provide some more information about what it is you are trying to do?

Member Avatar for alex-VX
0
154
Member Avatar for bpl1960

[b]>how can I copy the default style of an existing column to the new column?[/b] Clone() method. [code] LagStyle = MultiLagGrid.Columns(1).DefaultCellStyle.Clone() [/code]

Member Avatar for bpl1960
1
108
Member Avatar for jadch29

Read [URL="http://msdn.microsoft.com/en-us/library/ms252130.aspx"]Add custom code to Microsoft report[/URL].

Member Avatar for kvprajapati
0
26
Member Avatar for dumbncool
Member Avatar for kvprajapati
0
165
Member Avatar for matt.clark.228

Take a look at this thread - [url]http://social.technet.microsoft.com/Forums/en/w7itpromedia/thread/ad5cd4ec-d0d3-4ca5-8a31-af6d07d0c67d[/url]

Member Avatar for kvprajapati
0
92
Member Avatar for wen30

[b]>C++ Interface to C#[/b] Take a look at this blog - [url]http://blogs.msdn.com/vcblog/archive/2008/12/08/inheriting-from-a-native-c-class-in-c.aspx[/url]

Member Avatar for kvprajapati
0
71
Member Avatar for dr.e

[b]>I would like to load a file from www and save it to folder.[/b] Use methods of System.Net.[URL="http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx"]HttpWebRequest [/URL] class.

Member Avatar for kvprajapati
0
101
Member Avatar for nihirrshah

[b]>hide duplicate rows in asp.net[/b] Delete duplicate rows from the DataTable. See [URL="http://forums.devx.com/showthread.php?p=525233"]this[/URL].

Member Avatar for kvprajapati
0
69

The End.