Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
3 Endorsements
Ranked #486
Ranked #4K
~20.3K People Reached
Favorite Forums
Member Avatar for iFrolox

Hi, I got multiple threads in different classes created in this manner: private ThreadStart someName_TS; public Thread someName_Thread; public void someName() { someName_TS = new ThreadStart(someNameThread); someName_Thread = new Thread(someName_TS); someName_Thread.Start();} } private void someNameThread() { while(!Shutdown) { //Do heavy work } } The heavy work is set to a …

Member Avatar for iFrolox
0
402
Member Avatar for iFrolox

Well, in my previous thread i needed help deleting arrays, for the codes i use its here: http://www.daniweb.com/software-development/vbnet/threads/426588/how-to-move-arrays-1-place-down- But now i need help saving the arrays, i can save all the arrays to ini file like this: Ini module: Option Strict On Module INIAccess #Region "API Calls" ' standard API …

Member Avatar for DreamForLives
0
439
Member Avatar for iFrolox

Hello, Im messing with processes for a project that Im doing, so if I detect that the specific process Im checking changes the title containing a specific word like "Hello" I will kill the process and start it again. Im doing this with a timer so every X secs/minutes it …

Member Avatar for iFrolox
1
414
Member Avatar for iFrolox

Hello, How can I search for specific proccesses example "abc.exe" and add it to a listView and read values in it like an specific labels to add the processes on a specific group in the listView. Any articles would be nice.

Member Avatar for iFrolox
0
220
Member Avatar for iFrolox

Hello, I'm having trouble serilizing different classes to the same xml. Class #1 is for accounts Class #2 is for settings public static void SerializeAcc(List<Account> list) { XmlSerializer serializer = new XmlSerializer(typeof(List<Account>), new XmlRootAttribute("Settings")); using (TextWriter writer = new StreamWriter(XMLPath)) { serializer.Serialize(writer, list); } } public static void SerializeSett(List<General> list) …

Member Avatar for iFrolox
0
131
Member Avatar for iFrolox

Hello, I'm trying to read a .xml or create the .xml if it doesn't exist or it cant find a node/child. This is what I have so far: bool XmlErr = false; if (File.Exists(XMLPath)) { try { XDocument xDoc = XDocument.Load(XMLPath); } catch { XmlErr = true; } if (XmlErr …

Member Avatar for iFrolox
0
119
Member Avatar for iFrolox

Hello, I'm trying to move listView items (1 selected item only) up & do, but only inside the group, I've trying and search but haven't been able to quiet figure it out, this is what I got so far: Just for going up: if (this.listView1.SelectedItems.Count > 0) { ListViewItem Selected …

Member Avatar for iFrolox
0
2K
Member Avatar for iFrolox

Hello, Right now I have a bunch of textboxs and such and when I click a button the account goes to the ListView and when you click the ListView the information goes to the controls, also I'm able to move the items on the list up and down with other …

Member Avatar for iFrolox
0
135
Member Avatar for iFrolox

Hello, Im trying to compare 2 strings to set a label an specific text depending on the result of the comparison. String 1: 22:10:10 (24h time) String 2: 03:50 (24h time) How could i detect if earlier than "03:50"?

Member Avatar for castajiz_2
0
121
Member Avatar for iFrolox

Hello, Before anything, I want to say that I will keep looking around, but im leaving this thread here to possible get faster answers and solutions. Well, I'm trying to save multiple texts from textboxes and comboboxes, and after saving the information to a file an item will be added …

Member Avatar for iFrolox
0
175
Member Avatar for iFrolox

Hello, i need help making a count down timer that can support at least 100 Hours, i got this code but it only supports 24 hours. Dim TimePlayer1 As Date Private Sub Button1_MouseClick(sender As Object, e As MouseEventArgs) Handles Button1.MouseClick If e.Button = Windows.Forms.MouseButtons.Left Then Select Case Me.Button1_Start.Text Case "Start" …

Member Avatar for iFrolox
0
248
Member Avatar for iFrolox

I got a blank project, i added 3 checkboxes, and 1 inside a group box. And i got this code: Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click For Each phCheck As Control In Me.Controls If TypeOf phCheck Is CheckBox AndAlso DirectCast(phCheck, CheckBox).Checked Then If phCheck.Tag Is "Test" …

Member Avatar for iFrolox
0
3K
Member Avatar for iampord

Hi Good Day Guys! Just cant find the answer. I just wanted to ask If there are any way to detect keypress while your application is minimized or not in focused? Thank you very much.

Member Avatar for M.Waqas Aslam
0
131
Member Avatar for iFrolox

Hello everyone, im currently stuck because i'm not sure how to start on this part of my program. What i'll need help is controlling another application, my program is suppose to run another application, and be able to hide it, show it, verify that is running, it also needs to …

Member Avatar for iFrolox
0
3K
Member Avatar for Manithan

Hi im doing a application tool which will check for spoof email headers. now i want to do some comparison of text in textbox can anyone help me in this? thank you

Member Avatar for iFrolox
0
5K
Member Avatar for iFrolox

Hi, ok i had a file looking like this: SilkroadR,,321,13,321,Gobi,False,False,False,False,False SilkroadR,,321,321321,321,Gobi,False,False,False,False,False SilkroadR,,213,321,231,Gobi,False,False,False,False,False SilkroadR,,3251325,3215,3251,Gobi,False,False,False,False,False SilkroadR,,,,,Gobi,False,False,False,False,False I encrypted it and it looks like this: Hdgr6oHm47q2SC5AEjqUY9Boi5WfUT5FTfLvMVYLtorgmufM5GiH6wMg12raZ/YpW/OPZ7bL94wbSWiauy59nrEHlJdO3o1voedaWb/XV7lxNzbUURqDgGtkpr6Ex++d0YAA4sCnkB/GcDtuFd+vqF2IJoI3cC+WKPF73zM5eNz6mJd1hjZK+40je7/LbUyU7JQ8nmvBpEy7J391xM5X5dfKlNziYahufdVsxbO8mTAosQcEZ8JtUoJg2ZWjXO8nPqDci8iy/JgBYnd8Z4fpbfwY5jKwTrq2+TW9k/+I2F9PXUT6OzUUTk4tRFfvWVXBFj/C5s60puxaYJQxgzUzKE2yWls4N3qk3TcZBH1kKCB8h0lS69X77mOxJ0ixkOm1a+deaIWXsBfFHq8ej30ShH2WFf09iAr3 Ok, thats what i wanted, i used to load my accounts like how it looked before the encrypting with this code: Dim iCount As Integer = CInt("0") …

Member Avatar for TnTinMN
0
138
Member Avatar for iFrolox

Yea, i've made a lot of threads xD well, im learning and im doing things for different projects. Is there a shorter way to change the backcolor of the textboxes instead of doing this: Private Sub TextBox1_GotFocus(sender As Object, e As EventArgs) Handles TextBox1.GotFocus Me.TextBox1.BackColor = Color.FromArgb(65, 65, 65) End …

Member Avatar for iFrolox
0
2K
Member Avatar for iFrolox

If My.Forms.Main_frm.UseProxy.Checked = True Then My.Forms.Main_frm.IPBindingTextbox.Enabled = True My.Forms.Main_frm.ProxyIPTextbox.Enabled = True My.Forms.Main_frm.SocksV4.Enabled = True My.Forms.Main_frm.SocksV5.Enabled = True My.Forms.Main_frm.ProxyUser.Enabled = True My.Forms.Main_frm.ProxyPw.Enabled = True ElseIf My.Forms.Main_frm.UseProxy.Checked = False Then My.Forms.Main_frm.IPBindingTextbox.Enabled = False My.Forms.Main_frm.ProxyIPTextbox.Enabled = False My.Forms.Main_frm.SocksV4.Enabled = False My.Forms.Main_frm.SocksV5.Enabled = False My.Forms.Main_frm.ProxyUser.Enabled = False My.Forms.Main_frm.ProxyPw.Enabled = False End If Is there …

Member Avatar for iFrolox
0
189
Member Avatar for HibaPro

hi every body , i recently finished my first project, what i need is how to make my project execute without visual studio , and also connected with the project database , i need the correct steps , thanx before.

Member Avatar for Reverend Jim
0
181
Member Avatar for Mr.Sunny

I want to make 6 Timer right on top of each other. With a label to the left of it. Each label has a different time to start the countdown on. Like label 1 7 min. Label 2 6 min and so on. How do you do this in VB …

Member Avatar for Gé48
0
123
Member Avatar for Mr.Sunny

How do I make 6 labels and next to those labels there are 6 different times. And each time u click the label the time next to it goes down. I'm working in VB 2010.

Member Avatar for Reverend Jim
0
119
Member Avatar for cyberjoe

Hello, I would like to ask you about using Team foundation Server as bug tracking system. Already we are using Countersoft Gemini, this is one of many bug tracking application. Because we started to use repository and build from Team Foundation Server, we consider also migrating bug tracking system to …

Member Avatar for iFrolox
0
166
Member Avatar for iFrolox

Well i'll try to be clear as possible, i'm making like an account organizer (helper/tool) w.e you wanna call it, and for example i have 10 accounts. I want to delete account #5 (They are array), what i need it to do is move account #6, 7, 8, 9 & …

Member Avatar for iFrolox
0
2K
Member Avatar for arvin2006

I have created installer from Visual Studio Package and Deployment, but after successful installation, the installer files (like dlls, images and all supporting files) modified date or even creation date has been changed and all have the same date depends on the date of installation. Is there a way I …

Member Avatar for Begginnerdev
0
152
Member Avatar for excitedreams

I am opening a website in a web browser control in vb.net 2008 . I want to programatically fill a form which is on the 3rd page of the website . But my code is unable to fill it . Can u plz guide me . I am using the …

Member Avatar for iFrolox
0
135
Member Avatar for iFrolox

Well i don't know how to start, so i'll give some info to see if someone can help me start or give me a push or anything. I got a .txt file containing Example: 1 SN_MOB_THIEF_NPC 도적 0 0 盗贼 0 0 Thief 0 0 0 0 0 0 0 …

Member Avatar for iFrolox
0
111
Member Avatar for iFrolox

Well i need hep translating this to VB.Net 10 or someone could give me a code that works the same ? [CODE]Func MyFunction() $proc = ProcessList("SRO_Client.exe") $adress=0x00E88A7C $ID=_MemoryOpen($proc[1][1]) $MaxHP = _MemoryRead($adress, $ID) _MemoryClose($ID) GUICtrlSetData ($Label1, $MaxHP) EndFunc[/CODE] I need to read addresses from process and displays a few things in …

Member Avatar for alc6379
0
133
Member Avatar for iFrolox