Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
49% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
3
0 Endorsements
Ranked #4K
~24.6K People Reached
About Me

I was born in Piatra-Neamt, a medium city placed in Romania. I am student at National Colege of Computer Science in 9th grade. Since I was a child I dreamed to program computers but, unfortunately, last year I started doing this because I thought it…

Interests
filmmakeprogramming, design, music (just listen)
Favorite Tags
Member Avatar for Geekitygeek

It is a common design in data handling applications to move from form to form to show the user different information. I have seen any number of different attempts at this on the boards so i thought I'd throw together a short snippet to show a cleaner OO way to …

Member Avatar for jacss1x
1
3K
Member Avatar for ToucheAmore

Im new at programming i started learning Visual Basic today to start things off because i plan on going to college for this type of thing. I was just curious, which type of coding/language do you use to write and create Smart-phone apps in my case Blackberry apps. I know …

Member Avatar for priyaspageo
0
545
Member Avatar for ddanbe

Mine is: > *procrastination* Don't ask me why. I guess it's the succession of vowels o a i e u

Member Avatar for bumsfeld
0
1K
Member Avatar for BogdanCov

Hello, i have these files in main folder: *index.html probleme/p1.html probleme/p2.html probleme/p3.html probleme/p4.html* what link should I write to acces *index.html* from *p1.html* ? I don't want to write the long link *D:\Bogdan\Proiecte\...*

Member Avatar for shashikumar s g
0
108
Member Avatar for taoorion

Hi there, Last night my macbook powered down, and when it was restarted, the date and time was reset to 12/31/2000. The date was reset to the 27th (last night after midnight) even though it was the 28th. This morning I reset it to the 28th, and the document I …

Member Avatar for macmad
0
153
Member Avatar for BogdanCov

I found this interesting *game* and I thought it would be nice to share with you. It's called [Drowning in Problems](http://game.notch.net/drowning/#) and **suddenly** it makes me to don't want to get old. :(

Member Avatar for vegaseat
1
287
Member Avatar for BogdanCov

Hello guys. I need an idea. How can I calculate GCF of many numbers? I thought I could calculate two by two numbers, but it not seems to be a very effective idea. There is my function: int gcf (unsigned int x, unsigned int y) { return (y == 0) …

Member Avatar for tapananand
0
228
Member Avatar for BogdanCov

Hello, guys, I encountered a big problem. There is a genereted matrix of buttons: private void Single_Load(object sender, EventArgs e) { //code here for (int i = 0; i < n; i++) { for (int j = 0; j < n; j++) { //a lot of working code here b[i, …

Member Avatar for BogdanCov
1
217
Member Avatar for BogdanCov

Hello. I have a button on a web page and when the mouse is over it becomes larger (don't ask why). .buton { /* some code here*/ height:50px; width:100px; text-decoration:none; text-align:center; text-shadow:1px 1px 0px #ffffff; transition:width 0.5s, height 0.5s; } .buton:hover { width:200px; height:200px; } In body is this code: …

Member Avatar for BogdanCov
0
213
Member Avatar for abu.rasheed3

Anyone knows hot to solve my problem. I can't acces my drive in c, d, and e. (drive partition). When I clicked it, it was stated, " This operation has been canceled due to restrictions in effect on this computer. Please contact you system administrator. It was happened about three …

Member Avatar for rubberman
0
198
Member Avatar for daChi

Hi there, my name is Brian. I am a software engineer whose most experienced in the Linux/UNIX shell scripting world. I also have a background in cloud computing (namely Amazon Web Services) and Java. I look forward to learning from and sharing with the Daniweb community!

Member Avatar for Dani
0
54
Member Avatar for RALTzzz

Can Someone help me to Create a program that receives a character and returns true if a character is a VOWEL and false otherwise.

Member Avatar for Avishek_1
0
201
Member Avatar for Elwin_1

whenever I play a movie or music file, no matter what media player I use (vlc, WMP, nero) it doesnt give sound. Youtube and other internet audio/movie works fine, also windows sounds, audio test, works. But not the media players??? Not even the green bars are jumping? how, help plz

Member Avatar for Elwin_1
0
190
Member Avatar for nikesh.yadav

Can anybody convert this code to php for me.. this is code is used to access a webservice but i only C# code they are not providing any documentation. Thanks in advance private CrmService CreateService() { cs = new CrmService(); string username = ConfigurationManager.AppSettings["Username"].ToString(); string password = ConfigurationManager.AppSettings["Password"].ToString(); string domain …

Member Avatar for BogdanCov
1
5K
Member Avatar for aman.theman1

I would like to know how to search an array from a bunch of arrays. I would also like to know how I can search a close match to an array from a bunch of arrays.

Member Avatar for BogdanCov
0
200
Member Avatar for Avishek_1

Any idea for a simple C++ project for class 12 ? I thought of and also got many ideas like railway reservation , library management , tic tac toe game , book shop management . But those are too mainstream . Anything else by anyone ? I would be highly …

Member Avatar for Avishek_1
0
231
Member Avatar for BogdanCov

Hello guys. I developed a simple game in C# on Windows (WFA). Now I want to crate a database with accounts and all stuff. I know to crate this with a SQL Local Database, but I think there should be a host where to put that DB to be accessed …

Member Avatar for JorgeM
0
205
Member Avatar for BogdanCov

Hello, fellows. I have a simple question to you, maybe you can help me. I try to save data in C#. For exemple, i make an application and the user select his options. **What type of file should I use to save his options?** The next time the application opens, …

Member Avatar for deceptikon
0
126
Member Avatar for wrda

Write the following functions: Main: declare an array of size 7 with random numbers, call the following functions. * PrintArray: prints the elements of the array. * SumArray: Return the sum of elements of the array.

Member Avatar for Slavi
-2
143
Member Avatar for Adem_1

hi guys i need a small help about drawing gragh. program should include [this](http://postimg.org/image/xmx2aagxr/) user interface. User will enter a and b values then click the draw button. Then program should show the graph of function. i will add the type of function and the formula of it, if anybody …

Member Avatar for Ancient Dragon
0
411
Member Avatar for BogdanCov

Hi. I try to change the text color of console in C++. I know some commands like . system("color fg"); But I want to change the color of only one line of console. Is this possible? Would someone help me, please?

Member Avatar for c0d3rH4ck
0
5K
Member Avatar for BogdanCov

Hello. How can I make a button transparent? I know i can select color Transparent, but that takes the background color, and i want to be transparent all because i have a video behind it. What can i do? :o3 I have a video and there is some buttons which …

Member Avatar for ddanbe
0
217
Member Avatar for AmrMohammed

Greetings I need to make a custom report designer in my application. I mean by a custom report designer is that having a Form within my application the client can use it to design his own reports and save it. Can any one help with articles on how to do …

Member Avatar for AmrMohammed
0
91
Member Avatar for BogdanCov

Hello guys. I have queries, i made a matrix of Buttons and another of Panels and everythings is ok, that works. There is the code: private void button1_Click(object sender, EventArgs e) { for (int i = 0; i < 3; i++) for (int j = 0; j < 3; j++) …

Member Avatar for BogdanCov
0
188
Member Avatar for BogdanCov

Hello, I try to play a video I i don't know how.. I searched and i found some tips and articles, but all of it if about Windows Media Player. It's fine, but i need to play something lika an intro an i don't wanna show all that buttons of …

Member Avatar for Hanif_1
0
262
Member Avatar for BogdanCov

Hello guys. I'm play a vide with Microsoft.DirectX.AudioVideoPlayback in C#. i'm tried to 'freeze' the last scene from video. I don't succeed, so I decide to show a picture with last sceen. And I don't succeed again. I have this code: private void button1_Click(object sender, EventArgs e) { Xvid.Owner = …

Member Avatar for Momerath
0
178
Member Avatar for oren.turgeman.9

HY I HAVE PROGRESSBAR NOT WITH PERCENT JUST WITH STYLE :Marquee in click event i exec stored procedure into datagridview but when i click the button and write :MarqueeAnimationSpeed =30 and after exec the sp the pb doesnt animated as i know i need to make thread but i dont …

Member Avatar for oren.turgeman.9
0
229
Member Avatar for dovlet.eminov
Member Avatar for BogdanCov

Hello, guys. I need your help. :o3 I want to create a MessageBox which may "communicate" with form. Actually, i need to communicate with form. It's a kind of backtraking and I want to display in more ways the solution. void afisare() { int dame = int.Parse(Dame.Text); afisari++; for (int …

Member Avatar for ddanbe
0
169
Member Avatar for BogdanCov

Hello guys. Does anyone have some ideas for some **cool** projects in C#?

Member Avatar for castajiz_2
0
135