Click here to Skip to main content
15,893,487 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Reading Icons Pin
Quecumber25615-Feb-06 13:52
Quecumber25615-Feb-06 13:52 
GeneralRe: Reading Icons Pin
Dave Kreskowiak15-Feb-06 15:14
mveDave Kreskowiak15-Feb-06 15:14 
QuestionCreating larger controls Pin
K. Shaffer15-Feb-06 5:47
K. Shaffer15-Feb-06 5:47 
AnswerRe: Creating larger controls Pin
Dave Kreskowiak15-Feb-06 10:22
mveDave Kreskowiak15-Feb-06 10:22 
QuestionHow to Place a MDI Child on Parent form panel control Pin
GetFree123GetFree15-Feb-06 5:03
GetFree123GetFree15-Feb-06 5:03 
AnswerRe: How to Place a MDI Child on Parent form panel control Pin
Dave Kreskowiak15-Feb-06 10:13
mveDave Kreskowiak15-Feb-06 10:13 
GeneralRe: How to Place a MDI Child on Parent form panel control Pin
GetFree123GetFree16-Feb-06 4:29
GetFree123GetFree16-Feb-06 4:29 
QuestionReport Pin
Greeky15-Feb-06 2:45
Greeky15-Feb-06 2:45 
In my Reports I use ListViewControl. I wantto fill Listview Asynchronly,and use all of its properties , how could i do this?


Confused | :confused: Mad | :mad: WTF | :WTF: OMG | :OMG: Roll eyes | :rolleyes: Blush | :O :->Sleepy | :zzz: Cry | :(( D'Oh! | :doh: Sigh | :sigh: Frown | :( ^);P;)Big Grin | :-D Laugh | :laugh: Smile | :) Rose | [Rose] Cool | :cool: Suspicious | :suss: Dead | X| Hmmm | :| Unsure | :~ Confused | :confused:


'Delegate Sub AddItemsDelegate(ByVal Item As ListViewItem)

'Private Sub AddItems(ByVal Item As ListViewItem)
' If lvCekler.InvokeRequired Then
' Dim d As New AddItemsDelegate(AddressOf AddItems)
' Me.Invoke(d, Item)
' Else
' lvCekler.Items.Add(Item)
' End If
'End Sub
QuestionTextBox Names Pin
Konstantin_progr15-Feb-06 2:41
Konstantin_progr15-Feb-06 2:41 
AnswerRe: TextBox Names Pin
Greeky15-Feb-06 3:04
Greeky15-Feb-06 3:04 
GeneralRe: TextBox Names Pin
Konstantin_progr15-Feb-06 3:41
Konstantin_progr15-Feb-06 3:41 
GeneralRe: TextBox Names Pin
Greeky15-Feb-06 3:51
Greeky15-Feb-06 3:51 
GeneralRe: TextBox Names Pin
Konstantin_progr15-Feb-06 4:05
Konstantin_progr15-Feb-06 4:05 
QuestionStart windows app from windows service Pin
drodriguez15-Feb-06 1:38
drodriguez15-Feb-06 1:38 
AnswerRe: Start windows app from windows service Pin
albertino callientes15-Feb-06 7:18
albertino callientes15-Feb-06 7:18 
Joke[Message Deleted] Pin
Hari Om Prakash Sharma15-Feb-06 0:19
Hari Om Prakash Sharma15-Feb-06 0:19 
AnswerRe: How to show icon keeping flat style=system on button? Pin
Dave Kreskowiak15-Feb-06 7:44
mveDave Kreskowiak15-Feb-06 7:44 
AnswerRe: How to show icon keeping flat style=system on button? Pin
Joshua Quick15-Feb-06 8:28
Joshua Quick15-Feb-06 8:28 
QuestionCrystal Reports Pin
Mfirdous15-Feb-06 0:00
Mfirdous15-Feb-06 0:00 
QuestionDiscussing coding style of non-fixed length Multi-dimension Array Pin
cylix200014-Feb-06 22:50
cylix200014-Feb-06 22:50 
AnswerRe: Discussing coding style of non-fixed length Multi-dimension Array Pin
Guffa15-Feb-06 3:01
Guffa15-Feb-06 3:01 
AnswerRe: Discussing coding style of non-fixed length Multi-dimension Array Pin
Qhalis15-Feb-06 9:46
Qhalis15-Feb-06 9:46 
QuestionHow can I auto-populate two MS Word document fields (customer name) and (address) Pin
kenn_rosie14-Feb-06 20:36
kenn_rosie14-Feb-06 20:36 
Questionaccess vb Pin
_tasleem14-Feb-06 20:00
_tasleem14-Feb-06 20:00 
AnswerRe: access vb Pin
Joshua Quick15-Feb-06 8:19
Joshua Quick15-Feb-06 8:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.