199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Waseem Siddiqui

I have made a login form in C#.net windows application i am facing a problem during connecting it to the database SQL Server 2005 it is sending [B]error 25[/B] it will be helpful for me if somebody solve this problem if will be better if somebody send me coding also

Member Avatar for DdoubleD
0
223
Member Avatar for sivakumarl

Dear Friends, we are facing a problem with alt attribute in Java script.While retrieving alt attribute in IE its working fine but in FireFox we are getting as undefined.Please give solution for retrieving the alt attribute in firefox. please find the below code for how i am retrieving... <html> <head> …

Member Avatar for sivakumarl
0
150
Member Avatar for __vmware__

Hi there, I have a simple problem. I have a namespace with a couple of classes declared in a header file. The classes have functions but no body. When I include the header file and try to call a function, i get the error unresolved external symbol referenced in function …

Member Avatar for __vmware__
0
98
Member Avatar for t2009
Member Avatar for t2009
0
102
Member Avatar for aycmike

When a user logs in that has the same password as another user the latest person to register with that passwords details are revealed, im struggling to make it check that the username and password are connected and only if the username and password match should that users details be …

Member Avatar for cheapterp
0
137
Member Avatar for stoymigo

Hi, i generate a pdf file from C#(VS2005) via the ReportViewer control .The pdf has a picture and text. How can i prevent a user to be able to copy text/images from that file. Here is code i use to create pdf file. [code=csharp] private void CreatePDFfromTXT(string textFile, string pdfFile, …

Member Avatar for kvprajapati
0
484
Member Avatar for moyphus

Hi To All, I have an equation in string like this ((BASIC+HRA)*(30/100)) Using replace function Now i replaced this into values... String formula = ((10000+3000)*(30/100)) whole thing as a string now 'Formula'... How can i calculate this formula float amt = formula; Now i have an error...type casting....i can't calculate …

Member Avatar for javaAddict
0
165
Member Avatar for pee2002

Hi there folks! I´m pretty blind regarding Callback Url. I only know that someone will dump in information that i want to see. Thats it. I have this to fill out: [URL="http://img18.imageshack.us/img18/1912/clickatell.jpg"]http://img18.imageshack.us/img18/1912/clickatell.jpg[/URL] And this has an explanation: (Full Version PDF [URL="http://www.clickatell.com/downloads/http/Clickatell_HTTP.pdf"]here[/URL]) [URL="http://img29.imageshack.us/img29/5005/manuald.jpg"]http://img29.imageshack.us/img29/5005/manuald.jpg[/URL] I think the XML GET callback URl is …

Member Avatar for pee2002
0
1K
Member Avatar for meghagoel

I need a text editor same as used in this site in the [B]Message[/B] section of [B]Post new Thread[/B]. Actually i want to convert my text area control to text editor .If anyone knows please help me

Member Avatar for Mohit_Agarwal
0
64
Member Avatar for dorkwad

Hey guys, I'm programming a tool for creating PowerPoint slideshows from an images directory. I get the error "Error HRESULT E_FAIL has been returned from a call to a COM component" on the second line of this code: [code=csharp] ApplicationClass powerpoint = new ApplicationClass(); Presentation ppt = powerpoint.Presentations.Add(MsoTriState.msoFalse); [/code] I …

Member Avatar for dorkwad
0
149
Member Avatar for chalumaal

Hi Friends, I am facing a probelm. The moment I complete a program i C (version 3), it complies successfully. However, the moment I try to run the program it says a Linker error. I have tried to sort this out through Option-Linker, but in vain. I really need you …

Member Avatar for tux4life
0
99
Member Avatar for Roybut

Hi, I have a table which I want to update thus: If d_date is has a value and b_date is 30 or more then set d_date as the min value already in d_date. I know that the WHERE EXISTS clause is wrong but I don't know how to make this …

Member Avatar for Roybut
0
136
Member Avatar for ultra vires

Hey guys need your help here. I will go ahead and describe my problem and what i intend and what i am getting. Platform for SQL Queries : MS Access There are 2 identical table in terms of table structure, they contain information ( RAW Data) about month, money i …

Member Avatar for ultra vires
0
113
Member Avatar for innocent.boys

[B]I was wondering by using which technique i can fetch data from database more fast...!! . . i have 500 records and i have to do pagination also on it..!! how can i do it more faster...? . . i just want to know what professionals do to make there …

Member Avatar for innocent.boys
0
2K
Member Avatar for latinajoyce

i need to add this criteria to my program: "if the user enters a last name in small letters the program should display the surname with the first character in capitals" Can some1 please help me with some examples for this?? i really need it.. thank you guys :)

Member Avatar for JamesCherrill
0
195
Member Avatar for mania_comp

Hello Guys.. I am working in VB.NET I have to textbox : txtStartTime and txtEndTime After filling in values i need to validate that Start time must be less then Endtime. Values are entered in 12 hour format like 08:32 AM I can go for sub string logic and split …

Member Avatar for dalbocha
0
240
Member Avatar for moonis.ahmed

Hi, I have the following jsp file which receives an audio file from the form. I am receiving the form data as Multipart and saving the uploaded file as temp.wav. The uploaded file is in uLaw audio format. I want to convert it to PCM format and save it as …

Member Avatar for peter_budo
0
136
Member Avatar for i101dotcom
Member Avatar for pritaeas
0
68
Member Avatar for osei-akoto
Member Avatar for Tom Gunn
0
4K
Member Avatar for sarithak

Hi frnds I am getting error in mail code...basically i changed the host server....at the previous server it works fine..but now i am getting error in this new server...now i am using HELM....this is the error... [CODE]Failed to connect to www.gmail.com:25 [SMTP: Failed to connect socket: A connection attempt failed …

Member Avatar for pritaeas
0
82
Member Avatar for vinnijain

Hi!!! i have made a window application for solving mathematical expression using bodmas rule.... In that I am getting error IndexOutOfBound exception [CODE] private void button5_Click(object sender, EventArgs e) { string[] operands = this.textBox1.Text.Split('+', '-', '*', '/'); string[] operators = this.textBox1.Text.Split('0', '1', '2', '3', '4', '5', '6', '7', '8', '9'); …

Member Avatar for ddanbe
0
223
Member Avatar for nkarvi

Hi everyone! Is there a way to find where an exception was caught in a c# app? I've been trying putting breakpoints, but I cannot find where the exception was caught. Is there any other way? Thanks very much

0
99
Member Avatar for Oebenezer

[code=vb.NET] Hi, Pls I'm trying to move across tabpages without clicking on the tabcontrols but by using a command button to move across tab controls

Member Avatar for Ramesh S
0
95
Member Avatar for mevkurray

Hi all. Majorly bamboozled by the wxwidgets file streams. does wxFileInputStream have a GetLine() function, similar to the normal c++ file stream class??? had a wander thru the wx docs, and just ended up more confused. heres what i want to do btw. (note, functions are seperate but operate on …

Member Avatar for mevkurray
0
533
Member Avatar for chathuD

how to add datas from a web page to a data base using C# in asp.net (a symple mathod)

Member Avatar for sknake
0
174
Member Avatar for smuteekaanya

The following program has two mistakes in it that cause it to print an incorrect answer. [code=python] # Computes how much interest is earned on a given amount of principal. principal = float(raw_input('Enter principal: ')) interestRate = float(raw_input('Enter interest rate as a percent: ')) years = int(raw_input('Enter number of years: …

Member Avatar for smuteekaanya
0
109
Member Avatar for michael.ngobeni

I have a flash file that reads an xml file and writes the text on the flash. The problem I have is when the client does not have the font that I'm using. I looked on many websites and they always say you have to do the following [LIST=1] [*]Open …

Member Avatar for fuego2008
0
85
Member Avatar for mgroses

Hi! My problem is about drawing line. In my form, I have a button and if I click the button some data is taken from a database (coordinates). Based on this coordinates, I want to draw lines on a panel. Under button_click event I wrote this code: [code=csharp]Pen myPen = …

Member Avatar for sknake
0
119
Member Avatar for ganesh5155

hi all i need ur help to solve this problem 1. write an algorithm to find the average of there number called a,b,c 2. write an algorithm to add up all odd numbers between 0 and 100 3. what data type for (i) True ] if data type for 123 …

Member Avatar for ganesh5155
0
137
Member Avatar for ashley1234

I need to create a SMS final examination retrieval using C#. Can anyone help me with this?

Member Avatar for sknake
0
78
Member Avatar for atx

Hi all, who can help me with this question?? Which of the following are characteristics of the System.Threading.Timer class? 1) The method provided by the TimerCallback delegate will always be invoked on the thread which created the timer. 2) The thread which creates the timer must have a message processing …

Member Avatar for sknake
0
256
Member Avatar for cwarn23

I have been pm about this question from Crohole so many times that I thought I would setup a topic where others can join in. Crohole has asked about setting up a bot like I have many times but his questions seem to be looping back to the beginning. So …

Member Avatar for cwarn23
0
126
Member Avatar for jquesb

I have designed a copmrehensive project in VBaccess for my company that is able to monitor all records regarding processing and reception of raw material. Dispatch of the final product and handling the transporters and buyers catalogues and finally the market analysis, i feel its getting out of hand since …

Member Avatar for ithelp
0
100
Member Avatar for stoymigo

Language : C# (Visual studio 2005) Hi , i have problem I use File.Copy to copy from Local HDD to network HDD . THe app on my side works , but on client's side , that operation hangs. So , when program should start copying , the client just gets …

Member Avatar for stoymigo
0
303
Member Avatar for shaikh_mshariq

Hi All, I have used eval function before this. But I am not sure why this one is not working for me. I do have one function which returns me some filter string. It returns string something like this. [CODE]AND TM_ID=$row_tMain[TM_ID] AND TM_DATE=$row_tMain[TM_DATE][/CODE] I want to use this string in …

Member Avatar for shaikh_mshariq
0
133
Member Avatar for chuppy

hi guys..i need help with my assignment..hpoe u can help\ A credit card company charges its customers monthly interest for any unpaid balance. Assuming that you owe the credit card company some money, you have decided to stop using the card and to pay off the debt by making a …

Member Avatar for ithelp
0
70
Member Avatar for mithunthakkar

hey friends, im getting this error illegal state of expression plz help me wid this Connection db = DriverManager.getConnection(connectURL); Statement stmt = db.createStatement(); String c = request.getParameter("criteria"); String a = request.getParameter("value"); ResultSet rs; if(c.equals("BillNo")){ --error-- rs = stmt.executeQuery("select * from orders where billNo="+a+); }else if(c.equals("UserId")){ --error-- rs = stmt.executeQuery("select * …

Member Avatar for mithunthakkar
0
156
Member Avatar for ds2r

Good day to everyone. I am a student who is a new to .Net. I am about to have a project which would probably involve flash and c#. I just want to learn the basic passing of variable from flash to c#. This project would involve a test or assessment …

Member Avatar for ds2r
0
89
Member Avatar for learningplsql

Hi, I want to replace a word based on the positions. input I love programming (ilp) i want to replace lowercase ilp with uppercase ILP I love programming (ILP) how can resolve this issue?

Member Avatar for debasisdas
0
61
Member Avatar for Clueless86

Ive searched and downloaded somethings..But Im not sure what I do need to download, can someone post me a link to where I can get VB6? Or how exactly is VB used..I am a python user, but wanted to try VB for a change.. I am very un certain of …

Member Avatar for debasisdas
0
124
Member Avatar for mbirame

Hi folks, I'm afraid I'm pretty new to javascript, so I apologize in advance for my inexperience. I am trying to do a simple thing: I have a page with three items that I want the user to agree to (a beta signup agreement). I want them to have to …

Member Avatar for mbirame
0
332
Member Avatar for mundetas

Can php have a stand alone window form functionality instead using the browser? Because asp can use things such like WPF, have a windows form and get info from a server.:-/

Member Avatar for mundetas
0
79
Member Avatar for mundetas

Hey can anyone please help me :S . I have created a user table with different levels for instance type 0 to 2. If the user is type 1 then a certain page will open . I have placed my values in sessions then used a condition to verify. Please …

Member Avatar for mundetas
0
94
Member Avatar for alsoumhi

Hi experts, I have finished writing my servlets and web pages. all my servlets tested using tomcat in windows operating system. In other words , I have finished the development stage. Now I need to move all my servlets and web pages to web server for deployment. but my web …

Member Avatar for alsoumhi
0
157
Member Avatar for shine_jose

hello, How to bring back the control to already opened web page from a newly opened web page after that.Help me plz

Member Avatar for John A
0
300
Member Avatar for papanyquiL

Hi, I haven't been able to find much info on this with C#, so I thought I'd ask here. I want to know how to create a simple app that hooks into another portable C# app and injects code into it. Basically I want it to hook onto my program …

Member Avatar for DdoubleD
0
107
Member Avatar for komyg

Hi, I need to develop a C++ application for Linux, and I am worried about its compatibility with between different distros, for example if I develop it on Kubuntu, is it possible that I may have compatibility issues if I run it on Gentoo or Open SUSE for example? In …

Member Avatar for NicAx64
0
179
Member Avatar for idgirl

on line 40 I have: public void start That is the only thing that is showing something wrong. I have addad, curly brackets with no luck and when I put a semi colon at the end everything after it shows an error. The programs opens the applet but does not …

Member Avatar for VernonDozier
0
115
Member Avatar for naekur

I'm using the PHP Swift Mailer library ([url]http://swiftmailer.org/[/url]) to send email to users. Following their documentation about sending embedded images ([url]http://swiftmailer.org/docs/embedding-dynamic-content/[/url]) I have the following code the send images. The problem is that the images aren't sending so I'm guessing that I haven't actually created them or stored them in …

Member Avatar for Josh Connerty
0
158
Member Avatar for javaAddict

Hi here is another question: I searched the internet for information about the radio tag, and this is all I found so I put it in my code [CODE] <s:radio name="..." list="myArray" /> [/CODE] The above displays all the elements of the array with radio buttons. My problem is that …

Member Avatar for sangyl
0
3K

The End.