4,439 Posted Topics

Member Avatar for vadarfone

Sorry to disappoint you, but the Control class does not support a transparant backgound. And as the Textbox control derives from it...

Member Avatar for kplcjl
0
5K
Member Avatar for PerpyProgrammer

Could NASA(a rather big compagny IMO) not provide some training courses for his employees? To much cutting on the budget is never good.

Member Avatar for abhiT123
-2
196
Member Avatar for Khan2014

google is your friend, [example](http://www.apress.com/9781430242604)

Member Avatar for James E
0
136
Member Avatar for fugio
Member Avatar for fugio
0
210
Member Avatar for bokang.letseka1

Please loosen the caps lock key on your keyboard. YOU ARE HURTING MY EARS, IF YOU KEEP SHOUTING LIKE THAT!

Member Avatar for ddanbe
0
38
Member Avatar for Florlan Brech

Hi Florlan, welcome to Daniweb. :) Your question is rather vague. Please post a question that is more specific.

Member Avatar for ddanbe
0
53
Member Avatar for iRALOVESYOU

What exactly do you mean by number of pages? Number of worksheets in a workbook? Here is a [link](http://vb.net-informations.com/excel-2007/vb.net_excel_2007_open_file.htm) to get you started.

Member Avatar for ddanbe
0
80
Member Avatar for PulsarScript
Re: Book

I watched your files and I think the solution to your problem may be found [here](https://social.msdn.microsoft.com/Forums/vstudio/en-US/a494abb8-3561-4ebe-9eb0-6f644a679862/visual-studio-2010-professional-how-to-add-include-directory-for-all-projects?forum=vcgeneral). This is where to look: ![Includes.png](/attachments/small/1/d2d969a924c5c4080a3c42faee95aa45.png "align-left")

Member Avatar for ddanbe
0
98
Member Avatar for vegaseat

This very much resembles a [snippet](http://www.daniweb.com/software-development/csharp/code/217194/data-encryption-in-c) I once wrote in C#! Good work on your part here! Some tips: 1)I should make the password with unique chars, it would diminish the detection of double chars like the oo in "book". 2) The longer the password, the better. You could manipulate …

Member Avatar for Lardmeister
3
1K
Member Avatar for PulsarScript

Do you mean the [floor method](https://msdn.microsoft.com/en-us/library/e0b5f0xb(v=vs.110).aspx) from the Math class? EDIT: Almost forgot:use this as a for loop: int sq = Math.Round(Math.Sqrt(n)); for (c = 2; c <= sq; c++) etc.

Member Avatar for PulsarScript
0
266
Member Avatar for PulsarScript

I found [this yuo tube](https://www.youtube.com/watch?v=twlo21D9LY0) to be a very good guide. Look on wikipedia for pseudocode. Btw. did you know your prime algoritm can be made 2 times faster, but perhaps you don't need that?

Member Avatar for aluhnev_1
0
141
Member Avatar for humorousone

Just leave the zeros out. Do you know any 4 digit number, when summing up the rest of his digits is equal to zero, the 1000th digit? In fact 0089 for example is not a number. 89 is. I would set my lower limit to 1000 and upper limit to …

Member Avatar for ddanbe
0
203
Member Avatar for RobertHDD

Earth IS in fact falling to the sun. But its orbital speed is such that it keeps spinning around. Speed too slow or zero, we will fall into the sun eventually, speed too big we will leave the solar system. The closer the planet to the sun, the greater its …

Member Avatar for RobertHDD
0
874
Member Avatar for AQWst

Question 1) I think this can be solved with a macro. Question 2) Did you look in the Options--> Languages section? You might also find something on sorting on google. Hope it helps a bit.

Member Avatar for AQWst
0
153
Member Avatar for ifra.raja.1

Do you have any specific question with a difficulty while doing this homework?

Member Avatar for Shining_1
0
145
Member Avatar for senskart
Member Avatar for JamesCherrill
0
169
Member Avatar for Nova6112

I guess your google skills must be updated: [one of my first hits](http://www.vb-decompiler.org/)

Member Avatar for ddanbe
0
98
Member Avatar for majara

Local variables are declared in a procedure, global vaiables outside.

Member Avatar for ddanbe
0
156
Member Avatar for afiya abdu

Only $250/h ? I would charge at least $1000 USD for the whole project and probably finish it in one hour. Which would give me 3 hours of relaxation.

Member Avatar for ddanbe
0
129
Member Avatar for ivel
Member Avatar for NathanOliver
0
293
Member Avatar for techker
Member Avatar for techker
0
255
Member Avatar for humorousone

At a low level they are sometimes useful I guess. I remember I used them in the previous century when programming in BASIC. With todays modern languages, there is absolutely no need you should use them, unless you like to write "spagetti" code with all the not needed problems that …

Member Avatar for JamesCherrill
0
272
Member Avatar for ddanbe

I wanted to upload an excel file with one of my threads, but it is refused. Do I have to zip it first and if so, why?

Member Avatar for Dani
0
331
Member Avatar for exoruel
Member Avatar for rubberman
0
1K
Member Avatar for khloud.alharazi
Member Avatar for rubberman
0
71
Member Avatar for PerplexedB

Why should try-catch be an overkill? It is designed for situations like that.

Member Avatar for PerplexedB
0
217
Member Avatar for PulsarScript

A List<T> in c# is the same as a vector<T> in C++. cout would become Console.Write or WriteLine in C#.

Member Avatar for ddanbe
0
2K
Member Avatar for techker

Why are you converting `Solde` and `Nip` to double on line 7 and 8? They are already of type double. Just pass them to the constructor on line 9. On line 15 did you try `resultC += client[i].Full;`?

Member Avatar for techker
0
116
Member Avatar for nikiki

Consider making a [List](http://msdn.microsoft.com/en-us/library/6sh2ey19(v=vs.110).aspx) of conference classes out of the text file. Should be easy sortable any way you want.

Member Avatar for Jack_11
0
211
Member Avatar for ahmadali

Pakistan is a big country to display 10 times in a for loop. What is the code you already have and with what part do you have problems?

Member Avatar for Henry Mark
0
169
Member Avatar for doris_3

Hi doris welcome to Daniweb. :) Take a pencil and a paper. Write two arbitrary large numbers on it and notice what you do when you add them together. For your program: Drop those numbers in two arrays. Start by doing the same as on paper. Take the last digits …

Member Avatar for Jack_11
0
216
Member Avatar for Garidius

The main error message starts on line 4 : Cross-thread operation not valid: Control 'progressBar1' accessed from a thread 5.other than the thread it was created on. TRy to create the progresbar in the same thread

Member Avatar for Garidius
0
2K
Member Avatar for muhammad_74
Member Avatar for Traevel
0
222
Member Avatar for Pompy
Member Avatar for Reverend Jim
0
155
Member Avatar for fawadali

Do you know how to write an "Hello world." program in C++? If yes, then just change the hello world in what Moschops wrote. It is an answer to your question! Try it and see!

Member Avatar for dbfud1988
0
194
Member Avatar for MiicahLiim

Your asteriks are uneven. You could center a number of asteriks in a string of blanks(if the chars are equiditant, but I guess that is the case here) and cout the string.

Member Avatar for dbfud1988
0
427
Member Avatar for parth2911
Member Avatar for parth2911
0
177
Member Avatar for vckicks
Member Avatar for ddanbe
1
716
Member Avatar for Dani

Can confirm problem 2 of cereal and mike. Using Windows 7 and Chrome.

Member Avatar for Dani
3
702
Member Avatar for diafol
Member Avatar for RobertHDD
1
143
Member Avatar for ZER09

Indeed, your idea does not work. At bitlevel, PrescriptionOnly = '01', InstructionOnly ='10' and Both = '11' Make Both equal to 4. Now you have 3 bits(flags) to work with.

Member Avatar for ddanbe
0
118
Member Avatar for CodingSource

You got to have a DataSource and a BindingSource. See [this article](http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.datasource(v=vs.110).aspx).

Member Avatar for Santanu.Das
0
807
Member Avatar for Slavi

Happy new year to everybody! :) In case you invite some folks, [this](http://www.instructables.com/id/Christmas-Tree-Napkin-Fold/) might be a tip.

Member Avatar for Lardmeister
1
209
Member Avatar for sweetsmile
Member Avatar for newack

Make [B]r [/B]and [B]target [/B]fields of your form. Perhaps you could have a button New Number with the lines 3 and 4 of your last code in it? Of course remove lines 7 and 8 from your buttonEnter handler.

Member Avatar for lexii
1
398
Member Avatar for Transcendent

You should first get a line from your textfile and split it in separate strings and then feed those strings to your strVec variable.

Member Avatar for Lerner
0
292
Member Avatar for ddanbe

Looking on the web for how to do it. Found several solutions: serialisation, XML etc. Cannot decide which to use. My List class contains a string, some booleans and two other Lists. Awaiting some opinions that will be accepted with great gratitude. :)

Member Avatar for ddanbe
0
239
Member Avatar for umesh_1
Member Avatar for ramyking

[QUOTE]while (revstack.Peek().ToString() == "+" || revstack.Peek().ToString() == "-" || revstack.Peek().ToString() == "*" || revstack.Peek().ToString() == "/") stack.Push([COLOR="Red"]revstack.Pop()[/COLOR]);[/QUOTE] I am still with your first code: if revstack pops it can find empty and you get an error. You cannot pop anything from an empty stack.

Member Avatar for أحمد_9
0
864
Member Avatar for BibhutiAlmighty

The End.