5,346 Posted Topics
Re: [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. | |
Re: [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]. | |
Re: [b]> I have successfully inserted a image from PictureBox control in binary format in that table field. [/b] Can I see that code? | |
Re: Wishing all Proud Indians a very very Happy Republic day. Happy Australia Day to Aussies. | |
Re: [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. | |
Re: Maybe you know - [URL="http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.writeablebitmap.aspx"]WritetableBitmap [/URL] class. | |
Re: [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. | |
Re: [b]>delete * from [section] where sec..[/b] [code=Text] delete from [section] ... [/code] | |
Re: [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. | |
Re: [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 … | |
Re: 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] | |
| |
Re: [b]>can i use ismdicontainer and .showdialog for my form at the same time?[/b] No. | |
Re: [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 … | |
Re: [b]>Also is there an option other than Console.ReadLine() to stop output screen from running off[/b] Debug Menu + Start Without Debugging. | |
Re: Try BING API. 1. [url]http://www.codeproject.com/KB/cs/BingSearch.aspx[/url] 2. [url]http://www.daniweb.com/forums/thread238236.html[/url] | |
Re: [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] | |
Re: > I have problem in my academic project. Show us your view and controller code. Encase your code in: code-tags. | |
Re: [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] | |
Re: [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. | |
Re: [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 … | |
Re: 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] | |
Re: Take a look at Diamonddrake's post - [url]http://www.daniweb.com/forums/thread253825.html[/url] | |
Re: 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] | |
Re: [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. | |
Re: [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] | |
Re: You should use count, [code] SELECT A,B,C,COUNT(C) from TABLENAME GROUP BY A,B,C [/code] | |
Re: [code] select distinct ssan, location, max(date_of_trip) from tbltrips group by ssan, location [/code] | |
Re: 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. | |
Re: [b]>Can I call two PHP scripts from the same onBlur?[/b] Yes. You have to use two instances of XMLHttp. | |
Re: [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. | |
Re: [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"> … | |
Re: [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]. | |
Re: [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. | |
Re: 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 - … | |
Re: [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] | |
Re: [b]>Input string was not in a correct format.[/b] [code] decimal val; decimal.TryParse(txttot.Text, out val); objclsGCFormInsert.Total_amount = val; [/code] | |
Re: [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. | |
Re: [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 … | |
Re: [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] | |
Re: [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? | |
Re: [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. | |
Re: [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? | |
Re: [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] | |
Re: Read [URL="http://msdn.microsoft.com/en-us/library/ms252130.aspx"]Add custom code to Microsoft report[/URL]. | |
Re: Have a look at this [URL="http://forums.asp.net/p/1492028/3509400.aspx#3509400"]thread[/URL]. | |
Re: Take a look at this thread - [url]http://social.technet.microsoft.com/Forums/en/w7itpromedia/thread/ad5cd4ec-d0d3-4ca5-8a31-af6d07d0c67d[/url] | |
Re: [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] | |
Re: [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. | |
Re: [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]. |
The End.