5,346 Posted Topics

Member Avatar for S2009

Change the order of statement [CODE=C#] objFnC.txtUserName.Text = UserName; objFnC.ShowDialog(); [/CODE]

Member Avatar for S2009
0
139
Member Avatar for makymakaru

makymakaru, >Can I use visual c++ in creating a web proxy? --- Yes >Where do i start? i have absolutely no idea. any insight, suggestions and directives that can help me. Read MSDN online pages & Tutorials - [URL="http://msdn.microsoft.com/en-us/library/09dd1ycd(VS.80).aspx"]MFC Socket[/URL]

Member Avatar for kvprajapati
0
265
Member Avatar for muhandis

muhandis>I'm having some of trouble understanding exactly how an MFC GUI works. You should read [URL="http://msdn.microsoft.com/en-us/library/dd5497wx(VS.80).aspx"]MFC Fundamental - MSDN online page[/URL]

Member Avatar for muhandis
0
230
Member Avatar for plusplus

For example, [CODE=VB.NET] openFileDialog1.Filter = "Word (*.doc) |*.doc;*.rtf|(*.txt) |*.txt|(*.*) |*.*" [/CODE]

Member Avatar for ghimangi
0
259
Member Avatar for serkan sendur
Member Avatar for anusha88
Member Avatar for laks_samy
Member Avatar for flinto
Member Avatar for Whilliam

How many records in a data file? [CODE=C] for(p = *A; p != NULL; p = p->next) { fread(&p, sizeof(celltype), 1, fp); } [/CODE] You have to test the eof(). Can fread() allocate a node? ?

Member Avatar for csurfer
0
171
Member Avatar for chriscross86

chriscross86 & Ramesh S You are requested to use BB code tag. Wrap up source code with code tag. You must read this article - [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to use bb code tas?[/URL]

Member Avatar for Ramesh S
0
1K
Member Avatar for skullish

skullish, Use [B]~[/B] root operator. Is your application running under IIS 5/6? If yes then set write permission to that folder for [B]Users [/B]group. 1. Create a folder in your root of web application - say 'test'. 2. Write following statements to save a file [CODE=ASP.NET] Dim filepath as String=MapPath("~/test/" …

Member Avatar for skullish
0
223
Member Avatar for sarithak

Due to page cache you got this problem. Remove cache using header() with options. However, I think javascript way is very handy. You may add javascript at the end of page for the same. [CODE=PHP] ... if($name9!='') { $path="$title"."/"."$name9"; $sql="insert into eventgallery values('','$title','$path')"; mysql_query($sql)or die(mysql_error()); } ?> <script type="text/javascript"> open("uploadimages.php" …

Member Avatar for somedude3488
0
404
Member Avatar for lolwtf

Here is sample: [CODE=VB.NET] Dim col1 As New DataGridViewTextBoxColumn col1.DefaultCellStyle.Format = "t" 'Time format col1.DataPropertyName = "ColumnName" DataGridView1.Columns.Add(col1) DataGridView1.DataSource = dt 'Instance of DataTable [/CODE]

Member Avatar for lolwtf
0
134
Member Avatar for mohanaraj3485

mohanaraj3485, Use System.Globalization namespace classes. Which type of application are you developing - Web or Windows?

Member Avatar for mohanaraj3485
0
89
Member Avatar for tactfulsaint

What is a problem of your system? Edit:: Three threads for the same question started by this poster.

Member Avatar for tactfulsaint
0
118
Member Avatar for ayesha789

What is wrong with ardav's post? 12 Hour format is 01:01:01 PM 24 Hour format is 13:01:01

Member Avatar for ayesha789
0
2K
Member Avatar for gingank

Line #3 - DirectoryEntry provides programmatic access of directory services through LDAP.

Member Avatar for sknake
0
131
Member Avatar for bubbafunk1

Welcome bubbafunk1. So you are not exeuting update query. Isn't it? Write your update statement so we can help you.

Member Avatar for bubbafunk1
0
970
Member Avatar for thrusai

thrusai, Error is [QUOTE]The processing instruction target matching "[xX][mM][lL]" is not allowed. [/QUOTE] Are you sure that the XSD is a valid xml document? Please post the XML and XSD document : If XSD and XML are very large (more than 20 lines) then zip it and attach with your …

Member Avatar for thrusai
0
102
Member Avatar for mjc225
Member Avatar for kerek2

Dear kerek. Connection opened twice - fcn.Open() [CODE=VB.NET] Dim sqlcn As SqlConnection Dim sqldr As SqlDataReader Dim sqlda As SqlDataAdapter Dim sqlcmd As SqlCommand sqlcn = New SqlConnection("server=localhost;uid=sa;pwd=admin;database=SMARTKIOSK") 'Connection to Firebird Dim fcmd As OdbcCommand Dim fcn As OdbcConnection Dim fdr As OdbcDataReader Dim fda As OdbcDataAdapter fcn = New …

Member Avatar for kvprajapati
0
166
Member Avatar for shireesha1

Use System.Data.SqlClient and System.Data namespace classes to connect database, execute command, and retrieve a result. After that Create an instance of treeview node - say it is a root node. Create six more treeview node instances, assigned text property of each node from a database result and add all these …

Member Avatar for kvprajapati
0
72
Member Avatar for vizy

Vizy, Do you want to show a div (UpdateProgress) first and then after show an alert? Post your code.

Member Avatar for vizy
0
147
Member Avatar for Debby0424

[QUOTE=Debby0424;905924]I believe it is an executable program.[/QUOTE] Be sure about your question. Say something regarding to your question and your need to have a software.

Member Avatar for kvprajapati
0
98
Member Avatar for lotrsimp12345

lotrsimp12345, Please find the answer at your own post - [URL="http://www.daniweb.com/forums/thread200619.html"]http://www.daniweb.com/forums/thread200619.html[/URL]

Member Avatar for kvprajapati
0
104
Member Avatar for fatalbert55

Dear fatalbert55, Give me a reason why should I read the attached files. We are here to help somebody; not to provide a complete solution. Please post the phrase of code where you got problems.

Member Avatar for fatalbert55
0
287
Member Avatar for asw.asela

Welcome asw.asela, Of course we will guide you. Please show your efforts first. Read this [URL="http://www.daniweb.com/forums/announcement118-3.html"]Announcement - How to use bb code tags [/URL] and [URL="http://www.daniweb.com/forums/announcement118-2.html"]Homework rules[/URL]

Member Avatar for asw.asela
0
111
Member Avatar for nigelburrell
Member Avatar for TrintiyNoe

TrintiyNoe, Did you work out on this problem? If yes; then show us your code, please. However I suggest: [CODE=C++] string str="This is a sentance"; istringstream iss(str); [/CODE]

Member Avatar for Tom Gunn
0
154
Member Avatar for painless

Wrap up source code with BB code tags. As per JC's suggestion; use physical path of picture file or location of both, picture and .class file must be a same (path or directory). PS: also verify the name and extension of picture file.

Member Avatar for painless
0
133
Member Avatar for macla

>I want to reduce it so that the entire system doesn't become unresponsive. Any idea?? Think about thread.

Member Avatar for Salem
0
87
Member Avatar for Nitz

Use Java GUI. If you cannot use GUI then use two dimensional (jagged) character array. Fill it with blanks and '*' characters and print it.

Member Avatar for ~s.o.s~
0
217
Member Avatar for webish

webish, webish says : [QUOTE]Thank you. I'm from Kenya. Still in school.. What about you? I hope this is one of the [COLOR="green"]most resourceful and friendliest [/COLOR]places. [/QUOTE] [COLOR="Green"]Yes It is.[/COLOR]

Member Avatar for kvprajapati
0
117
Member Avatar for Daniello555

Welcome Daniello555, You are updating $newpoints and a subtraction is assigned into $newcredits.

Member Avatar for kvprajapati
0
55
Member Avatar for Rtailor

Welcome Rtailor, Did you read [URL="http://www.daniweb.com/forums/announcement118-3.html"]How to post source code using bb code tags?[/URL]. Wrap up source code with code tag. Here is an example: [CODE=VB.NET] If inc <> -1 Then Dim cb As New OleDb.OleDbCommandBuilder(da) Dim dsNewRow As DataRow dsNewRow = ds.Tables("AddressBook").NewRow() dsNewRow.Item("FirstName") = txtfirstname.Text dsNewRow.Item("Surname") = txtsurname.Text ds.Tables("AddressBook").Rows.Add(dsNewRow) …

Member Avatar for kvprajapati
0
92
Member Avatar for daliya

Read this - [URL="http://swiftmailer.org/wikidocs/v3/tips/spam"]http://swiftmailer.org/wikidocs/v3/tips/spam[/URL]

Member Avatar for kvprajapati
0
32
Member Avatar for cee_karthi
Member Avatar for jamojo
Member Avatar for TrintiyNoe

Dear TrinityNoe, I recommend [URL="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html"]Thinking in C++[/URL].

Member Avatar for TrintiyNoe
0
111
Member Avatar for stevnlon

You have to wrap up value of [B]add[/B] variable with single quote. [CODE=Java] public void show(String add) { statement.execute("select * from Staff_Details WHERE Address2='" + add + "'"); .... } [/CODE]

Member Avatar for masijade
0
137
Member Avatar for cyrogathoni

First, concentrate on java language along with classes from java.lang, java.util (collection framework), java.io, java.nio, java.net, java.applet, java.awt and many more packages. Be habitual on use of java api documentation.

Member Avatar for kvprajapati
0
43
Member Avatar for ermithun

ermithun, I saw this code or something like this in almost all post started by you. Try to solve your problems with single thread; especially when your program/problem definition is same or minor different.

Member Avatar for Sky Diploma
0
81
Member Avatar for lotrsimp12345

nirav99, Use BB code tag. Source program must be surrounded with BB code tags: See # icon at toolbar and also read [URL="http://www.daniweb.com/forums/announcement61-3.html"]How to use bb code tags?[/URL].

Member Avatar for Nick Evan
0
243
Member Avatar for scholar
Member Avatar for dumrat
Member Avatar for Kusno
Member Avatar for DaveD3

Dave3, Read this [URL="http://www.lvr.com/parport.htm"]http://www.lvr.com/parport.htm[/URL]

Member Avatar for kvprajapati
0
103
Member Avatar for babbu

Dear babbu, Create a public boolean variable (say IsOk) in Another form (AnotherForm). Set True/False to the boolean variable. In current form [CODE=VB.NET] AnotherForm.IsOk=True AnotherForm.Show [/CODE] Now write code to enabled/disabled the control based upon the value of boolean variable. In another Form [CODE=VB.NET] If IsOK=True then ... Else .... …

Member Avatar for kvprajapati
0
100
Member Avatar for Altheriax

Altheriax, I read your question. I am not giving any suggestion or advice regarding to programming because your post shows that. Yes, I have to say : learn .net framework and this (vb.net) language.

Member Avatar for kvprajapati
0
88
Member Avatar for Darkangelchick

ASP.NET Controls are classes in the .NET Framework that represent visual elements on a web form. During web-form processing phases - all server controls (asp.net controls) writes the HTML output for the control based on its current state.

Member Avatar for IdanS
0
112

The End.