Search:

Type: Posts; User: stru4nak

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: 20130521 - i00 Spell Check and Control Extensions -No Third Party Components Requ

    So i when i start program i need to make to be on net framework 3.5 not 4.
  2. Re: 20130521 - i00 Spell Check and Control Extensions -No Third Party Components Requ

    I add reference i00spellchecker and i have this error in visual studio 2010 4.0 netframework
    The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include...
  3. VS 2012 Re: Drag and Drop Images from web browser into a PictureBox?

    See this tread you can find some useful thing
    http://www.vbforums.com/showthread.php?529211-RESOLVED-2-0-Drag-and-Drop-from-Internet-Explorer
  4. Replies
    5
    Views
    6,791

    Re: Calculator v1.1a

    Nice calculator.
  5. Re: 20120625 - i00 .Net Spell Check - Code Project prize winner!

    For latin language like brazilian who have special characters worked when you change encoding to UTF-8 but for cyrilic language like Macedonian, Russian, Serbian and etc doesn't work, it not show...
  6. Re: 20120625 - i00 .Net Spell Check - Code Project prize winner!

    Hi i use Macedonian dictonary i change my dictonary from mk.dic to dic.dic when i load program it doesnt show me errors like it's not load the dictonary
    see pic: 90741. Here is my dictonary opened...
  7. Re: WebClient DownloadFileAsync with resume support

    nice project
  8. Replies
    5
    Views
    6,784

    VS 2010 Re: Getting meida duration

    I use Visual Studio 2010 and windows 7x64 and it's Microsoft Shell Controls And Automation.
  9. Replies
    5
    Views
    6,784

    VS 2010 Re: Getting meida duration

    I mean that shell is better idea
    look:
    http://www.vbforums.com/showthread.php?t=646323
  10. Replies
    4
    Views
    845

    VS 2010 Re: Drawing Image to Picturebox

    Tnx that i need.
  11. Replies
    4
    Views
    845

    VS 2010 Re: Drawing Image to Picturebox

    a any exsample how to assign to image.
  12. Replies
    4
    Views
    845

    VS 2010 [RESOLVED] Drawing Image to Picturebox

    I have 4 control 3 button and 1 picturebox
    Private sub Button1
    Dim bm As Bitmap = New Bitmap("D:\Trening4 - Copy.bmp")
    s = picboxGlavna.CreateGraphics
    s.DrawImage(bm, 0,...
  13. Re: [.NET 3.5+] ShellFile - Managed Wrapper To Retrieve Extended Properties

    Nice code finaly i found. :)
  14. Replies
    1
    Views
    822

    VS 2010 Last ID MySQL database

    First i used Access and this code work good but now i have problem how to take last ID and do add to database ID+1
    Here is some code pls help
    Dim queryAdd As String = "Insert Into Igraci...
  15. Thread: XML Parsing

    by stru4nak
    Replies
    1
    Views
    735

    VS 2010 XML Parsing

    <?xml version="1.0" encoding="UTF-8"?>
    <citizen>
    <is-congressman>false</is-congressman>
    <residence>
    <region>
    <name>Eastern Macedonia</name>
    <id>697</id>
    </region>
    ...
  16. Replies
    1
    Views
    935

    VS 2010 [RESOLVED] Update database OLEDB

    Resolved
  17. Replies
    2
    Views
    799

    Re: backcolor RGB Help

    txtR.Text = picBoxColor.BackColor.R.ToString
    txtG.Text = picBoxColor.BackColor.G.ToString
    txtB.Text = picBoxColor.BackColor.B.ToString
  18. Replies
    31
    Views
    20,571

    Re: move / resize runtime controls

    ???????????????
    http://img18.imageshack.us/img18/8247/moveresize.jpg
  19. Replies
    4
    Views
    17,675

    Re: [2008] Synchronized RichTextBox scrolling

    Yes i mak taht but problem is that listbox dont have this event VScroll ok nvm
  20. Replies
    4
    Views
    17,675

    Re: [2008] Synchronized RichTextBox scrolling

    Is possible to Synchronized a listbox and how if you know :D:)
  21. Replies
    3
    Views
    724

    VS 2008 Re: How to take string

    Tnx that help me so much.
  22. Replies
    3
    Views
    724

    VS 2008 [RESOLVED] How to take string

    #EXTM3U
    #EXTINF:216,Tose Proeski i Antonija Sola - Volim osmeh tvoj
    Tose Proeski i Antonija Sola - Volim osmeh tvoj.mp3
    #EXTINF:303,Too Short - The Ghetto
    Too Short - The Ghetto.mp3...
  23. Re: Enumerating Processes & much more! Update - Real Time Updating

    Nice code
  24. Replies
    6
    Views
    846

    VS 2008 Re: ListBox Help

    Dim IminaNaFajlot As New List(Of InfoZaFajlot)
    Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
    If dlgOpenFolder.ShowDialog =...
  25. Replies
    6
    Views
    846

    VS 2008 Re: ListBox Help

    Private IminaNaFajlot As New List(Of InfoZaFajlot)
    Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click

    'Dim ImeFajl As New...
  26. Replies
    6
    Views
    846

    VS 2008 Re: ListBox Help

    What class to declarate as private ??
  27. Replies
    6
    Views
    846

    VS 2008 [RESOLVED] ListBox Help

    Public Class InfoZaFajlot
    Private _name As String
    Private _path As String
    Public Property Name() As String
    Get
    Return _name
    End Get
    Set(ByVal...
  28. Replies
    2
    Views
    658

    VS 2008 Re: Winamp playlist Idea

    Ok i understand and you help me alot.
  29. Replies
    2
    Views
    658

    VS 2008 [RESOLVED] Winamp playlist Idea

    How to make like in winamp to see onli Name of Song not full path and when i click on song name to play song i have stupid idea with two listbox
    list1.selectedindex=list2selectedindex
    any idea???
  30. Replies
    1
    Views
    600

    VS 2008 Re: Winamp Jump To File HELP

    Any help???
  31. Replies
    1
    Views
    600

    VS 2008 Winamp Jump To File HELP

    I found code: This code plays a file in winamp(tested) by a user-entered string/partial file name.but dont work any help
    'Public Declare Function FindWindow Lib "user32" Alias "FindWindowA"...
  32. Replies
    7
    Views
    2,769

    VS 2008 Re: Google Search Api

    I see what i can do.
  33. Replies
    7
    Views
    2,769

    VS 2008 Google Search Api

    I use this dll

    http://google-api-for-dotnet.googlecode.com/files/GoogleSearchAPI_0.3.zip
    And i use the exsample code
    Imports Google.API.Search
    Public Class Form1

    Private Sub...
  34. Replies
    3
    Views
    3,904

    Re: ROT_13 Crypter/Decrypter Module

    Interestic crypter.
  35. Replies
    25
    Views
    7,346

    VS 2008 Re: English to Arabic..

    Yes i know but i have error when i use TranslateClient i dont know why. But anyway work werry well with another. make thread as resolved if is that all and say tnx if any help you.
  36. Replies
    25
    Views
    7,346

    VS 2008 Re: English to Arabic..

    Here is simple program i have made in vb.net 2008
    73315
  37. Replies
    25
    Views
    7,346

    VS 2008 Re: English to Arabic..

    Did you add reference GoogleTranslateAPI.dll
  38. Replies
    25
    Views
    7,346

    VS 2008 Re: English to Arabic..

    Here is simple project with api download from
    http://code.google.com/p/google-api-for-dotnet/ download the newest file GoogleTranslateAPI_0.3_beta.zip. Add reference to GoogleTranslateAPI.dll....
  39. Replies
    5
    Views
    879

    VS 2008 Re: Sql problem with connection string

    I have personal computer pentium 4 2.4GHZ Ram 768 DDR1 WinXpSP3 and in the database have 40000 records. I mean that SQL Server is taking a long time to respond but is there a connection string with...
  40. Replies
    4
    Views
    620

    VS 2008 Re: Take handle from sys tray if is possible

    Yes but is there a any way to take handle from that. Or is there a code to take what is runing at system tray.
Results 1 to 40 of 188
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width