Search:
Type: Posts; User: webbiz
Search :
Search took 0.01 seconds.
October 16th, 2012 03:38 PM
Turns out the TextBox name was the problem. "txtFullMoonDates" should be "txtFullMoonDate".
Thanks!
October 16th, 2012 01:16 PM
Greetings.
I'm getting the unhandled NullReferenceException error when I run the following code:
private void btnCalcMoonPhase_Click(object sender, EventArgs e)
{
MoonForm...
October 16th, 2012 09:44 AM
Thank you for taking the time to provide this information. :-)
I'll go check them out now and hopefully it will get me to where I need to go.
Thanks again.
October 12th, 2012 11:49 AM
Does anyone know of any available code that would allow me to get the FULL MOON dates for my area?
I've used old VB6 code to do this but am trying to learn C# so my current project is in C#.
I...
October 20th, 2011 03:11 AM
True.
I'm all for clarity.
If you can achieve that in less lines though, that's preferable. :)
October 20th, 2011 01:10 AM
Yes.
The first example I knew. It is that having to create an extra variable to hold the value first just seemed like a waste as I have been used to doing without in VB.
The second example,...
October 20th, 2011 12:17 AM
Beginner question:
I want to do some math during runtime and assign the result to a textbox.
I'm having TYPE problems.
For example:
double dValue1;
double dValue2;
October 18th, 2011 11:56 PM
It would appear that I was looking in the wrong place. When I went back to find the property, it was there. Brain fart I suppose.
Thank you.
October 17th, 2011 10:08 AM
It would be if such an event actually showed up in the event list for the radio button, which is appears not to.
Anyway, an answer was provided at another site shown below:
"RadioButton.TabStop...
October 15th, 2011 03:29 PM
Hello.
I have a simple form that contains a couple of textboxes and a group of 3 radio buttons.
I want the focus to go back and forth between the two textboxes only when the user clicks on the...
September 30th, 2011 12:00 PM
Yep. Kinda hitting a brick wall on this.
Thanks. :)
September 29th, 2011 04:58 PM
Thanks.
I will check that out.
But yes, I know the signature. I guess that means if I know what parameters it takes and what it returns. This I know.
I don't know if they have Excel...
September 29th, 2011 12:15 AM
Yes, but I do not want to open Excel, or a spreadsheet.
I do not wish to use Excel at all.
I can use the functions within xlMath.xll in my Excel programs by declaring xlMath.xll within a VBA...
September 28th, 2011 08:49 PM
First, I would like to say thank you for taking time on this. Very generous of you. :-)
Unfortunately, we have not been addressing the problem I am asking about.
In the example code you...
September 28th, 2011 06:04 PM
Thanks for your reply.
Unfortunately, recording a Macro is not going to show how to call a function from within a XLL file inside VB6 code.
September 27th, 2011 05:47 PM
So does that mean that you cannot call a XLL function from within VB6?
I have no desire to distribute office files. This is for my own personal use.
But I would like to use the function within...
September 27th, 2011 05:30 PM
I have an .XLL file from Excel that contains a function that I would like to use in a VB6 program.
While I do not know what the function does from within (blackbox) and do not really care, I do...
Thank you.
I'll check them out. :)
Anyone know where I can find code in C# that returns the date of a full moon. Perhaps all the full moons between two dates, or some other way of reference?
Thanks.
November 28th, 2010 08:58 PM
That was one of the ways I tried to do it.
Anyway, I discovered the problem.
You cannot assign values to structure members from within...
public partial class MainWindow : Window
{
}
November 28th, 2010 12:37 PM
Coming from a VB6 background, I'm trying to get a handle on VS 2010 C#.
Online, I located a file called MSFL.cs that contains structure definitions in a STATIC class container.
One of the...
August 28th, 2010 09:13 PM
Unfortunately running gcc -v only gives me an error.
The NTVDM CPU has encountered an illegal instruction.
This is Windows 7. I had to give myself permission just to run it to this point. Yet,...
August 27th, 2010 12:01 AM
This is a new installation. I downloaded the latest cygwin. Not sure how to tell what the version of gcc is. Looking at the properties doesn't seem to help.
Isn't the ANSI C++ standard dated...
August 26th, 2010 06:56 PM
I'm not sure how to answer your question.
All I know is that unless I add the std:: that you just showed me, it will give me those errors.
You seem to know what this issue is. I'm a newbie, so...
August 25th, 2010 07:16 PM
Greetings.
I'm getting the following error while using Netbeans 6.9.1 on C++ code.
../GNU_iomanip.h:27: error: expected constructor, destructor, or type conversion before '&' token...
Click Here to Expand Forum to Full Width