Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~10.4K People Reached
Favorite Forums
Member Avatar for xfrolox

Well I'm trying to make a program that have ListBox1 which when the button1 is pressed the Listbox1 will show all the open windows of notepad, like get notepad.exe and it will show Example the name: Untitled - Notepad nothing else, i have a code right now that i found …

Member Avatar for olegb
0
2K
Member Avatar for xfrolox

To make it quick, i have a webbrowser1 which cannot navigate from the link it is set up to, and cannot open new links in other windows, i need something like if get the URL Google.com when it clicked a link on the current site, then Form2.Show() Link here <-- …

Member Avatar for codeorder
0
68
Member Avatar for xfrolox

i have form1 - Form2 and Form3 Form1 appears and i have to pick a color and click the button to go to the form2, then in form2 it shows the color and in form3 too which is the best way to do this ? My.forms.Form2.SomeCodeHere or just Form2.SomeCodeHere

Member Avatar for JRitchie777
0
71
Member Avatar for xfrolox

well i didn't know how to name it, well my problem is that when i put center parent its centered from the form that was open obviously but when i put my program after the screen resolution like it cuts more then the half of the program and i open …

Member Avatar for xfrolox
0
213
Member Avatar for xfrolox

I'm using a border-less form. Well when i press the Tab button the form looks like it refresh for a sec then when i click the button it looks like this ( After - Before ) [url]http://img823.imageshack.us/img823/8359/65608283.png[/url] how can i prevent it to look with that border ?

Member Avatar for codeorder
0
92
Member Avatar for xfrolox

I need to kill a specific process, i got ListBox1, and Button1 and Button2 Button1 Gets Process which is notepad, When Button1 is clicked in the ListBox1 it shows the Main titled of the windows, Example Notepad is running and his title is Untitled - Notepad in Listbox1 will show …

Member Avatar for xfrolox
0
285
Member Avatar for xfrolox

Well i have been trying to make my webbrowser refresh since 2 days ago and i can't figure it out. ok is easy to say webbrowser1.refresh() and works but my webbrowser1 i set it up so it can't either navigate to another sites or popup. but when i put the …

Member Avatar for Oxiegen
0
70
Member Avatar for bachan28

hi community, i really want to improve my ability in programming vb.net so can you help me improve it by giving me a task or a work to do? like teachers on schools?:$ ( though im not saying that im really good in programming and will be able to do …

Member Avatar for P0lT10n
0
75
Member Avatar for TrueCoding

Ok first of all when I was reading a thread on Timers before this guy posted code for a timer and its really good, but only problem with it which I cant figure out is that when I run the program the Msgbox("You have run out of time")..Which is from …

Member Avatar for TrueCoding
0
177
Member Avatar for xfrolox

Well i want to make my prog more pro so is boardless and it has custom buttons like close - minimize and option btn i made that option btn so it appears another form boardless with options but you can see completely the first form. i want like when i …

Member Avatar for xfrolox
0
133
Member Avatar for xfrolox

Ok im just testing for learn purposes and im making a border less form to make own skin etc, i can make it move blah blah blah but on the task-bar on right click doesn't show the menu ... like minimize maximize etc how can i put them without adding …

Member Avatar for kvprajapati
0
75
Member Avatar for xfrolox

Well i made another thread but with a different problem but i fix it. but i know how to make textbox allowed chars but is possible with web browsers ? like if f1 - f12 is pressed then nothing happen like nothing have been touch. is possible ? if so …

Member Avatar for kvprajapati
0
105
Member Avatar for xfrolox

Ok im making a tool for a game like always and im having a little problem. This tool is to prevent users to know the site so they can't steal or copy the files. i prefer not to tell what game it is. But when they are in game there …

Member Avatar for xfrolox
0
137
Member Avatar for xfrolox

Well i got my codes so Checkbox and Textbox to read ini but i cant find how to make ListBox read ini like each line in the ini is 1 item on the listbox i have the api calls thingy and other stuff, but if you have a code or …

Member Avatar for xfrolox
0
130
Member Avatar for xfrolox

Well i don't really don't know how its call but when you click the left upper corner icon it appears like a little menu. close - max - min etc u want to change it This is one pic from a program i have that its not mine [url]http://img718.imageshack.us/img718/4938/his.png[/url] In …

Member Avatar for kvprajapati
0
83
Member Avatar for xfrolox

To Read and Write [CODE]#Region "API Calls" Private Declare Unicode Function WritePrivateProfileString Lib "kernel32" _ Alias "WritePrivateProfileStringW" (ByVal lpApplicationName As String, _ ByVal lpKeyName As String, ByVal lpString As String, _ ByVal lpFileName As String) As Int32 Private Declare Unicode Function GetPrivateProfileString Lib "kernel32" _ Alias "GetPrivateProfileStringW" (ByVal lpApplicationName As …

0
64
Member Avatar for xfrolox

Well I'm trying to make a tool for a game for learning purposes and i can't figure it out, I have Checkbox1 and a button The button saves the ini with the checkbox1.CheckState correctly and when i open it the Checkbox1.CheckState is checked so it works, but when i Delete …

Member Avatar for xfrolox
0
264
Member Avatar for xfrolox

I have a folder inside there will be my program. and a .ini file in other folder. Example New Folder/My .EXE HERE New Folder/Lol1/Lol2/Test.ini How i make the program to get the current directory? i have this [code] Dim sPath As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for xfrolox
0
131
Member Avatar for xfrolox

I'm just trying to add a simple function to the textbox for security that if i only allow 0 - 9 Numbers and i try to put a letter it wont let me i forgot the code so if any can help me ...

Member Avatar for pauldani
0
169
Member Avatar for xfrolox

Ok i'M making a program for a game a tool software I made that when I press a button in another dialog it appear a text + textboxs.text so when I press a button it appears in the dialog but all in the same line how do I do that …

Member Avatar for QVeen72
0
82
Member Avatar for xfrolox

well the last thing i need is a button that will copy TextBox1.Text like Select All and Copy it all, i use a simple code no very effective... i put sendkeys ctrl & a and ctrl & c but i just realize that all pcs doesn't have the same hotkeys …

Member Avatar for gatzaraki
0
107
Member Avatar for xfrolox

im just learning this is not for my application, just in case in a future i need it... so i have 1 Button Disable and Textbox1.text so when webbrowser navigate to [url]http://whatismyip.com/automation/n09230945.asp[/url] works, i have this script ATM Button 1 [code] Dim WC As New System.Net.WebClient TextBox3.Text = System.Text.Encoding.ASCII.GetString((WC.DownloadData("http://whatismyip.com/automation/n09230945.asp"))) WC.Dispose() …

0
67
Member Avatar for xfrolox

im making a tool for a gamer to help others but it has 3 forms 1 appear - 2 and 3 are hide they can change but how i do that when 1 form closes all close ? no only form 1 to close cuz if others close they are …

Member Avatar for xfrolox
0
108
Member Avatar for OldQBasicer

I have a project with more than one form and I move between them with a button click that hides the current form and shows the one I want. But what is I want to perform some procedure each time the form is shown? I tried this code on my …

Member Avatar for OldQBasicer
0
94
Member Avatar for xfrolox

Ok i Got the Form1 and the Dialog3 i can save the trackbar1.value but when i save and close and open the application in the dialog3 says the value of the trackbar1 but the form1 opacity dont save :S ----- Button1 to save ----- Button1: My.Settings.TaxiTransparency = TrackBar1.Value My.Settings.Save() Dialog3_Load: …

Member Avatar for xfrolox
0
144
Member Avatar for xfrolox

Ok i add a SplashScreen1 then i put it to show, i go to Application Events and i add this [CODE]Partial Friend Class MyApplication Protected Overrides Function OnInitialize( _ ByVal commandLineArgs As _ System.Collections.ObjectModel.ReadOnlyCollection(Of String) _ ) As Boolean My.Application.MinimumSplashScreenDisplayTime = 4000 Return MyBase.OnInitialize(commandLineArgs) End Function End Class End Namespace[/CODE] …

0
166
Member Avatar for xfrolox

Hi all again im like a bug in the web xD never stop posting i got this from other web [CODE]Private alarmTime As Date Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.alarmTime = Date.Now.AddMinutes(60) Me.Timer1.Start() End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e …

Member Avatar for pmusha
1
112
Member Avatar for xfrolox

Hi all i need help with save settings. Ho do i do this ? RadioButton3 RadioButton4 Are Blank so when 1 is clicked and button1 is clicked then it will save. so if i close and open the dialog3 it have to be the radiobutton i selected Same as TrackBar1.value …

Member Avatar for yorro
0
81
Member Avatar for xfrolox

How do i do that when Button5 is pressed it will add 3600 to the textbox1 and if button4 will add 1800 cuz when i do press the button 5 textbox says 3600 its ok but when i press button4 the 3600 change to 1800 i want it to add …

Member Avatar for TomW
0
119
Member Avatar for xfrolox

Ok in my Dialog3 i have Sound on / off Windows in top on / off Transparency Forms and a button2 to Save How i make it to save ? in the .ini i have this in it [CODE]<?xml version="1.0" encoding="UTF-8"?> <settings> [Audio Settings] Sound=1 [Windows Settings] WindowsinTop=0 [Transparency Settings] …

Member Avatar for xfrolox
0
96