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
~70.2K People Reached
PC Specs
Core i3 3110M, 6Gb RAM DDR3, Intel HD4000, 750Gb HDD

88 Posted Topics

Member Avatar for abelLazm

Granted. As soon as you get older, you'll forget everything you already knew and you'll get more dumb than a door.. I wish I was not so fat.

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

Here worked fine. The only problem is that the image had a problem with refreshing. I could see the form background while it refreshed the frame.

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
105
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
153
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
164
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
85
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
92
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
101
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
175
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
176
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
96
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
153
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
134
Member Avatar for Alkis90

Hm... why do you need that? You can simply put the subtitle file in the same folder as the movie, with the same name, and run VLC with the command to movie and it should auto-load the subtitle.

Member Avatar for Alkis90
0
167
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
118
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
118
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
214
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
121
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 suggest you to use SQLite: [url]http://www.kirupa.com/net/sqllite_vb_pg1.htm[/url]

Member Avatar for MarkGia
0
496
Member Avatar for dlwhdrlf

There is a property that allows you to do not use borders. I don't remember exactly where, but is in the main window properties. Just take a look.

Member Avatar for adam_k
0
127
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
272
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
154
Member Avatar for vinodvinu

Remove the cable that goes from modem to PC, wait to task icon to gets a red cross (showing that there is no signal), plug it again, should work. Happens to me all the time, seems that Windows is dumb anyway.

Member Avatar for jingda
0
77
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
119
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
115
Member Avatar for whort

I suggest you to boot of from a Linux LiveCD and recover all of your sensetive data to new discs or even a external HDD drive. Then, format you computer and split your maind drive into half (or whatever you think that looks best). One of the halfs will be …

Member Avatar for longjay520
0
255
Member Avatar for RenanLazarotto

Hey guys! Its been a loooong while that I didn't come with any mess here :D I'm making a calculator app for a friend, and I want to make it the more complete that I can. I'm putting into it the basics: addition, subtraction, divison and multiplication. Also, I'm using …

Member Avatar for RenanLazarotto
0
130
Member Avatar for swathys

Or, Advanced Installer, QSetup, InstallAware, Inno Setup (free), NSIS (free, open source), Astrum Install Wizard, Setup Factory, MSI Factory... There are many many solutions. Some are more easy, some aren't. I can also suggest Bytessence. Just search for those names (or 'google' them (; )

Member Avatar for swathys
0
142
Member Avatar for ben25x

You can simply double-click the main form and it wil open something like this: [CODE] Private Sub Main_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub[/CODE] Every command written inside this sub will run as soon as the app is executed. Just to try, create a empty …

Member Avatar for AndreRet
0
733
Member Avatar for mhosny

[QUOTE=mhosny;1494499]A million thanks to you Andre for your reply. But this is a code for C# can you convert it to a working VB.NET code. please :))[/QUOTE] You can do it by yourself, just go here [url]http://www.developerfusion.com/tools/convert/csharp-to-vb/[/url] But, seems that this code is not working on there. I think that …

Member Avatar for AndreRet
0
927
Member Avatar for afaque01

You can assign the Form1 value to a Form2 value by this: [B]Form 1[/B] [CODE]Private Class Form1 Private myCoolForm1Value As Integer = 6 End Class[/CODE] [B]Form 2, one Button[/B] [CODE]Private Class Form2 Private myCoolForm2Value As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click myCoolForm2Value = …

Member Avatar for vanzhyme
0
9K
Member Avatar for markdean.expres

Look [URL="http://www.daniweb.com/forums/post1464133.html#post1464133"]this[/URL]. Even more detailed help [URL="http://www.daniweb.com/forums/post1464241.html#post1464241"]here[/URL].

Member Avatar for markdean.expres
0
177
Member Avatar for m16piggy

You can also use the registry to do that. You can check [URL="http://www.daniweb.com/software-development/vbnet/threads/352026/1495832#post1495832"]this[/URL] and follow the links I posted there (I'm too lazy to re-post them here lol) Hope this helps.

Member Avatar for RenanLazarotto
0
206
Member Avatar for Joshua Kidd

I've been looking for this a long time too. I don't remember when, but someone said to me that I need to catch the '.onDraw' event, but I never figured that out. :( Someone can help us?

Member Avatar for Joshua Kidd
0
161
Member Avatar for RenanLazarotto

Hey guys! I'm making an app that allows user to select some files. But, I want it to be made inside the app, without the need of a 'OpenFileDialog' or so. My first thought was a ListView control, but I really don't know how to use it or even how …

Member Avatar for RenanLazarotto
0
120
Member Avatar for MaddTechwf

If you don't want to show any message (when you import a reg file from windows, it warns), you'll need to code it by yourself. Check this link [url]http://www.codeproject.com/KB/vb/registry_with_vb.aspx[/url], this one [url]http://www.macoratti.net/vbn_reg.htm[/url] (it is in portuguese, use google translate) or even this one [url]http://msdn.microsoft.com/en-us/library/aa289494%28v=vs.71%29.aspx[/url]. But, if you don't care about …

Member Avatar for RenanLazarotto
0
212
Member Avatar for vedel
Member Avatar for vedel
0
490
Member Avatar for markdean.expres

Simply add a link label to you form. Look into 'Common controls' toolbox tab. It is located right under the 'Label' item. You can change the destination over the 'Properties' pane.

Member Avatar for RenanLazarotto
0
88
Member Avatar for RenanLazarotto

Hey guys! I'm making a simple app that will need some DLLs that I'm using, but I don't want them to be in the same place as the main exe. How can I make my app to load these dlls from a specified folder, like %mainappfolder%\files\dlls ? Thanks!

Member Avatar for RenanLazarotto
0
184
Member Avatar for RenanLazarotto

Hey guys, quick questions! 1- How can I check the size of a variable? Size in bytes, not length. (; 2- What data can be stored into byte variables? And what the maxium size of the variable? 3- How do I store data inside a byte variable? Thats all for …

Member Avatar for RenanLazarotto
0
143
Member Avatar for Amadman114

I don't think that will work with only one button. Here ya go: [CODE]Public Class Form1 Private Sub btnFullScreen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFullScreen.Click Me.WindowState = FormWindowState.Maximized Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None End Sub Private Sub btnExitFS_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExitFS.Click Me.WindowState = …

Member Avatar for Jx_Man
0
123
Member Avatar for RenanLazarotto

Hi! Since my last thread hasn't been answered and I simply cannot wait until it gets answered, how can I validade what is being written on a textbox? I need to know when the user types a "-" (minus) char. And when he do so, an message appears (preferably an …

Member Avatar for codeorder
0
175
Member Avatar for RenanLazarotto

Hey people! I have this code: [CODE] Public Class Form1 Private HowManytoGenerate As Integer Private HowManyDone As Integer Private List As ArrayList Private CDKeyFile As String = "C:\My Cool CD Keys.txt" Public Function GenerateUniqueString() As String Dim rnd As New Random Dim Chars As String Dim Result As String = …

Member Avatar for RenanLazarotto
0
113
Member Avatar for xreyuk

In other words, your form load code can will look like this: [CODE]Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.TabControl1.Region = New Region(New RectangleF(Me.TabPage1.Left, Me.TabPage1.Top, Me.TabPage1.Width, Me.TabPage1.Height)) End Sub End Class[/CODE] Look that when you're in the editor, you'll still be able …

Member Avatar for RenanLazarotto
0
411
Member Avatar for RenanLazarotto

Hey people! I was just surfing around the threads here, and found one asking for how to make a Installer-like GUI ([url]http://www.daniweb.com/forums/post1492819.html[/url]). I've replied there, but I think that is nice to have this on our code database. To start, let’s make na empty Project. Add a TabControl to it. …

Member Avatar for RenanLazarotto
0
644
Member Avatar for cyberjorge

You can use SQLite... I've used it a bit, but seems pretty easy and nice to store information. It will work for the storing info, the rest you'll need to do by yourself. You can check a bit more here [url]http://www.kirupa.com/net/sqllite_vb_pg1.htm[/url]

Member Avatar for RenanLazarotto
-1
644

The End.