Jump to content
xisto Community

de4thpr00f

Members
  • Content Count

    77
  • Joined

  • Last visited

Everything posted by de4thpr00f

  1. If you want to use the latest software you shouldn't start with a beta version.Try out the Express 2k5, you'll find much more sources, and resources, to learn...You should start with little programs like "Hello World!".Vb is really basic, trust me, after a week you'll start thinkin' about moving to db's, to make it more interesting. :)Good luck for you.
  2. You should start from here: 4GuysFromRolla Internet.com ASP 101 ASP Resources @ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ Hope it helps, i'm starting with it too. Good luck for you.
  3. Well good luck for you too. And one last thing, you should visit a psychologist. That would be a really nice to someone help you on how to "filter" thoughs and help you to give some attention to your kids in the next hard times. Life goes on no matter how hard it gets sometimes.Was nice to talk with you. And again, welcome to the forum. The topic is not in the wrong session, you are introducing yourself. =)
  4. I know that you were not expecting replies on this topic since these threads are tabu for some. It was for me, but i learned how to talk about this with a certain (i missed the word) cold? i mean, not very gently since this is a big problem for some. I'm 20 years old and i'm a smoker. I never felted that i was playing with fire, but after my friends problem i reduced a lot and i'm tryin to cut it. But what makes me think is that i can be doomed by now...
  5. First of all, welcome to the forum (stay for a while you need to clean up your mind)Didn't you think to open a process to the doctor? He was negligent. Well i have a friend with a similar problem (cancer on the lynfatic system) and she's only 17. Life is unfair for some. You shouldn't be thinking about holidays unless your mom is going with you. I bet your children can understand that.Try to fill their mind with some activities, they will forget problems fast. This thing can really affect them.
  6. Lol i'm addicted to this thing (yes i'm on psp)i bought it from ebay, cheap price with memory card of 4gb, downgraded already and what i found interesting on it it's the wi-fi thing, i can be on msn, forums, play games (they are boring except crush) and most of all, you can listening to music. I have an ipod too, but in here i can download and listen.
  7. Well boy, pay with the same coin, do exactly what she does. If she's trying to annoy you in that way, is because she will be annoyed with that. She will stop eventualy.
  8. First i need to disagree with damen in the part of hard-to-get girls are boring.second it's a very complex thread since almost everyone would react differently3rd why not act normal? changing means pressure. I mean, if you change with her maybe she will try to make up her mind quickly, and sometimes the result may not be what you expect. And if you really like her, you can handle 1 week. You just need to make sure that you still are waiting for an answer. By now you should let the "dust" calm down. =)
  9. Oh, highschool... *dreams* lol.Have you datted before? I had some troubles like that after finishing a relationship of 4 years, seemed like i had to read the "basics" again.Sorry for the off-topic.On the msg try a simple one like:"Hi <name here>. Remember me?! (simple joke like) Oh yeah i know you do *wink*.Look i'm going to mall today searching for some shirt (buy one sexy even if you'll not use it) and after i was thinking on takin' a coffee with you. Btw, you have no choice *wink again*"
  10. I had the same problem long time ago, my solution was to put a stop function at the end of the file (sorry can't remember the function to stop loading). that solved my problem, and the page only stopped when fully loaded.
  11. last time i had a problem like yours the problem was the graphic card. dead ram will cause no boot at all.graphic card problem will cause no image and a noisy beeps. but you can try your ram on friends computers to see if it boots. if it doesn't probably it's ram fault. if it boots, maybe it's your motherboard ram slot fault.you can't say that's something fault before trying on different computers. good luck.greets~Jo?o Lopes
  12. May i ask what do you mean about privacy issue?I heard a rumor of google selling your "profile".What i heard is that the easier way to someone create your profile is a search engine, you search what you like (basically) so google is selling your profile to other companies (aka spam), and the gmail is just the mine gold of google, since you search and they know exactly who you are.I think this is just conspiracy, but i have to admit: "This makes sense"Anyway, is this what you are talking about?
  13. Hello, i'm a new user in programming and i'm more interested in web interaction ones. My question is: is c/c++ a good program for web interaction? Is there an easier way to create a gui?What i want to do is a mysql interaction, consult and confirmation, and include that on vb. is it possible?
  14. Well, i think you should use both. i use both and i'm very happy with my decision.Why do i use both?Well, my preference is linux, but i play games. Games that don't run on linux and i need windows. Another reason is that i am a Vb programmer, an addict one, and i don't want to learn another language compatible with linux before i mastered vb.How do i use both?Personally i use grub to change between OS, but there are also another programs for that matter. (ie. lilo)~GreetzJo?o Lopes
  15. List of disposable e-mail providers or short time e-mail:spaml.commintemail.comguerrillamail.comshortmail.nettempemail.net/.bin/.orgif you guys know more, reply to be added.
  16. First of all i must say this project is just for learning skills and not for abuse the code. This project can be usefull if you want to access a webpage with vb and don't want to show the real page. Here it is... If you have doubts reply please, i'll explain the code with pleasure. ~ Greetz Jo?o Lopes PTGmailaccount.zip
  17. I've found this MMORPG. It's what i'm playin' right now, it seems a little childish, but it's a very interesting game.Try it and reply to this. Greetz~Jo?o Lopes
  18. The easy way to do it is to store what you want on a text file, and read it on the program load.Btw, you want that for vb6 or vb.net?I can get you a vb.net 2005 example if you want.You can also encrypt the password and de-crypt on loading.
  19. Ok, here's another good application, but it has not been made by me, i can't remember the source of it to give credits to.But anyway it's a good application to use in forms, when someone forget to insert a data...take a look.greetz~Jo?o Lopes ColorFading.zip
  20. This is very useful, it's working. I just set this to run on background so i'm not bothered with the minimized window :)great job.
  21. The c drive with the 8mb is needed to store info of the drive, that's why you can't merge it.your solution is to delete all the drives and make new partitions, but make sure you give c drive a few more space this time.
  22. Well, here's the source of a program that interacts with the pc speaker, i made it to "beep" like a morse code, depending on the text.Study the code if you will, although it's very simple, but here it is Note: If you don't have vb.net installed and want to test the program, run the executable on the folder "morsecode\obj\Release" morsecode.zip
  23. Hello, i'm having some troubles creating a countdown, i'm willing for some help.First of all, the form has a textbox where the user has to input the time to countdown like this: 1:10 < this means 1 minute and 10 secondsthe form has also 3 labels, 1 named countminutes, other countseconds and another label1 with the text ":"here's the code, the problem is that it counts the time, but blocks the app till it ends, wich result on not showing the counttime like it should: Imports System.Threading.ThreadPublic Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim time() As String time = Split(timetowait.Text, ":", , CompareMethod.Text) countminutes.Text = time(0) countseconds.Text = time(1) Dim minutes As Integer = time(0) Dim seconds As Integer = time(1)start: If seconds = 0 And minutes = 0 Then GoTo stops End If If seconds = 0 Then minutes -= 1 seconds = 60 End If seconds -= 1 countminutes.Text = minutes countseconds.Text = seconds Sleep(1000) GoTo startstops: MsgBox("countdown off") End SubEnd Class If someone could help me would be cool.If i pull this out before someone helps me i'll post the new code in here.Thanks in advance.~Jo?o Lopes*edit*Posted the attached file.*edit*Problem solved, i'll leave the 1st source there and attach another, the 1st source has nothing important, but uses the function sleep, and i don't know if it will not be needed around.and the code is this one (note, now a timer is needed, named timer1) Imports System.Threading.ThreadPublic Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If InStr(timetowait.Text, ":") Then Dim time() As String time = Split(timetowait.Text, ":", , CompareMethod.Text) countminutes.Text = time(0) countseconds.Text = time(1) Timer1.Interval = 1000 Timer1.Start() Else MsgBox("You have to insert like this 1:10") End If End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim minutes As Integer = countminutes.Text Dim seconds As Integer = countseconds.Text If minutes = 0 And seconds = 0 Then MsgBox("Time Ended") Timer1.Stop() End If If seconds = 0 Then minutes -= 1 seconds += 60 End If seconds -= 1 If minutes <> -1 Then countminutes.Text = minutes countseconds.Text = seconds End If End SubEnd Class countdown.zip countdown_new_.zip
  24. i can make you a program in python to get arguments that r are being send. that could help you somehow to make that program in vb.and isn't it simpler to make an email checker on vb?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.