Hi, I am searching for an answer to a similar problem to Javascript not Working Correctly with OnClick and HREF. I have very simple javascript code but the onclick function is never called.
I recently received a question regarding this thread. I've created a test rpoject that creates one parent Form, then attaches two MDI child forms. One of the child Forms has two tabs on it.
I have a scenario where I have 2 rows of the same datatable that I need to keep in sync. The first row has all columns databound to various controls. I do not want to create events for every control....
Hi all, I have a tab control where all the tabs are created dynamically at run time. this works great, however when a new tabpage is created and added to the tab control i need to make the new...
welp, *sigh* unfortunately I have no control over the design. I agree with you that there is an inherent design flaw because we are not using the new model. Luckily this is only a demo and we will...
Hi Andy. I am using the private keyword. The base class method is called first, then the derived class method. I need to stop program flow from going to the derived class method without getting build...
Hi all, I have a situation where I want to add a method to a base class and make sure that no derived class can override it. Easier said than done! The problem is that we have a few hundred classes...
Yup, got that, but it's placement is not where it should be. Right click puts the context menu at the mouse cursor, but the left click calling the show() method of the context menu places the context...
Hi all, how can I make a context menu appear on a left click? I must be doing it wrong because when I make it appear on a left click it is not lined up properly.
Oh, I am already giving it a try! :D
My company is building a new client application all in C# and we plan to implement the auto update feature. Much cheaper than setting up all the Java servers we...
Here I am with today's lesson. :)
Today I figured out how to load multiple tables from an .mdb file into a DataSet. First, I have my table names listed in a multidimensional jaged string array. I...
then the only way to do it is to comment out one of the Main methods so that the other can run. The language simply does not allow two main methods and there's nothing you can do to change that.
...
Thanks to giladasaf's post located at http://www.codeguru.com/forum/showthread.php?threadid=244074&highlight=OleDbConnection I think I am getting closer to some answers.
This doesn't seem to work for doing inserts and updates. What else should I be using? I've tried using Datasets and Datatables but can't figure out how to connect them to the OleDbConnection or to...
I think you want to have three projects, one containing the CsDateConstructors class, another project containing the CsDateInheritance class and a third containing the Date classes. Then to run one...