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
Ranked #16.0K
Ranked #4K

10 Posted Topics

Member Avatar for tekkie2008
Member Avatar for gregglooker
0
386
Member Avatar for maximusimo

Is the hard drive partitioned? if so, why not install xp on the other partition. Vista allows you to resize partitions, maybe this will help: [url]http://www.howtogeek.com/howto/windows-vista/resize-a-partition-for-free-in-windows-vista/[/url]

Member Avatar for Bob_180_Bob
0
170
Member Avatar for kaloybogr
Member Avatar for naz82
0
96
Member Avatar for glecymay
Member Avatar for sniper1983

[QUOTE=sniper1983;667206]I'm experimenting currently with notification in VB.net and working with baloons in the system tray succesfully. My problem is that I would like the baloon to display an ok/cancel dialog with the user like firewall-programs do. Can you tell me how to create this functionality. As far as have come …

Member Avatar for naz82
0
135
Member Avatar for UltraJerry

[url]http://forums.whirlpool.net.au/forum-replies-archive.cfm/684338.html[/url]

Member Avatar for naz82
0
27
Member Avatar for kavithabhaskar

[code]Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged With ComboBox1 If .Text = "dell" Then DataGridView1....... ElseIf .Text = "hp" Then DataGridView1......... Else DataGridView1......... End If End With End Sub[/code] [QUOTE=kavithabhaskar;663512]I have a field as MFG. i want to use an if condition to see if …

Member Avatar for naz82
0
85
Member Avatar for jivangoyal

Private Sub errorLog() Dim path, file As String Dim nFileNum As Short Dim Filename As String Dim dTaskID As Double Try If CInt(TextBox1.Text) > 0 Then MsgBox("worked") End If Catch ex As Exception Filename = "c:\errorlog.txt" nFileNum = FreeFile() FileOpen(nFileNum, Filename, OpenMode.Append) PrintLine(nFileNum, ex.ToString) FileClose(nFileNum) path = "C:\WINDOWS\notepad.exe" file = …

Member Avatar for iffEngineer
0
177
Member Avatar for Aigini

i think you want to select the combo box and then press F4. the properties box should appear, then make your alterations.

Member Avatar for naz82
1
107
Member Avatar for jaytheguru

[QUOTE=jaytheguru;630443]Morning All, I would like to set a limit to a text box so that end user only can enter numbers from 1-32 and not more. I have setup a validation on keypress to make it only work with numbers i.e digits and nothing else however I am not sure …

Member Avatar for naz82
0
160

The End.