Forum: VB.NET May 13th, 2009 |
| Replies: 4 Views: 286 Off the top of my head, with no testing done, I think it tries to do it more than once because there are different types of changes occuring in the file being watched... e.g Changes to its... |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 3 Views: 781 |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 3 Views: 781 Thanks 4advanced... with your help, I've managed to solve the problem... I had to call acceptchanges() after having set the datatable as binding source and subsequently the bindingsource as the... |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 3 Views: 781 Hi all,
I'm facing some difficulties with the getchanges method of a datatable...
In my program, I have a standalone datatable which I'm using as the datasource to a datagridview. When I make... |
Forum: VB.NET Feb 25th, 2009 |
| Replies: 6 Views: 590 Thanks for your suggestion, RamyMahrous... I was able to circumvent the problem somehow by having the instantiation of myClass in its own thread. No idea why that worked. |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 6 Views: 590 I was thinking that the following section:
While ThreadX.ThreadState <> System.Threading.ThreadState.Aborted AndAlso ThreadX.ThreadState <> System.Threading.ThreadState.Stopped
... |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 6 Views: 590 Thanks for your reply RamyMahrous, but how do I stop the main thread? |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 6 Views: 590 Greetings all,
I have some difficulties concerning threading and hope you guys could be of help.
Let's say I have the following class:
Public Class myClass
Public Sub... |
Forum: VB.NET Feb 18th, 2009 |
| Replies: 2 Views: 497 OK, thanks.
Thanks for the explanation, but my problem doesn't lie in understanding how IF-ELSE conditions are executed, but rather in the specific code found in this particular IF-ELSE... |
Forum: VB.NET Feb 13th, 2009 |
| Replies: 2 Views: 497 Hi all, here is a code snippet I'm having trouble understanding.
public notinheritable class myClass
------Public Delegate Sub mySubDelegate()
------Public Sub mySub(ByVal Text As String)
... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 4 Views: 630 Hi RamyMahrous,
thanks for your suggestion. For now, I've been able to solve the problem of coding the pdf into pure text as was included in my first post.
Base64 is what's used to code the... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 4 Views: 630 Hi RamyMahrous,
thanks for your quick reply. I'm doing this at the request of my boss. From his explanation, the computer on which the pdf and xml files will be created have no connection to the... |
Forum: VB.NET Jan 6th, 2009 |
| Replies: 4 Views: 630 Greetings to all.
My problem is not particularly VB.Net specific but having looked around this forum, I didn't know exactly where to post it and considering that I'm writing my program in VB.Net,... |
Forum: C++ Dec 11th, 2008 |
| Replies: 7 Views: 1,451 Hi Murtan and to anyone who might be interested,
just wanted to mention, that after your help and lots of help from 2 other posters on another forum, I've been able to find a workaround this... |
Forum: C++ Dec 8th, 2008 |
| Replies: 7 Views: 1,451 Unfortunately, I could only find the ASM source of PRN2FILE and have no idea how to go about using that to implement something similar in c++. Thanks for this suggestion though. In the worst case, I... |
Forum: C++ Dec 3rd, 2008 |
| Replies: 7 Views: 1,451 Hello Murtan, I'd like first of all to thank you for your co-operation. I really appreciate it. Now on to your questions.
I'm not too sure, but I think the program does think a printer is... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 7 Views: 1,451 Ok, thanks, so I have to stop trying what I've been trying to do so far.
Do you have any suggestions on how I could do this? or at least point me in a direction which I could look further... |
Forum: C++ Dec 1st, 2008 |
| Replies: 7 Views: 1,451 Hi all,
I'm fairly new to programming as a whole and so I would be grateful if you can help me out.
I'm trying to write a program in VC++ or C++ that would intercept print jobs from another... |