Search:

Type: Posts; User: chipp

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    866

    Re: add a scan from a mobile device to a form

    anyway, please use proper grammar next time
  2. Replies
    5
    Views
    1,849

    Re: do we have discord server chats?

    okay
  3. Replies
    5
    Views
    1,849

    Re: do we have discord server chats?

    i mean, does this site have chat server on discord?
  4. Replies
    5
    Views
    1,849

    do we have discord server chats?

    the title says it...
  5. Thread: irc channel

    by chipp
    Replies
    9
    Views
    1,203

    Re: irc channel

    that's just an option
  6. Thread: irc channel

    by chipp
    Replies
    9
    Views
    1,203

    irc channel

    do we have (or interested to make) an irc channel (or any other social media group as such: whatsapp, line, bbm, etc)?
  7. Replies
    1
    Views
    955

    VS 2015 Re: Crystal Report for VS2015 for Desktop

    hello?
  8. Replies
    1
    Views
    955

    VS 2015 Crystal Report for VS2015 for Desktop

    does anybody cangive melink for CR for VS2015 express for desktop? i've searched few links but it seems like CR doesn't provide any installers for visual studio 2015 desktop version.

    i don't know...
  9. Replies
    21
    Views
    1,687

    VS 2015 Re: Multiple Message Boxes

    i just know that select...casecan used that way...
    learned one more new thing
    thx, bro
  10. Replies
    21
    Views
    1,687

    VS 2015 Re: Multiple Message Boxes

    why there's no such operator like the "?" in C++?

    i would've done it easier in C++


    if (num1 == num2)
    std::cout << "equal." << std::endl;
    else
    std::cout << (num1 < num2 ? "first number is...
  11. Thread: Store images

    by chipp
    Replies
    9
    Views
    1,328

    Re: Store images

    thx for replying my threads, i'll try you suggestions, guys...
    i'll let you know if there's any issues...
  12. Thread: Store images

    by chipp
    Replies
    9
    Views
    1,328

    Store images

    i wanna ask, how to store images in SQL Server 2008 R2 through VB 2010 express edition?
  13. Replies
    2
    Views
    2,351

    Re: [VS2010] Balloon tip if caps lock is pressed

    yes, this is actually what i'm asking about! i didn't notice it before... i thought we have to design it by ourselves...
    thanks!
  14. Replies
    2
    Views
    2,351

    [VS2010] Balloon tip if caps lock is pressed

    i wanna ask, how to pop-up balloon tip when caps lock is pressed in password textbox?
  15. Thread: Animation Codes

    by chipp
    Replies
    7
    Views
    1,006

    VS 2010 Re: Animation Codes

    @tql: what ian shows only an example. you can use it to another condition...
  16. Replies
    8
    Views
    974

    Re: Securing Passwords

    what about hash? is its security is really compromised?
  17. Replies
    10
    Views
    4,745

    Re: One line command IF THEN ?

    i have thought the similar things.

    i thought what he/she mean is something like this in C++:



    #include <iostream>
    #include <string>
    using namespace std;
  18. Replies
    24
    Views
    2,492

    Re: ListBox Kill Process

    @duke2go: why you delete your posts???
  19. Replies
    2
    Views
    843

    Re: error while fill data table

    my reference is this

    http://www.vbtutor.net/index.php/visual-basic-2010-lesson-30/

    i think i probably misunderstood a bit

    i will read your blog later because imma bit busy right now

    thx...
  20. Replies
    6
    Views
    4,134

    Re: Calling Menustrip from Button

    never saw this kinda syntax before...
  21. Replies
    2
    Views
    843

    error while fill data table

    i don't know why this error occur

    126303
    126305

    this is my source code:


    Option Explicit On
  22. Re: create database in SQL server management studio 2008 R2

    i've done that, but maybe i'm using the wrong keyword. what i found is creating database through visual studio and no from visual basic (visual basic 2010 don't have that kinda feature)
  23. create database in SQL server management studio 2008 R2

    how to create databases through visual basic 2010 express edition to MySQL or SQL server management studio 2008 R2?
  24. Re: ListView error while adding new item

    thank you giving me revelation :D
  25. Re: ListView error while adding new item

    that's why i said it looks like that my 2nd initialization doesn't executed, bcoz the code:

    lvProductSummary.Items.Add ("No. " & i)

    should be executed every time the form loads, i.e. if i run...
  26. [RESOLVED] ListView error while adding new item

    ca somebody tell me what's wrong with my code?

    here's the code and forms design:

    124759


    Imports System.Threading

    Public Class Form1
  27. Replies
    4
    Views
    1,181

    Re: ProgressBar forecolor

    @gruff: thx, bro... it's on "Enable XP visual styles"
  28. Replies
    4
    Views
    1,181

    ProgressBar forecolor

    i'm wondering, i've set the ProgressBar fore color to blue like this

    122543

    but it still green
    122545

    can somebody tell me why?
  29. Replies
    2
    Views
    548

    VS 2010 Re: working with datagrids

    i think you should try to access the datagrid view's properties... have you tried it?
    CMIIW
  30. Replies
    2
    Views
    772

    Re: new person with light experience

    please show us you effort, like your code...
  31. Replies
    6
    Views
    931

    Re: Virtual Directory

    i wish i could laugh so hard right now, but i'm in the office.. LOL
  32. Replies
    5
    Views
    1,066

    VS 2012 Re: How to Extract Specified Text

    please share your code, first, bro...
  33. VS 2010 Re: "System.Net.HttpWebRequest.Create(url)" - Error-handling?

    On Error Resume Next should be used only if you really aware of the consequences, otherwise, use Try...Catch
    CMIIW
  34. Replies
    9
    Views
    1,193

    VS 2012 Re: Stuck with Mybase

    @OP: agree with shaggyhiker
  35. Replies
    6
    Views
    977

    Re: Creating a transition

    i don't know (yet) about transitions effects, but i'm suggesting you to search down to msdn website as well
  36. Replies
    6
    Views
    977

    Re: Creating a transition

    can you show the project's design?
  37. Re: Making a text appear in a message box based on the situation.

    @OP:

    If first_team_score = second_team_score then
    MsgBox ("Both team's score are equal!")
    End If

    is this what you want?
  38. Thread: Geotargeting

    by chipp
    Replies
    3
    Views
    767

    Re: Geotargeting

    could you be more about how the program works?
  39. Thread: KeyUp event

    by chipp
    Replies
    10
    Views
    2,342

    Re: KeyUp event

    what's the difference between KeyDown and KeyPress method, anyway?
  40. Thread: KeyUp event

    by chipp
    Replies
    10
    Views
    2,342

    Re: KeyUp event

    actually, i think KeyDown event has a bit of lack: it will always invoke if you keep hold the key down i.e. like it tap over and over (afaik), but i will try it, nonetheless...
Results 1 to 40 of 86
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width