Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
57% Quality Score
Upvotes Received
8
Posts with Upvotes
8
Upvoting Members
8
Downvotes Received
7
Posts with Downvotes
7
Downvoting Members
5
2 Commented Posts
~68.9K People Reached
PC Specs
Core i3 3110M, 6Gb RAM DDR3, Intel HD4000, 750Gb HDD
Favorite Tags
Member Avatar for abelLazm

I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next poster give you some bizarre result based upon your wish. Example: I wish I had a million dollars. Reply: "You …

Member Avatar for James_40
8
9K
Member Avatar for get connected

Hi, I've got an application at the moment that has to process a fairly meaty job. Instead of making the user sit looking at a dead form, I figured it'd be nice to show a "Program is working" message to them... And to make it pretty, slapped an ani' gif …

Member Avatar for paolo.marani
0
5K
Member Avatar for RenanLazarotto

Hello people! I want to develop for Windows Phone (7.5/7.8). Can someone point me where I should start? I'm kinda familiar with C#, I need to know what changes from C# development on desktop and C# development on WP. Sorry for the vague question, I really don't know where to …

Member Avatar for peter_budo
0
104
Member Avatar for RenanLazarotto

Hello guys! I'm making a site and I want to add a mouserover effect on the social-network icons, exactly like what WinRumors ([http://www.winrumors.com/](http://www.winrumors.com/)) have on their social icons. To understand what I mean (and what I want), open the WinRumors site and place your cursor on top of any of …

Member Avatar for RenanLazarotto
0
151
Member Avatar for RenanLazarotto

Hello! I'm having the following problem: I've logged into my acount (this one I'm using now) and noticed that there where a new facebook integration, but haven't found anyway to add it to my account. So, a few moments ago I've made the mistake of logging in with facebook and …

Member Avatar for RenanLazarotto
0
161
Member Avatar for RenanLazarotto

Hello guys! I'm trying to change an element background color when my mouse goes over another element. As far as I know CSS, this seems to be impossible to do only with CSS, so what kind of js I need to do this? My knowledge in JavaScript it too limited …

Member Avatar for RenanLazarotto
0
2K
Member Avatar for RenanLazarotto

Hey guys! I have an ready app that I will publish and maintain via Google Code. But I think it would be nice to have an update feature, but I cannot figure a nice and easy way to maintain by my own. So I did a search on Google and …

Member Avatar for RenanLazarotto
0
83
Member Avatar for RenanLazarotto

Hey guys! I want to publish my app with a single file, but I have an external dependency which I want to embbed in my app and load it at runtime. Most of the codes I found over the web were meant for non-referenced assemblies or didn't mentioned it at …

0
90
Member Avatar for RenanLazarotto

Hey guys! I want to make a simple app that will search for a predetermined file name and will list all occurrences in one listbox. I've searched on Google, but all the "search files" codes that I found were somewhat confusing. Can someone provide me some info so I can …

Member Avatar for RenanLazarotto
0
97
Member Avatar for RenanLazarotto

Hello guys! It's been a while that I'm looking for a specific software that I cannot remember the name. I've found it once, but I lost it. It's a small install making software, the same used on this installer: [url]http://www.axialis.com/iconworkshop/[/url] If someone knows, I'll gladly thanks for the software name! …

Member Avatar for RenanLazarotto
0
171
Member Avatar for RenanLazarotto

Hello guys! I've started a new app that I need to fade two images. One of them will be the background and other will fade-in on mouse hover and fade-out on mouse left. After some search around the internet, I didn't found anything that I could use. Can you guys …

Member Avatar for RenanLazarotto
0
166
Member Avatar for RenanLazarotto

Hey guys! I need to make a very simple login-like app. I could just write an program that would accept one masked text-box and verify its contents with a predefined string, but I want something more secure. How to make it encrypted, like web login forms? I've read a bit …

Member Avatar for RenanLazarotto
0
94
Member Avatar for RenanLazarotto

Hello guys! I'm making a simple app to view some comic strips from a website. My problem right now is to update it everytime it opens. I did a search over the internet, but didn't find nothing that fits to me. I want to download every single gif file from …

Member Avatar for thines01
-1
151
Member Avatar for RenanLazarotto

Hey guys! I've been working on two projects, one needs to have multiple forms, but when I open one form, it needs to close the sender. But, when I try it, the program exits! I don't want it, I just want to close the form, not the app. I tried …

Member Avatar for codeorder
0
2K
Member Avatar for RenanLazarotto

Hello there! I was tired of having to edit my hosts manually, so I just started a small app that will open a nice user interface to it for me. Most of the code is done. It opens the hosts, edits, saves, has cut, copy, paste, undo and redo functions. …

Member Avatar for RenanLazarotto
0
130
Member Avatar for Alkis90

Is it possible to open programmaticaly vlc and send to it one subtitle file (programmatically too)? For example I want to run vlc(I know how to do that) and then programmatically press video-->subtitles track-->open file... If it's not possible with c# is it possible with any other language?

Member Avatar for Alkis90
0
159
Member Avatar for RenanLazarotto

Hello guys! This is my current code: [CODE]using System; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; namespace Finalizador_de_Processos { public partial class Form1 : Form { int IndexProcesso = 0; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { ListaProcessos(""); } private void ListaProcessos(string name) { if (textBox1.Text …

Member Avatar for RenanLazarotto
0
114
Member Avatar for RenanLazarotto

Hello guys! I've followed this: [url]http://www.codeproject.com/KB/miscctrl/cutebutton.aspx#[/url] for creating my first custom control. But, I want something more visual. I want to use images as my button, with normal, hover and clicked states. But I don't know how to do it. can someone help me? Also I want to do it …

Member Avatar for RenanLazarotto
0
116
Member Avatar for RenanLazarotto

Hello guys! I need another help now. My last topic was about editing a image, which I already get working. Now I need a few things: [LIST=1] [*]Open a folder, add every image that is inside it to a listbox (filter all the other files). [*]This one is a bit …

Member Avatar for RenanLazarotto
0
211
Member Avatar for RenanLazarotto

Hello guys! I'm having such a trouble with editing a image. This is my code: [CODE=C#]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Drawing.Imaging; namespace Removedor_de_Banners { public partial class Form1 : Form { string caminho = null; int largura = 0; int …

Member Avatar for RenanLazarotto
0
117
Member Avatar for RenanLazarotto

Hello guys! I want a simple app to crop a bit of some images. The fact is that all the codes I've found were too complicated, and I didn't understood a single letter of it. Can somebody help me with it? The codes I saw where using and start point …

Member Avatar for RenanLazarotto
0
3K
Member Avatar for MarkGia

I was wondering how can i make a working login form What have i to put for user nae and password Thanks in advanced Mark

Member Avatar for MarkGia
0
493
Member Avatar for dlwhdrlf

So I made my form transparent by changing the transparent key to dimgray, change background color to dimgray. I also changed the picture box's BG color to dimgray everything was fine except that the drop shadow on the picture I did was just a grey blob. [URL="http://gyazo.com/dbce4659f8a9b6d77773f344068b6db0"]Here[/URL] is a screen …

Member Avatar for adam_k
0
121
Member Avatar for RenanLazarotto

Hello guys. I've been using Windows from a long time, but since a few months I started to use Linux too (and I won't regret it!). The problem is that... there is too many things! Too many graphical interfaces, desktop managers, file managers... Well, too many of all. Obviously, it …

Member Avatar for PepperAdmi
0
263
Member Avatar for RenanLazarotto

Yay guys, it's me again. I am using the code from here: [url]http://www.daniweb.com/software-development/vbnet/code/370426[/url] to sort my listview items. But I want something more 'dynamic': when I click on a header column, I want that it changes the sorting based on the column that has been clicked. here is my code: …

Member Avatar for codeorder
0
1K
Member Avatar for RenanLazarotto

Hello guys. I have an integer that is storing the result of a division between two numbers. I usually recieve an result that looks like [ICODE]5,2496874654[/ICODE]. How can I limit the variable length so it looks more 'approximated', like [ICODE]5,25[/ICODE]? Thanks in advance!

Member Avatar for RenanLazarotto
0
148
Member Avatar for vinodvinu

Hi, my pc configuration asus-m2n68-am se2 amd sempron le 1250 2gb ddr2 windows 7 (32bit) ultimate(not genuine) My problem is, sometimes when i boot my pc,the network status icon in taskbar shows an exclamatory sign in yellow colour and some text like this "no internet acces, unidentified network". But the …

Member Avatar for jingda
0
74
Member Avatar for RenanLazarotto

Hello guys! Its been a very long time since I don't show up here. Now I am back with a small project for internal use, but I need a little help. I want to make a program that allows me to change file attributes, like 'hidden', 'read-only' and 'system'. It …

Member Avatar for RenanLazarotto
0
118
Member Avatar for RenanLazarotto

Hey guys! I'm going to start learning C/C++ (again), and I want to start with a very simple program. It should ask to the user a number and, if it is right, run a program. Its been a long time that I don't even touch anything from C, but I …

Member Avatar for Ancient Dragon
0
112
Member Avatar for whort

is there anyone that can walk a beginner thru this. the windows safe mode virus is keeping me from opening in safe mode and running any antivirus programs, etc. i am unable to do anything that i am currently capable of doing myself. Split from this thread --> [B][url]http://www.daniweb.com/forums/thread351289.html[/url][/B]

Member Avatar for longjay520
0
252