199,114 Archived Topics
Remove Filter ![]() | |
We have exchange 2007 and I can't get our webserver to relay mail I've tried authentication non authenticaten domain/username:password@mail.server.com and username:password@mail.server.com Does anyone know how to get exchange to accept mail from cold fusion. For any other programs we use domain / user name and password. | |
Hi, I have the following codes: [code] me.hide() staff.show() [/code] It run smoothly for the first time,but when I execute it for the second time,it occured the following errors: Unable to copy file "obj\Debug\FYP.exe" to "bin\Debug\FYP.exe". The process cannot access the file 'bin\Debug\FYP.exe' because it is being used by another … | |
Can someone help me creating a script that can check these things: if [B]latest.txt[/B] is chmoded 777 if [B]count.txt[/B] is chmoded 777 if [B]comments.txt[/B] is chmoded 777 Check if [B]cURL[/B] is enabled Check if [B]mod_rewrite[/B] is enabled | |
Hello, I'm quite new here, but there's a problem that needs solution. I think the title says exactly what I want to do. I need to use C for a reason I don't think is this important to mention. I tried searching Google, and found the same solution on most … | |
Hi All, We have a requirement to write a custom FxCop rule to generate a warning message when a SQL Query is encountered in the program and suggest to use a Stored Procedure instead. I have written the following code which is generating a warning when an SQL object is … | |
Hi, i am using vb to create a table, i then add that table as a control do a <div>. The data within the table comes from a select statement. When i change my select statement the data that appears in the webpage is always the first data that was … | |
HI I am trying to run a webservice on port 9999 The webservice runs perfectly, via [url]http://etc.service.asmx[/url] I see the webservice and am able to run it nicely, the problem comes in on adding the webservice in vs 2008 , it is unable to correctly attach the web service this … | |
hi can anyone help me? because i dont know how to use for next loop i want to make a sample program in vb i have 1 textbox if i inputted value of 3 in text1.text it will come up in this answer 1 2 3 then if i click … | |
Hi , I want to show content of tables in a database in a PHP page. And I did it successfully. I had around 1500 rows in that table. Now the problem is the PHP page showing all the 1500 rows in a single page.. Please help me to limit … | |
Hello, We have added a "recently viewed items" panel to the right side of our website. In this panel we simply loop through the array of viewed items and present them with a picture and a link stacked up in the panel. The code for rendering the list of items … | |
I have created one binary file in c that save btree. File is having huge size around 2GB. If some one changes this attribute to read only, then b tree is updated incorrectly. And the behavior of code changes. I need to write a code, so that no can change … | |
Dear Friends. I need to copy particular columns from a listview to a XML file. Example i need 1st and 3rd Columns data's to be copied to a XML file. Can any one help with any example code..How to get the Column data from a Listview.. Thanks and Regards, Jayaprakash | |
hi, How can i pass a stack to the function. I am getting compilation error. Following is my code. [code] class circuit { public: int append_and_file(stack<int> &); /* Some other variables defined */ } int circuit::unroll() { append_and_file(add_stack_ppi); } int circuit::append_and_file(stack<int> &stack_ref) { int var=0; int num_clauses = 0; stack_ref.push(2); … | |
| |
Hi all, I am trying to create Web Controls and i am getting this error: Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified. i inserted all respective directives and namespaces at the begining of the page and also in … | |
Using ASP.NET Web Admin tool, i created 5 users and assigned them to different roles, but when i try to user Roles.IsUserInRole, it doesn't work, please take a look here: [CODE]protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { string username = Login1.UserName; string password = Login1.Password; if (!IsPostBack) { if (Membership.ValidateUser(username, … | |
Hi ! I am creating one application and I want to change the background of my button. How can I change my button background and put image in background ? | |
Hi, i'm looking for some library that provides solving matrix determinant. My matrix contains complex numbers (complex.h). Please write me some hints | |
I have two fields in a table(dept_code and DEPT_name) in SQL.In my form iam having two comboboxs. one for dept_name and the other for Dept_code.What i want is that when i select a particular dept_name from the combobox its associated dept_code should come in the other combobox???? | |
Hi Friends I have make an application in which news will be present in marquee & User could make updation & insertion in that .so for this i am calling gridview inside of marquee & that is working properly but the problem is that when i click on edit button … | |
Is there any way to type casting from NumberUpDown to string? Couldn't get much help from msdn :( | |
I want to generate a tree view using asp in which when I click the file (not the folder) the file should be deleted I found this on net but how can I modify to delete a file when clicked on it. [URL="http://classicasp.aspfaq.com/general/how-do-i-generate-a-treeview-from-asp.html"]http://classicasp.aspfaq.com/general/how-do-i-generate-a-treeview-from-asp.html[/URL] [URL="http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm"]http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm[/URL] | |
hi All, I m a student.... I am assigned a project in java course to develop a "Ftp Server using RMI".... Requirememts:- Requriments are not so high.... It should be a simple one... Ftp Server could add, remove, view users and statistics through proper GUIS..... Ftp Client shloud be logged … | |
I have a stored procedure in oracle which has 2 in parameter and 1 out parameter. One of the in parameters has default value given. I want to call this procedure through java without specifying value for the in parameter which has default value given. Any idea, how to do … | |
I'm trying to write application run as service in vb6. I have two barcode printers (ZEBRA) with print servers connected to centronics port (D-LINK DP-301P+). In my service i connect to SQL server and get information about destination printer and source code (ZPL) to print. Now i must send my … | |
Hi, I tried to use the following code to prevent duplicate execute of my program, i pub this in the form_load event procedure: Process[] processes = Process.GetProcessesByName("C"); foreach (Process p in processes) { MessageBox.Show("Can't duplicate run this program,it is already running in the background.", "can't run again", MessageBoxButtons.OK, MessageBoxIcon.Error); this.Close(); … | |
Hi all, I have tried to write a program which can add two matrix. It is running well....but when I am printing out the resultant matrix it is just showing the address of the resultant elements. For convenience, I have posted the output also. [B]Program:-[/B] [code=cplusplus] #include<iostream.h> int main() { … | |
I tried Googling this to no avail: how can I request the used space/ total size of the hard drive? In this case it is safe to assume that the machine will be running Windows. | |
Hi, im new here, and I have a huge question. How am I or a user able to submit data from a vb6 application to create a new post? Here is an example of what im referring to. [CODE]http://img201.imageshack.us/my.php?image=61664343pu1.jpg[/CODE] I just need to figured out how to send the data … | |
Hi Experts See attachment it will explain my problem I need coding in vb to solve it Thanks Altaf Ahmed | |
I want to build a simple search system. I have this one page call search.php which I had a multiple select box that i retrieve from the database.. some of the code are like this: [CODE]<form method="post" action="modulartabulated.php"> <table width="75%" border="0" align="center"> <tr> <td>Date:</td> <td><input type="text" name="date" /></td> </tr> <tr> … | |
Hi there, I'm building a multilanguage CMS based Web site using PHP 5- MySQL and I'm facing problems with languages. From what I've been reading I must use charset UTF-8 (as Wikipedia uses this I guess this is realy the right choice). Now, I must also know how to store … | |
This is my first C++ program that I put any serious effort into. You may have seen the trick that allows you to start explorer.exe as the SYSTEM user (by running "at /interactive xx:xx explorer.exe", adding 1 minute to the current time). It takes a lot of jumping through loops, … | |
Hi, I have a problem with the use of vectors. As you can see, the program asks the user for a row of positive whole numbers. These numbers will by put in a vector called "getallen". Than the numbers in "getallen" will be sorted by the function "sorteerint" and number … | |
hi, i need some help with adding numbers in array. the arrays are the same size, but the new array must be the same size as the first two. i know how to add two arrays but i don't know how to make the case for bigger size and say … | |
hello, i'm trying to to get the time of my sorting function in seconds, and i always get ZERO time. here is what i'm using: [CODE=C]clock_t t1,t2; t1=clock(); clock_t IT I.insertion(A,200000); t2=clock(); IT=((t2-t1)/ CLK_TCK)*10000000000000000000;[/CODE] i print the IT and get ZERO. can someone help me with that issue? | |
I think I have several questions before I post my code. [LIST=1] [*]How do I change the attributes? Everything looks the same and I was basically looking at one of the examples in my book for this problem. The book always has the arguments and attributes as being the same … | |
First post so thanks in advance for any help. I am looking to pull the anchor text from a series of links in some html. I am doing this with find() and rfind(): linkend=users.find("</a>:") linkstart=users.rfind(">",0,linkend) My question is that once I have found the first link, how do I then … | |
![]() | Hi, I am trying to run this program, but I am getting two error messages that prevent it from running. I don't really understand what the problem is or how to fix it. Could someone please help? Here are the errors: "error C2664: 'sprintf' : cannot convert parameter 2 from … |
I've been programming on and off as a hobby for some time, but I've never done anything with networking, and since I can't get the docs to work with Ubuntu I've been rather stumped. Could someone offer an example of a program that would send a package of data (say … | |
Hi I have database on spss file and i need to use it on c#, how can i do it? | |
Hi, This is my second post in continuation to my previous one. How can I loop through all the files in a folder. Cheers! Ali | |
#include<iostream> #include<fstream> #include<cmath> #include<iomanip> using namespace std; /* 215 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26. What is the sum of the digits of the number 2^1000? */ //my logic is to export 2^1000 into a text … | |
Hi all, I am trying to create Web Controls and i am getting this error: [COLOR="red"]Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified. [/COLOR] i inserted all respective directives and namespaces at the begining of the page and also … | |
Dear guys, Can anyone help me out to open up a windows default dialog box in C# to browse folder and the folder path be displayed in the lab/edit box. I am new at C#. Just created a simple form application and now looking to do the backend coding Regards, … | |
Hi, I have to call an external executable program (prog2) from within my program (prog1) and then use the output of that exceutable program (prog2) in program (prog1) after calling it. I have to manipulate the output obtained from progam (prog2) in program (prog1) and then perform this iteration n … | |
im trying to write a program that determines the type of hand with three cards (one pair, three of a kind, straight, flush, straight flush, high or low card, or royal straight flush) This is my code so far. I got the cards to come up to be what they … | |
With this code: [CODE] Imports System.Text Public Class Form1 Public quoteStr As String = Global.Microsoft.VisualBasic.ChrW(34) Public illegalChar As Boolean = False Public asteriskReplacement As New StringBuilder(" ", 4) Public asteriskComboIndex As Integer = 0 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim keyboardCharacters As String() … | |
Can someone give me a link to a good tutorial or something on C++ Winsock FTP and HTTP communication. I know how to use TCP/IP, but when you connect straight to an IP, they have to be connected to the same network your on for it to work. If you … | |
I use the Dev-C++ compiler on a Toshiba laptop running on Windows Vista 32-bit. Im good in C++, and I have been learning to use the OpenCV (Open source Computer Vision) library with C++. When I run my C++ app, the OpenCV window that uses GUI freezes up. It shows … |
The End.