Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~26.4K People Reached

6 Posted Topics

Member Avatar for butler1233

Hi guys Im wondering how it is possible to refresh the data on the page (read from php database), without having to refresh the whole page. What i want i something similar to facebook and twitter, where it will say that new stuff has appeared. Instead of this though, i …

Member Avatar for Mollyron
1
25K
Member Avatar for daniwaber

just google something along the lines of "File association in VB" i did that a while ag and it woked. just cant remember the code

Member Avatar for daniwaber
0
123
Member Avatar for butler1233

Hi clever people, I need some help making a VB application which chooses a random line for a file, sets it as the value of a Label (word) and also adds it to a ListBox (list) when a Button (nextbut) is pressed. I also want it to keep going. Button; …

Member Avatar for Reverend Jim
0
136
Member Avatar for compulove

Easy: [CODE]Private Sub opendialog_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles opendialog.FileOk filenamefield.Text = opendialog.FileName End Sub[/CODE] opendialog = The file dialog filenamefield = The textbox next to the button

Member Avatar for butler1233
0
176
Member Avatar for breisa

[QUOTE=breisa;1346177]Okay, here's the senario: I want the form to hide when I click on the minimize button, then the notify icon will show up on the system tray. I have this piece of code: (ntfLibSMS is the name of my notify icon) [CODE=vb.net] Private Sub LibSMS_Resize(ByVal sender As Object, ByVal …

Member Avatar for lolafuertes
0
560
Member Avatar for butler1233

hey everyone is it possible to set the opacity of a windows in a different application? any help would be massivly appreciated

0
64

The End.