Search:

Type: Posts; User: Olwynn

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    513

    More move at same time

    Hi, i wanna make a program, where 3-7 circle (inside circle are letter/letters) they move at the same time, and if someone hit buttons on keyboard ( letters in circle) the circles are disappeared.
    ...
  2. Replies
    4
    Views
    1,078

    Re: Label over label on panel/background image

    Thankx for all...

    Label.BringToFront()
    this is enought to work, how i want
  3. Replies
    4
    Views
    1,078

    Label over label on panel/background image

    Hi all. I wanna make a form, and put on form in runtime label(s).

    all label will be on panel over its background image

    I can make a several label(s), but i need to display over all items the...
  4. Thread: Text from dll

    by Olwynn
    Replies
    11
    Views
    1,885

    Re: Text from dll

    Label1.Text = My.Resources.sd

    works, thx good idea
  5. Thread: Text from dll

    by Olwynn
    Replies
    11
    Views
    1,885

    Re: Text from dll

    Thx, i try it
  6. Thread: Text from dll

    by Olwynn
    Replies
    11
    Views
    1,885

    Re: Text from dll

    Label1.Text = Label1.Text =

    it was only copy/paste mistake



    i dont wanna text file, because they can edit it.
  7. Thread: Text from dll

    by Olwynn
    Replies
    11
    Views
    1,885

    Re: Text from dll

    I have a main program, ingame overlay for users.

    I wanna make a dll, what is included the user name(s), and the program read this user name from dll. If someone uses the program, whos name is not...
  8. Thread: Text from dll

    by Olwynn
    Replies
    11
    Views
    1,885

    Text from dll

    Hi all.

    It is possible, to read text (label text maybe) from dll.

    So i have a Main program, what is read "texts" from .dll.

    I tryed so:

    dll file:
  9. Replies
    3
    Views
    805

    vb.net MEMORY problems

    Hi

    Which is less memory for vb.net program?

    dim i as integer (10 time dim as integer) or an array with 10 item (integer)

    same in string
    dim i as string
    dim i as string
    ...
  10. Replies
    2
    Views
    524

    Re: Json object/string error

    This is the little part of Jsonfile

    [{"id":1,"edsm_id":12695,"name":"1 G....
  11. Replies
    2
    Views
    524

    Json object/string error

    Hi..
    I wanna read json from file, but i have a little trouble..

    read this, {"id":16,"name":"Boom"} i have code


    Imports System.Net
    Imports System.IO
    Imports System.Linq
    Imports...
  12. Replies
    6
    Views
    657

    Re: Chasrt display - help

    I made it, thx

    diagram.Series(rtb.Lines(i + 13)).BorderWidth = 3
    diagram.Series(rtb.Lines(i + 3)).ChartType = DataVisualization.Charting.SeriesChartType.StackedColumn
    ...
  13. Replies
    6
    Views
    657

    Re: Chasrt display - help

    I dot find, i dont know, how/what i must search.. to make vertical label value output..
  14. Replies
    1
    Views
    402

    Chart - bar type

    Hi i want to make chart, like on picture.. from data, whats are not set at starts... I know make a Column chart, but is i change the value to the bar, it dont displey, only a big red cross, on chart...
  15. Replies
    6
    Views
    657

    Re: Chasrt display - help

    Thx for the help

    Its possible to write value on top diagram, on vertical, not horizontal, as on the picuire (left is ok, i want as on the right picture)
    168181
  16. Replies
    6
    Views
    657

    Chasrt display - help

    Hi all.
    I want a chart display in dark colors.. and the legend-text vertical...
    how can i change colors.. i found a backcolor of diagram, but not found lines, text, legends color
    and i dont know,...
  17. HotKeyRegistryClass - alt + arrows (up/down,left,right)

    Hi all
    I have a program, with code, what detect, what key i pressed, (the program is not focused).alt/shift/ctrl+keys are working.

    My question, is possible to make code for pressing alt+arrows?...
  18. Thread: File write

    by Olwynn
    Replies
    1
    Views
    1,237

    File write

    Hi..i can save my listbox items to txt file..but its open and rewrite every time.
    How can i open and write the txt + text to file at write.thx
  19. Replies
    2
    Views
    1,311

    Re: Listbox different color lint

    Thx..i works... One more question..can i hide or disable listbox scrolling part..when have more lines in?
  20. Replies
    2
    Views
    1,311

    Listbox different color lint

    Hi

    My question is.. its possible to make a listbox, thats lines are different colors?

    listbox.items.add(number)
    and if number >50 than line is green
    and if number < 50 red?

    if not, what is...
  21. Replies
    4
    Views
    1,473

    Re: textbox format - numbers

    Thanks for the qiuck, and good info
  22. Replies
    4
    Views
    1,473

    Re: textbox format - numbers

    THX... it works..
  23. Replies
    4
    Views
    1,473

    textbox format - numbers

    Hi...i need a little help

    i want a label.text, that can display numbars example 5.478.782 or 1.788 not decimals only readable natural numbers

    i tryed this code,

    Dim szam As Integer
    ...
  24. Thread: Program on TOP

    by Olwynn
    Replies
    3
    Views
    1,851

    Program on TOP

    Hi all.
    I set the form properties :TopMost = true
    i want the form always on top... but sometimes, when i do several alt+tab, the form1 with topmost=true, isnt on top...
    how can i resolve this...
  25. Replies
    6
    Views
    2,050

    How can i copy text from memory

    Hi, I need a VB2017 code, for that:

    i something is in memory - copy into label1.text
    if i copy a new text (only text) (ctrl+c), then the program change the label text.
    How can i do this?

    Thx
  26. Replies
    2
    Views
    549

    Re: Listbox Question

    THX for the code
  27. Replies
    2
    Views
    549

    Listbox Question

    HI all

    I can add/remove/sort the listbox items, my question is, can i read listbox 4th row, or xth row?

    From program code - without selecting on/in listbox?

    ps.:
    listbox is sorting my...
  28. Replies
    3
    Views
    465

    Re: On top key watch?

    I found the code... but who is Hotkey? What key is the hotkey,? I dont see the line


    Imports System.Runtime.InteropServices
    Public Class Form1
    <DllImport("User32.dll")> _
    Public Shared...
  29. Replies
    3
    Views
    465

    On top key watch?

    I made a program, as an overlay on top another porgrams. (on top game window)
    I need /if u can help/ a program code, that can handle a keypress event, if the program is running behind the game...
  30. Replies
    3
    Views
    7,253

    Re: F1-f12 keypress

    Ths for the code.... it works
  31. visual basic listbox items according to abc ?

    Its possible somehow, to accord listbox items to abc
    or
    array items as string

    accord to abc?

    for example - i want to do this:


    data(1) = "a"
  32. Replies
    3
    Views
    7,253

    [RESOLVED] F1-f12 keypress

    Hi
    I have a code, and its not perfect,
    I wanna make a porogram to keypress: F1 or F8 to make somethink, but if i press F1 once time, nothing label1.text=""is empty and if i press twice......
  33. Replies
    1
    Views
    437

    String to int and back

    Hi..
    A need a code, for string - to int then back
    I wanna do math, operation

    i have label1.text = 720 / string
    and wanna do
    720- 20 / int
    then
    refresh label1.text / string 720-20 = 700
  34. Re: [RESOLVED] Listbox with visible background?

    Me.ListBox1.BackColor = Me.ListBox1.Parent.BackColor

    found a code
  35. [RESOLVED] Listbox with visible background?

    Its possibel to make listbox as visible background
    i have visible form
    Me.TransparencyKey = BackColor

    and i want a visible
    ListBox1
    only lines inside the box visible... colored lines
    ...
  36. Replies
    9
    Views
    1,027

    Re: Reading from externap file.json

    I made it... :D
    Imports System.IO
    Imports System.Web.Script.Serialization
    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    ...
  37. Replies
    9
    Views
    1,027

    Re: Reading from externap file.json

    I made, it work, but now. i have a new, little problem.

    Imports System.IO
    Imports System.Web.Script.Serialization
    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs)...
  38. Replies
    9
    Views
    1,027

    Re: Reading from externap file.json

    I have a code, with errors... so u can help?

    Imports System.IO
    Imports System.Web.Script.Serialization

    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles...
  39. Replies
    9
    Views
    1,027

    Re: Reading from externap file.json

    As i wrote, iam new in VB
    If i can, ask, i need a simple code, that working: from external json - data - into the form label. text, and if i get this code,i will know how its works, and after i can...
  40. Replies
    9
    Views
    1,027

    Re: Reading from externap file.json

    I cant get infos:?

    maybe: test.json

    { "firstname" : "Big",
    "lastname" : "John"
    }

    to read out from file, into form1 to label.text the firtsname value?
Results 1 to 40 of 42
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width