Forum: VB.NET May 13th, 2009 |
| Replies: 4 Views: 293 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: 819 |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 3 Views: 819 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: 819 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: 610 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: 610 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: 610 Thanks for your reply RamyMahrous, but how do I stop the main thread? |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 6 Views: 610 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: 514 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: 514 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: 650 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: 650 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: 650 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,... |