4,439 Posted Topics

Member Avatar for SHE.RE

I normally (just as decepticon) don't give solutions to homework. I'll make an exception this time: ref class Resource { private: bool disposed; public: Resource() { disposed = false; } ~Resource() // IDisposable { Dispose(true); } protected: !Resource() // Finalize { Dispose(false); } void Dispose(bool disposing) { if (disposing) { …

Member Avatar for ddanbe
0
102
Member Avatar for mohd.nasrul.iwan.fajaruddin
Member Avatar for D8FMwyGG

Is it, that you have to have 5 marks and only a table with 4 marks that confuses you?

Member Avatar for deceptikon
-2
186
Member Avatar for nitin1

First, you got to have some sort of "masochistic" attitude, because in the beginning your fingertops are going to hurt like hell. :D The second most important thing: look down from the **nut** over the **neck** in the direction of the **bridge**. The **strings** should be as close as possible …

Member Avatar for nitin1
0
190
Member Avatar for Vaggelis

Yes, I have a marvelous idea. If you want us to help you, why don't you send us some code and point to the line where the error occurs. For you it is very obvious what **formtaut2** is, not so for us, so please be more specific in your questioning.

Member Avatar for Vaggelis
0
365
Member Avatar for Labdabeta

Did you try to use more terms? My first guess is that the series of ln(0.5i) converges much slower than the series of ln(0.5).

Member Avatar for ddanbe
0
256
Member Avatar for pritaeas

Don't really know too much about it. But I can say I would choose PhoneGap if I know HTML and CSS and Javascript very well. If I were a C# developer familiar with .NET I would go for Xamarin. Well, for what it's worth, my penny of advise...

Member Avatar for pritaeas
0
471
Member Avatar for Smartboy33

Perhaps have a look at [this DaniWeb thread](http://www.daniweb.com/software-development/cpp/threads/470006/c-graphics-problem).

Member Avatar for Shiraz_1
0
425
Member Avatar for Riteman

See [Click Here](http://www.daniweb.com/software-development/vbnet/threads/470035/splitting-the-string)

Member Avatar for ddanbe
0
3K
Member Avatar for Riteman

Parse the string char by char. As long as it is a letter put it in myText(n), if no letter or digit found like ';' increase n and place that char in the next myText.

Member Avatar for Riteman
0
602
Member Avatar for kent.johnstone_1

It may also help if you see & as an **address of** operator. o in this statement: `INT32* pVoltage = &Voltage_High;` you define a pointer to an int32 and you give it an address of a float. I guess the compiler is not happy with that. int32 is 4 bytes …

Member Avatar for kent.johnstone_1
0
423
Member Avatar for asif49

It all depends how good, tasty and original, the beverage is you come up with.

Member Avatar for Agilemind
0
294
Member Avatar for babbu
Member Avatar for Junior_1

Why not create your own window without titlebar? [Click Here](http://msdn.microsoft.com/en-us/library/czada357.aspx)

Member Avatar for meta.quota
0
321
Member Avatar for Wael1988

Quite OK! It'll even get worse over the years! Mark my words! :D Don't believe that, let's say a great mathematician knows ALL the math formulas. But if he needs them, he will be able to find them.

Member Avatar for Wael1988
0
202
Member Avatar for davecoventry

Just google [example](http://www.math.utah.edu/~treiberg/Perspect/Perspect.htm) Success!

Member Avatar for davecoventry
0
174
Member Avatar for beyn
Re: c#

Hi beyn, welcome at DaniWeb. Well, you could start with this [DaniWeb thread](http://www.daniweb.com/software-development/csharp/threads/437362/getting-started-with-c-the-list).

Member Avatar for ddanbe
0
52
Member Avatar for eriekasato

You should be more specific in your questioning, as Ketsuekiame already pointed out. I'm inferring it could have something to do with [method overloading](http://www.dotnetperls.com/overload)

Member Avatar for tinstaafl
0
419
Member Avatar for mrnutty

? De Bell[B]a[/B] Galic[B]a[/B]: [url]http://en.wikipedia.org/wiki/Commentarii_de_Bello_Gallico#Book_I[/url] My name is Danny. In the nineties I tried to make an account on Yahoo to play chess. I tried to use Danny which was obviously too common and already in use. So I changed it to danbe(be abreviation of my country Belgium) Then Yahoo …

Member Avatar for Reverend Jim
0
687
Member Avatar for pritaeas

Perhaps we all should stop driving? Driving a car pollutes the air with cancerogenic substances and fine dust, which in the end will kill us all.

Member Avatar for diafol
0
981
Member Avatar for grarhakim

This should do the trick: private void Window_MouseMove(object sender, MouseEventArgs e) { Point P = e.GetPosition(this); }

Member Avatar for grarhakim
0
406
Member Avatar for sam wage

Hi, sam wage, welcome here at DaniWeb. I'm in with grarhakim here. If you can avoid it, don't annoy users with error messages and exceptions, just because the poor user typed something wrong in a date.

Member Avatar for Fenrir()
0
213
Member Avatar for belladiluna

Hi belladiluna, welcome here at DaniWeb! Because for the most part, you just have formulas, this should be relatively easily translated to c#. Also remember that c# can make use of charting, via a .NET [Chart class](http://msdn.microsoft.com/en-us/library/system.windows.forms.datavisualization.charting.chart(v=vs.110).aspx)

Member Avatar for vegaseat
0
5K
Member Avatar for Pratique

Could you specify what you mean by your question? What you mean by accessing an integer, from a database,from a file from an array...

Member Avatar for ddanbe
0
106
Member Avatar for Firozeh

Hi Firozeh, welcome here at DaniWeb. I guess you need to know more about regular expressions, called [Regex](http://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx)

Member Avatar for The Diamonds
0
154
Member Avatar for AhmadHasanSahi

[Click Here](http://www.youtube.com/watch?v=lyZQPjUT5B4) For an example of bubble sort.

Member Avatar for Dani
0
119
Member Avatar for Dani

To be honest, I never noticed it before. But it looks very interesting and I will certainly have a look at times. Thanks Dani, keep up the good work! :o)

Member Avatar for Dani
0
244
Member Avatar for Ancient Dragon

Hi, guys, thanks for the info. :) Would a cheap upgrade also work if I have VS 2010 Pro and Windows 7?

Member Avatar for G_Waddell
0
304
Member Avatar for ArashVenus

Here is a [you tube tutorial](http://www.youtube.com/watch?v=bRf33gZ5K9E) for a very simple calculator, using Visual C++.

Member Avatar for ArashVenus
0
1K
Member Avatar for abdul.mudaser

Here is an old snip I found in my basement that happens to do more or less what you are trying to accomplish. Needs some reworking I guess. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Text; using System.Windows.Forms; using System.Threading; namespace DumpHeap …

Member Avatar for castajiz_2
0
2K
Member Avatar for mollyorgasm

What are you in search for? Could you please rephrase your question, it's hardly understandable.

Member Avatar for ddanbe
0
257
Member Avatar for venkates.99

ASk an administrator what security measures where taken for the intranet.Example: recieving zip files is restricted etc.

Member Avatar for Ketsuekiame
0
334
Member Avatar for SMYussef

Try using `Sfinal = Var/(salaries.length - 1);` for an explanation [see here](http://en.wikipedia.org/wiki/Bessel%27s_correction) Yes, stats is not often everones favorite. ;-)

Member Avatar for SMYussef
0
1K
Member Avatar for ddanbe

Squaring a number is a rather common task in programming, but if you want to square an integer. Easy you think! Int MySquare = AnInt *.AnInt; This will happily overflow without giving any exception if AnInt is bigger than 46340, unless you put your code in a checked block. Now …

Member Avatar for kplcjl
0
396
Member Avatar for Patrick_3

Your rectangle is always drawn on the background, the "canvas" of your Panel. Then the other controls are drawn. Just make sure you place them in a position they don't interfere with your rectangle.

Member Avatar for Patrick_3
0
1K
Member Avatar for Learner010
Member Avatar for Reverend Jim
0
192
Member Avatar for procomp65

I myself did not know it untill recently, but you can do charting, plotting and graphing in C# and .NET. Here is an [example](http://www.youtube.com/watch?v=82jnryBxsnI). A DateTime has a Tics property, which converts "13/9/2 14:24:30" to one number.

Member Avatar for ddanbe
1
183
Member Avatar for castajiz_2

Perhaps you can combine a MouseDown with [dragging](http://msdn.microsoft.com/en-us/library/za0zx9y0(v=vs.110).aspx)?

Member Avatar for castajiz_2
0
160
Member Avatar for Learner010

What you are trying to do is indeed not possible. There is something like [operator overloading](http://msdn.microsoft.com/en-us/library/ms379613(v=vs.80).aspx), but it is rarely needed in every day use of VB, so I would not spoil my learning energy on it right now.

Member Avatar for Learner010
0
118
Member Avatar for Jamblaster

Sometimes people find your post offensive, because first, you have to write it down in words(a mail is different from a phone call), second, not all people(me included) understand all the subtleties of the English language. Example: You can **ask** or **demand** an answer. Demand will be rather rude to …

Member Avatar for diafol
1
376
Member Avatar for pritaeas

Perhaps you could manipulate the [Tag property](http://msdn.microsoft.com/en-us/library/system.windows.forms.listviewitem.tag(v=vs.110).aspx) of the ListViewItem. Don't no if this will work, never tried it myself, but if I would, I would try this as my first option.

Member Avatar for pritaeas
0
264
Member Avatar for london-G

You could startby running the macro recorder and doing the actions you need manually. Look at the macro Excel came up with and generalize the macro to your needs.

Member Avatar for ddanbe
0
126
Member Avatar for jared.geli

We don't have a clue either. Is it Excel? A DataGridView? From a database? Do you already have some code? (This may be wrong code, doesn't matter) Please let us know.

Member Avatar for jared.geli
0
200
Member Avatar for PratyushTheGreat

Hi PratyushTheGreat, welcome at DaniWeb! What you need is [linear regression for quadratic curve fitting](http://www.codeproject.com/Articles/63170/Least-Squares-Regression-for-Quadratic-Curve-Fitti) (The trajecory of a projectile is parabolic.) The link has an explanation and code in C#, but it should be fairly easy to google something in C++ I guess.

Member Avatar for Rahul47
0
133
Member Avatar for <M/>
Member Avatar for diafol
0
236
Member Avatar for daino

You have to be aware of the computer archtecture you are working with.

Member Avatar for daino
0
179
Member Avatar for torrm
Member Avatar for torrm
0
233
Member Avatar for lincy828
Member Avatar for ddanbe
0
370
Member Avatar for GrantB

Hi GrantB, welcome at DaniWeb! Read [this](http://www.daniweb.com/software-development/csharp/code/468063/how-to-read-lines-from-a-csv-file-) but the post in it, with "documentation" by decepticon is very important!

Member Avatar for GrantB
0
154
Member Avatar for ahmadroos

The End.