Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

crEo

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by crEo

  1. In Latvia they have started to put theese kind of pictures on cigarettes boxes: ![](http://phoebe.vm.gov.lv/misc_db/web.nsf/bf25ab0f47ba5dd785256499006b15a4/993c850d7e919214c2257497003907ef/$FILE/SMEKESHANA_ATTELI_www.jpg)
  2. Hello! Thank you for this great tutorial! I need to move the minimap out of the map screen and found a way how to do it. But when i move it out, it moves behind "800x600.jpg" GUI and is invisible. Does anyone know's how to fix this? Thank you, Creo!
  3. I'm sorry to ask, but how can i do it? :azn: I am new to Virtual Basic.
  4. I did not understood what you said fully, but i think this is what you asked: > Function IsAlphaNumeric(TestString As String) As Boolean > Dim LoopID As Integer > Dim sChar As String > > If LenB(TestString) > 0 Then > For LoopID = 1 To Len(TestString) > sChar = Mid(TestString, LoopID, 1) > If Not sChar Like "[0-9A-Za-z]" Then > Exit Function > End If > Next > > IsAlphaNumeric = True > End If
  5. Hello! The time has come, that i need to ask a question. Me and friends are making a game on Eclipse engine, but the game is in other language- Latvian language. But for Latvian characters we need Unicode or UTF-8. Is it possible to change from ANSI(?) to UTF-8? Thank you, Creo. P.S First asked in Questions, now created new topic in source questions.
  6. crEo

    UTF-8 with Eclipse?

    Hello! The time has come, that i need to ask a question. Me and friends are making a game on Eclipse engine, but the game is in other language- Latvian language. But for Latvian characters we need Unicode or UTF-8. Is it possible to change from ANSI(?) to UTF-8? Thank you, Creo.
  7. Robin, thanks a lot! From your short-tutorials i am really starting to learn visual basic :)
×
×
  • Create New...