Forum: C++ Jul 30th, 2009 |
| Replies: 2 Views: 304 thx, i've got sorted it out. |
Forum: C++ Jul 30th, 2009 |
| Replies: 2 Views: 304 Hi,
I've been trying to read the file content from the file path entered by user at run time. However i always end up in error.
Help needed...
char name[100];
ifstream infile;... |
Forum: C# May 18th, 2009 |
| Replies: 1 Views: 354 How to break or get out of foreach loop while searching folder for files or something like that |
Forum: C# May 15th, 2009 |
| Replies: 2 Views: 289 Is there a way to read MS Office document word by word in C#.
I could read the whole stoyr like
doc.ActiveWindow.Selection.WholeStory();
... |
Forum: C# May 14th, 2009 |
| Replies: 1 Views: 1,456 Hi,
I'm getting the error at the doc.close in the last argument; type mismatch error
using object 11 com addin; for which the doc.close takes 3 arguments.
thx |
Forum: C# May 13th, 2009 |
| Replies: 6 Views: 1,026 Yes, I want the later case
to take my app to the background, to manipulate XP? Vista? to open a FileDialog for the folder which your app was manipulating?
so the app can sshow the user which... |
Forum: C# May 13th, 2009 |
| Replies: 6 Views: 1,026 i'm already using that in my program. But I couldn't figure out how I can open and show the folder to the user, not in my program and not for file selecting or browsing folders;
Ok in short this... |
Forum: C# May 13th, 2009 |
| Replies: 6 Views: 1,026 Hi,
how can i open and show a folder in windows using C#. like after complting some task i want the app to open the particular folder and present it to the user.
like we open any folder by... |
Forum: C May 13th, 2009 |
| Replies: 3 Views: 569 Yes, but i couldn't find much as i really have no idea what this is about. I just need a simple c code; if there is any freely available for the above.
thx |
Forum: C May 13th, 2009 |
| Replies: 3 Views: 569 hi,
One of my freind is asking for bpsk modulator and demodulator. It's out of my domain knowledge and i'm not sure what is it about.
Can you refer to some C language example codes of the... |
Forum: C# May 13th, 2009 |
| Replies: 2 Views: 205 Thanks got that worked out. I had to make safe thread calls. |
Forum: C# May 13th, 2009 |
| Replies: 2 Views: 205 Hi,
I've wrote a small application which browse a folder and rename the files within that foldrer. However if the folder more then 500 files then the app tends to take a while to process.
I... |
Forum: C# May 3rd, 2009 |
| Replies: 0 Views: 739 Hi all,
I'm trying to display an image in C# using openCV library. I've installed the openCV 1.0 and have downloaded the opencv wrapper dll file for the c#.
I've tried the following code but... |
Forum: C# Apr 15th, 2009 |
| Replies: 1 Views: 317 Hi,
I was just wondering if anyone could help me out with reading a movie in Csharp. and secondly what format does CSharp supports.
Regards,
A |
Forum: C++ Apr 15th, 2009 |
| Replies: 6 Views: 554 Sorry One last thing..
How can I display the output value in an edit box?
thanks |
Forum: C++ Apr 15th, 2009 |
| Replies: 6 Views: 554 |
Forum: C++ Apr 14th, 2009 |
| Replies: 6 Views: 554 Gives the following error: C2664:\void ATL::CStringT<baset type, string traits>::Format(const wchar_t*,...)': cannot convert parameter 1 from 'const char[3] to const wchar_t* |
Forum: C++ Apr 14th, 2009 |
| Replies: 6 Views: 554 Hi,
How can I show a long value returned from a function to a textbox on a dialog box.
Void CVideoDlg::OnBnClickedFrames()
{
m_AMC.get_FramesDrawn(); // retunrs long
}
I... |
Forum: C# Apr 6th, 2009 |
| Replies: 1 Views: 1,247 Even after setting the credentials, I get some sort of error for if I execute the following code/instruction for 3rd time. For the first two times, it performs well and send a http request to the... |
Forum: C# Apr 6th, 2009 |
| Replies: 1 Views: 1,247 Hi,
How can I send http request for authentication?
My current code returns 401 unauthorized access
HttpWebRequest request =... |
Forum: C# Mar 31st, 2009 |
| Replies: 0 Views: 387 Hi,
How can I play the webcam video (live feed) using C#.net?
Thx
A |
Forum: C# Mar 25th, 2009 |
| Replies: 1 Views: 426 Hi,
I have setup a network dome camera on a LAN, which I can access in C# using its API's.
I can even capture the image. However I would like to know how can I capture the images and save it... |
Forum: C# Jan 23rd, 2009 |
| Replies: 5 Views: 989 Thanks got that working... |
Forum: C# Jan 23rd, 2009 |
| Replies: 5 Views: 989 So I need to do this
textFile = textFile + "\n\n"; ? |
Forum: C# Jan 23rd, 2009 |
| Replies: 5 Views: 989 Is there any way to insert an empty line in a string type variable.
string textFile = "abc";
textFile = textFile + string.Empty;
textFile = textFile + "def";
This is what I'm trying. But... |
Forum: C# Jan 21st, 2009 |
| Replies: 9 Views: 2,237 |
Forum: C# Jan 19th, 2009 |
| Replies: 9 Views: 2,237 Thanks Anteka,
I have tackled it using an alternate already. But I should better try ArrayList as well. Haven't work around with it yet :) |
Forum: C# Jan 19th, 2009 |
| Replies: 9 Views: 2,237 Is there any method to find the number of elements that are filled in an array
lets say i have the following array defined
string[] text = new string[50]
and i fill the first 8... |
Forum: C# Jan 19th, 2009 |
| Replies: 4 Views: 331 |
Forum: C# Jan 19th, 2009 |
| Replies: 4 Views: 331 below is the complete code. Have been trying to bug, didn't think if it has to do something with the paraNumbers < checks...
string[] textFile1_Paras = null;
//Reading file contents... |
Forum: C# Jan 19th, 2009 |
| Replies: 4 Views: 331 Can anyone help me out with the code. I'm getting the Null Reference Object Exception at the following line
textFile1_Paras[paraNumber] = line;
I'm trying to separate paragraphs from a text... |
Forum: C# Jan 17th, 2009 |
| Replies: 10 Views: 1,458 Got it. Thanks man, it solved the problem :)
thx |
Forum: C# Jan 17th, 2009 |
| Replies: 10 Views: 1,458 Hm...strange
Can you see the difference b/w the two. The Personal Loan one is what I want and the output one is what i'm actually getting.
I hope you can notice the line spaces in the first... |
Forum: C# Jan 17th, 2009 |
| Replies: 10 Views: 1,458 Please find the attached file to see the output text. There should be a line gap or a start of a new paragraph which is not the case. Rather the box char is being saved instead of a line feed while... |
Forum: C# Jan 16th, 2009 |
| Replies: 10 Views: 1,458 It's the line feed i guess i've to deal with. But how? How can I have a check on the ascii and even if i get's the line feed ascii how will I be able to represent it with a line feed in text file... |
Forum: C# Jan 16th, 2009 |
| Replies: 10 Views: 1,458 I'm using the writeAlltext method to save a text file with the contents saved in string variable namely textFile1.
File.WriteAllText(saveFileDialog1.FileName, textFile1);
However for each blank... |
Forum: C# Jan 16th, 2009 |
| Replies: 2 Views: 241 thanks, just figured it out. was placing an extra char "|" after *.txt |
Forum: C# Jan 16th, 2009 |
| Replies: 2 Views: 241 Is it necessary to have the "All files" option in the dialogBox. I tried removing it but it won't compile. gives some sort of error
this.saveFileDialog1.Filter =
... |
Forum: C# Jan 15th, 2009 |
| Replies: 4 Views: 394 Which method can be used to set the values in combo box from within code? |
Forum: C# Jan 15th, 2009 |
| Replies: 5 Views: 1,457 Is there a way I could run it in background. i.e. without opening the word file.
Have manage to read the contents but it one can certainly notice the opening and closing of the world doc
... |