5,346 Posted Topics

Member Avatar for chamber8401

[b]>What is the differences between both ? Can 2008 be installed in Windows 7 ?[/b] Read [URL="http://stackoverflow.com/questions/193281/visual-studio-2005-vs-2008-what-are-the-benefits"]Visual Studio 2005 vs 2008 - What are the benefits?[/URL] [b]>Can 2008 be installed in Windows 7 ?[/b] Yes.

Member Avatar for kvprajapati
0
165
Member Avatar for mahendrabhatt

[b]>I am calling LoadLibrary of kernel32 but it returns me zero.[/b] Because it fails to load due to lack of privileges.

Member Avatar for mahendrabhatt
0
157
Member Avatar for ukshir

[b]>Adding Custom Controls to Visual Studio Tookbox programatically[/b] Read these blogs: 1. [url]http://www.codeproject.com/KB/macros/addcontrol2toolbox.aspx[/url] 2. [url]http://blogs.msdn.com/b/chetanc/archive/2005/10/05/477128.aspx?wa=wsignin1.0[/url]

Member Avatar for kvprajapati
0
155
Member Avatar for vinayak.v
Member Avatar for kvprajapati
0
36
Member Avatar for yellier35

Buddy, You are confused. You are right and what you have done is absolutely right. I think problem in your control - UCCites.

Member Avatar for swapnil_lautre
0
466
Member Avatar for eyad212

Please read before posting - [url]http://www.daniweb.com/forums/thread78223.html[/url] Hi bhavu4u . I appreciate your help. Have you ever noticed that the current thread is three years old? Please do not resurrect old threads and have a look at forum [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL].

Member Avatar for trpsjt2008
0
782
Member Avatar for chubbs1900

chubbs1900>I am trying to self teach C++ and I am to the point of loops. ... adatapost>Tryout. [CODE] 1. 1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1 2. 1 0 0 0 1 …

Member Avatar for usman.rose
0
311
Member Avatar for kimbula...

Download open source pdf api - [URL="http://csharp-source.net/open-source/pdf-libraries/itextsharp"]http://csharp-source.net/open-source/pdf-libraries/itextsharp[/URL]

Member Avatar for asp.net_SoS
1
129
Member Avatar for randyson

[b]>i m new user in visual studio 2008.[/b] Purchase VB.NET books ad prepare yourself. [b]>i want clear information to work with this topic[/b] Nope.

Member Avatar for Sura34
0
62
Member Avatar for love_bug

love_bug>I have Webpage written using PHP that displays data from MySQL tables. I want my page to refresh after new records are entered to the database. I think you want to fetch all data and paint on the page once new record is added. Itsn't it? Where is your code?

Member Avatar for gelos
0
348
Member Avatar for spach79

[code] private Label[] label=new Label[5]; int b = 70, d = 157; //these two are the coordinates where the label(s) should start creating for (int i = 1; i <label.Length; i++) { label[i] = new Label(); label[i].Visible = true; label[i].Location = new System.Drawing.Point(b, d); label[i].Size = new Size(80, 70); label[i].TabIndex …

Member Avatar for hassan12345
0
123
Member Avatar for new_programmer

I'd like to suggest a wonderful book - [b][URL="http://www.amazon.com/CLR-via-Dev-Pro-Jeffrey-Richter/dp/0735627045"]CLR via C# 3rd Edition.[/URL][/b]

Member Avatar for Shilpakmthn
1
203
Member Avatar for MARKAND911

Please read - How to cancel installation [URL="http://social.msdn.microsoft.com/Forums/en-US/netfxsetup/thread/19b5b86b-3769-44d7-ab24-89bfd34afb2e"]programmatically[/URL]?

Member Avatar for MARKAND911
0
108
Member Avatar for Andy_Parr

[b]>Need help adding a new record to a database using VB.NET[/b] Do you want to find or add a record? INSERT statement is needed to add a record.

Member Avatar for NoOneSpecial
0
458
Member Avatar for hery

You can't use optional parameters in WebMethod. Take a look at an alternative - Method overloading.

Member Avatar for hery
0
199
Member Avatar for johndoe444

[b]>what is the purpose of anonymous constructor?[/b] That is called [b][URL="http://msdn.microsoft.com/en-us/library/bb397696.aspx"]Anonymous Types[/URL][/b] not an anonymous constructor. Read this [URL="http://stackoverflow.com/questions/793415/use-of-anonymous-class-in-c"]thread[/URL].

Member Avatar for kvprajapati
0
101
Member Avatar for praveenpvs

[b]>I guess we can do using WithEvents.[/b] Of course, Yes. Another way to handle events is [B]AddHandler/RemoveHandler[/B] statement

Member Avatar for praveenpvs
0
189
Member Avatar for cintojose
Member Avatar for vvashishta

Please take a look at this link - [url]http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/86e4cbee-17ef-47cd-b476-30e8ae053d1d[/url]

Member Avatar for kvprajapati
0
49
Member Avatar for Jupiter247

Welcome @sakura_hanah07 I'm glad you got it helpful and if you have any questions please ask. You are welcome to start your own thread/New thread. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Locked.

Member Avatar for kvprajapati
0
183
Member Avatar for sathya8819

@dheai Do not hijack another thread to ask your question but start your own thread instead. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Locked.

Member Avatar for kvprajapati
0
1K
Member Avatar for benjaminTribe7

benjaminTribe7, Use bb code tag to post your source code. Source code must be surrounded with code tags. Found problems at : - Modify a setImage method of IFrame class. - main() - Entry point method public void setImage(Image image){ viewer.setImage(image); } public static void main(String []args) { new IFrame(); …

Member Avatar for peter_budo
0
2K
Member Avatar for Major_Hafez

Hi Major, You have to change NavigateUrl's bind property of Hyperlink on default.aspx. [code=asp.net] Eval("ProductName","~/Default2.aspx?pname={0}") [/code] and code of Default2.aspx should be, [code=asp.net] string productname=Request["pname"]; // QueryString key SqlConnection cnn = new SqlConnection("Data Source=HAFEZ\\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True"); DataTable dt = new DataTable("Emp"); SqlCommand cmd = new SqlCommand("select quantityperunit , unitprice from …

Member Avatar for Emiliya
0
117
Member Avatar for digitalsindhx

[b]>i tries to Delete or edit new added roecord it is not working[/b] You need to configure InsertCommand, UpdateCommand, and DeleteCommand properties of dataAdapter. [code] Imports System.Data Imports System.Data.OleDb Public Class Form1 Dim Conn As New OleDb.OleDbConnection Dim Ds As New DataSet Dim Da As OleDb.OleDbDataAdapter Dim Cmb As New …

Member Avatar for lanitooot
0
266
Member Avatar for avirag

Use Hashtable class where you may assign value at unique key. [code=c#] Hashtable hs = new Hashtable(); hs.Add("thousand", 1000); hs.Add("hundred", 100); hs.Add("one", 1); hs.Add("two", 2); string[] ar = "one thousand two hundred".Split(' '); int no = 0; for (int i = 0; i < ar.Length; i+=2) { no= no + …

Member Avatar for Geekitygeek
-1
3K
Member Avatar for amu25

First, statement `c1.addItem(rs.getString(1));` must be placed inside the loop. while(rs.next()) { c1.addItem(rs.getString(1)); } Use code tags. Source code must be surrounded with code tags.

Member Avatar for rucha.cool4
0
3K
Member Avatar for NargalaX

[URL="http://www.edgeofnowhere.cc/viewtopic.php?t=430074"]Managed .NET DLL Injection[/URL] Code project article - [URL="http://www.codeproject.com/KB/threads/taskex.aspx"]http://www.codeproject.com/KB/threads/taskex.aspx[/URL]

Member Avatar for jonmcc
0
277
Member Avatar for watergeek
Member Avatar for David Sanchez
0
1K
Member Avatar for CDS93
Member Avatar for oliyide
Member Avatar for melbenmartin
0
356
Member Avatar for jamesonh20

Take a look at MCI command string - [url]http://msdn.microsoft.com/en-us/library/ms712587%28VS.85%29.aspx#[/url]

Member Avatar for freewayy
-1
397
Member Avatar for jeffreyjs

I'd like to suggest you that you should read this articles: 1. [URL="http://code.google.com/apis/maps/articles/flashmapinwpf.html"]Hosting Google Maps in a Microsoft WPF application using XAML[/URL] 2. [URL="http://www.codeproject.com/KB/web-image/Google_map.aspx"]Show Your Data on Google Map using C# and JavaScript[/URL] 3. [URL="http://www.codeproject.com/KB/recipes/ProjectMapPosition3.aspx"]Real Time position display software model for Google maps using C#.net and Microsoft XNA framework[/URL]

Member Avatar for jeffreyjs
0
241
Member Avatar for Zinderin

Correction to @pritesh2010's post. Return data type of method [B]ExecuteScalar()[/B] is [B]object[/B] - type cast is needed. [code] OleDbCommand cmd=new OleDbCommand("SELECT count(*) from table",con); con.Open(); int count=(int) cmd.ExecuteScalar(); con.close(); [/code] OR use [B]DataAdapter[/B] way: [code] OleDbDataAdapter adp = new OleDbDataAdapter("select count(*) from " + table, @"put_connection_string_here"); DataTable dt = new …

Member Avatar for Zinderin
0
480
Member Avatar for mtusk

You can write browser hosted WPF application - it combines features of both Web applications and rich-client applications. For more information read MSDN articles : 1. [url]http://msdn.microsoft.com/en-us/library/aa970060.aspx[/url] 2. [url]http://msdn.microsoft.com/en-us/library/aa480223.aspx[/url]

Member Avatar for kvprajapati
0
113
Member Avatar for judithSampathwa

I'm so confused about your threads regarding to DataGridView control. I think you are struggling to understand the datagridview control structure & data binding and unfortunately I am unable to answer your broken posts/threads. Please don't forget to read - [url]http://catb.org/~esr/faqs/smart-questions.html[/url] . Always visit MSDN. Some links from MSDN for …

Member Avatar for rupeshbari
-2
267
Member Avatar for g2gayan
Member Avatar for g2gayan
0
279
Member Avatar for jiya rathore
Member Avatar for cheenu singh
-3
219
Member Avatar for edgias

Write following code in the constructor method of MainForm, [code] ... public MainForm() { Login lg = new Login(); lg.ShowDialog(); InitializeComponent(); } ... [/code] [code] if (dr["UserID"].ToString()==txtID.Text&& dr["UserName"].ToString() == txtUser.Text && dr["Password"].ToString() == txtPass.Text && dr["Station"].ToString() == cmbStation.Text) { this.Close(); } ... [/code]

Member Avatar for Geekitygeek
0
99
Member Avatar for manak chand

Welcome @eminent123, Please do not resurrect old threads. If you have any questions please ask. You are welcome to start your own threads. Thread Locked.

Member Avatar for kvprajapati
0
75
Member Avatar for lolwtf

[URL="http://www.cacr.math.uwaterloo.ca/hac/"]Here[/URL] is a good book might help you to understand and solve your problem. Tutorials/Articles: [url]http://www.codeproject.com/KB/security/RSACryptoPad.aspx[/url] and [url]http://www.dreamincode.net/forums/topic/67705-rsa-encryption-in-vbnet/[/url]

Member Avatar for ghimangi
0
360
Member Avatar for jackiejoe

Create and configure DataTable instance. [code] Dim dt as new DataTable dt.Columns.Add("No",GetType(Integer)) dt.Columns.Add("Name") dt.Rows.Add(1,"A") dataGridView1.DataSource=dt [/code]

Member Avatar for oric
0
2K
Member Avatar for trimbley

[code] for (int i = 0; i < listView1.SelectedItems.Count; i++) { listView1.SelectedItems[i].ForeColor = Color.Red; } [/code]

Member Avatar for trimbley
0
4K
Member Avatar for chandruswami
Member Avatar for chandruswami
-1
286
Member Avatar for kayfar

[QUOTE=kayfar;1272986]can anyone tell me how to publish web application from asp.net?[/QUOTE] Please take a look at this tutorial - [url]http://www.asp.net/hosting/tutorials/deploying-your-site-using-visual-studio-cs[/url]

Member Avatar for kayfar
0
75
Member Avatar for vamsikrishna20

Please take a look at this thread - [url]http://stackoverflow.com/questions/127040/put-text-on-the-clipboard-with-firefox-safari-and-chrome[/url]

Member Avatar for kvprajapati
0
124
Member Avatar for mahadevan.swamy

[b]>Multiple radio buttons in one record[/b] If field type of your table is "varchar(7)" then I'd like to use, [code] String gender="Male"; if(RadioButton2.Checked) gender="Female"; ...... [/code]

Member Avatar for seger
0
93
Member Avatar for AngelicOne
Member Avatar for AngelicOne
0
711
Member Avatar for loveforfire33

[b]>what this code is doing please? :)[/b] Based upon [B]ID[/B] (request parameter) value, code reads a row from the Car table. After that, exception will be thrown when data reader has no row, otherwise it writes an array of bytes (image content) into the response buffer.

Member Avatar for Lusiphur
0
164
Member Avatar for aragmus

[b]>i would like to backup .exe files from 24hours ago using C#....what is the best method to do this?[/b] Please tell us about backup methods you have tested so far. Take a look at - [url]http://windows.microsoft.com/en-US/windows-vista/Methods-for-backing-up-your-files[/url]

Member Avatar for kvprajapati
0
50
Member Avatar for prajaktaran

[b]>but when I run the project I doesn’t show any data on crystal report viewer. in crystal report why it happened what should I do.[/b] I think you are creating [B][URL="http://www.codeguru.com/csharp/.net/net_general/toolsand3rdparty/article.php/c13253"]push model[/URL][/B] crystal report model because the data is pushed to the report, as opposed to the data being retrieved …

Member Avatar for k.d.m
0
113

The End.