No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
39 Posted Topics
I'm writing an C# application, where the user can select an entire folder and click on a button to upload the folder he choose. It is possible to upload an entire Folder to a Server(with all its files and sub folders) ? I found in the web examples, to how … | |
Hi to all I have the following situation: I'm creating a number of threads that does some work and then a then I wait for all the threads to finish, the following is the code I'm using, everything is working fine. Now I want to add the option to pause … | |
Hi to all, hi have the following problem, I hope someone can help me. I need to replace special chars that appear in a string. [B]for example if I have the string:[/B] this- is a !string with special chars- [B]I want to receive[/B] this45 is a 33string with special chars45 … | |
Hi to all I'm writing an ActiveX in C#, I found a great tutorial in: [url]http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx[/url] The problem is that my ActiveX should create a folder and do some another actions in the Client machine, according what I know when the user allow using ActiveX, the ActiveX has permissions to … | |
Hi to all, I have the following problem, I don't know if is possible to solve: I have number of threads working, and I want that every thread to wait in some part of the code, until all the threads reach that part. I'll explain may self: 1. In the … | |
Hi to all, I need your help/advice. I'll explain my problem: I have to write an aspx page, where the user can upload an entire directory/folder to my server. I did some research and seem that there is no build it component to upload an entire directory/folder, there is the … | |
Hi to all. I'm trying to get the percent of an swf object in the html page. I'm using the method PercentLoaded(), the code is working fine in IE and not working in Firefox. I print the percent and in IE and see 0, 20, 30....100% In Firefox I see … | |
I trying to change the edit box (filepath) of the "Save As.." Dialog of the Internet Explorer, on run time. The problem is when using the method: [code] GetDlgItem(hwnd, 0x0470) [/code] The file path control in Windows XP is'0x047' and in Windows 98 is '0x480'. I found this in the … | |
Hi to all, it been a long time since my last time I write/ask in the forum. I have the problem I hope you can help me: I’m using the guide: [url]http://www.codeproject.com/KB/shell/iesaveas.aspx[/url] (Automated IE SaveAs MHTML) I have the problem when I’m running the code in Windows Vista In the … | |
Hi to all, I have the following question: I 'm using the GridView control in aspx, I bound the data with the Wizard in VS2005. And everything is working just fine, my problem is that I want to change the data in the Grid in runtime (meaning the user can … | |
Hi to all I'm looking for a substituted of the clip Property, I'm using following the code(take from [url]www.w3schools.com[/url]); [code] <html> <head> <style type="text/css"> img { position:absolute; clip:rect(0px 50px 200px 0px) } </style> </head> <body> <p>The clip property is here cutting an image:</p> <p><img border="0" src="bookasp20.gif" width="120" height="151"></p> </body> </html> … | |
Hi to all, it's been a long time since the last time I participated in the forum, I hope everybody are OK. I need your help with the following issue: I have a DLL that is used in a Web Application (ASP not APS.NET) and I need to debug it. … | |
Hi to all I new in the programing in JavaScript and get the following problem. I want to debug my code in VS2005. For IE if I write the line [code] debugger; [/code] and open the IE browser, I can debug in VS2005. But of course for Firefox is not … | |
Hi to all, I need to write an application, I don't if it possible, but the application needs to receive and URL address and save the web pages(including its resource). I explain my self: 1. User insert the address: [url]http://www.yahoo.com[/url], [url]http://www.msn.com[/url], [url]http://www.google.com[/url] for example 2. The application will download the … | |
Hi to all, I was wandering if I can do the following thing: I need a page that I can input a piece of script: e.g. [code] <script> function Test(mystring) { if (mystring !="") alert("OK"); else alert("NotOK"); } </script> [/code] And click a button and run the script in the … | |
Hi to all, I'm new in the forum and also new in the JavaScript programing. I have the following problem, I have a table that has another table inside one of its elements, the inside table is affected with one property that is in a CSS file. I hope I … | |
Hi, I have the following problem I hope someone can help me [B]I have the CSS file[/B] [code] #one { border-style: solid; border-width: 5px } #two { border-style: solid; border-width: thick } #three { border-style: solid; border-width: thin } #four { border-style: solid; border-width: medium } [/code] and the HTML … | |
Hi to all, I have the following request/question: I’ll tell my history: I’m working in a company like a C++ programmer (for almost a year), lately I feel like I’m not going forward professional talking. I’ll explain myself: I receive assignments like fix BUGS or write small functions in the … | |
Hi to all I'm writtting a small application, that one of its options will be delete Internet Temporary Files(Cache of IE). I try deleting the files but without any success. I found an example of code in the web, but when I use the code I receive a error that … | |
Hi to all, I hope uyou can help with the following situation i have: I have to write a function that receives a parameter, that is unknow until runtime, meaning one of the parameters could be: CString, int, double, bool or something else The function receive additional parameters that are … | |
Hi to all I hope you can help with the following issue I have, thanks in advance. I'm working in an application that insert text to pictures. The problem is that after inserting the text, the size of the new pictures is smaller(in KB). I'll explain myself the original picture … | |
Hi to all, I was wandering which is the best way to found the closer number in an array. OK not exactly the closer number, I explain my self: For example I have the array: Index: 0 1 2 3 Numbers: 750 500 300 200 * If I receive the … | |
Hi, I new in this forum, I have a little experience with C#. I need to write an application that can add/delete registry keys in a remote server. I'll explain my self. I working in a company that have a lot of servers and sometimes we need to add/delete keys … | |
Hi, I was wandering if someone, can recommend a tool that does reverse engineering I have the following problem: I have a project in C++, with a lot of classes and a lot of inheritances, I want to learn all the classes and inheritances, and If I can receive the … | |
Re: Hi, first you have a problem in the operator '+', [code] Matrix C(dim1,dim2); [/code] You try to use a constructor with two paramenters and you have a constructor only with one parameter. The reason why the constructor is called before you can return it, is because you are in the … | |
Hi, I have two questions: 1. I receive a project and I noticed that when I want to compile I have the following options: Debug Release Release MinDependecy Release MinSize I know only Debug and Release, what are the other options? What are the meaning when compiling with this options? … | |
Hi again, I have the following question, I have the following problem: I have an array and a function that receives the array, the problem is that the function is declared like this [code] void MyFunc(int **my_array) { for ( i=0; i<10; i++) (*my_array)[i] = 0; } [/code] And when … | |
Hi I to all I have the following question, I hope you can help me: I need to store variables, in diferent variable types, but I want to know for example the size of the int type what size of number I can store, I found that int can store … | |
Hi, to all, I'm having the following problem: I'm trying to convert a CString to long(or number), but the number that is in the Cstring is too big and I loose data of the number. I was thinking in using instead of long use the variable ULONGLONG, but the problem … | |
hi, I have the following problem, I working with the variable "COleDateTime". I have the following code: [code] DATE CurrentTime = COleDateTime::GetCurrentTime(); [/code] This returns the current time of the system Do you know how to add to this current time seconds, minutes, days? Also I need to get two … |
The End.