- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
57 Posted Topics
Re: This might help [URL="http://www.clickatell.com/developers/vbnet.php"]http://www.clickatell.com/developers/vbnet.php[/URL] | |
Re: i do not wish to offend you or make any accusations but it sounds as if you want the program to go undetected hmmmmm very suspicous ;D | |
Hello all, i just started making a simple text-based console game for a computing class project. I have all my code working, but cannot find any code to- 1. Enable/Disable the console updating: When drawing the character, as well as multiple other objects on the console, sometimes you are able … | |
i decided to make a download program, i have a form 2 textboxs n a button, i looks somin like this Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Computer.Network.DownloadFile((TextBox1.Text), (TextBox2.Text)) End Sub it aint workin cos of ` A valid address should include a protocol, … | |
Im trying to make a anti virus program, I know that any antivirus should have a file contains a databse of virus signatures. how to build a database in VB.Net? I'm not asking about the way to create the databse. what i want to know is how to write the … | |
Ive have developed a Program That enables the user to Make a process of There choice load a "hello World" Dll, But the user has to Input the Processes PID. I have two problems, 1. How do I Retrevive the process PID from process name? 2. My Program has the … | |
I have a program that injects a MessageBox Dll into a running process, although the user has to input the process to injects PID, is there a way to get the process PID from its image? | |
| |
Re: If you wants fast RAM i would try Corsair Dominator [url]http://www.corsair.com/products/dominator/default.aspx[/url], it comes in DDR2 and DDR3. And for processors if you want to save money, buy from AMD, there new Phenom II 955 Quad core is about 5% slower than intel's top quad core but the phenom costs alot … | |
Hello I was Looking back at Some apps i made a long time ago in xp (ive upgraded to vista now) but one is catching my eye, this app is supposed to return running processes but returns services aswell, is there any way to make it show only Processes and … | |
Hello I have a ASRock K10N78FullHD-hSLI R2.0 (long name!) I know that my mobo can support the phenom but i do not know my mobo max cpu wattage, i would appreciate it if someone could find out my mobo max wattage becuase when i get the phenom i will be … | |
Hello MSN will not work on my new vista PC, i get the error code 80040154, i have read up on this and found it is a problem with microsoft XML parser, i have installed the latest version and re-registered the dll files but it still does not work, i … | |
hello my pc is working fine except after i have been playing a game for a few minutes my pc bluescreens but it doesnt show a error description only error ID all my drivers are up to date i have attached my dump file becuase windows debuging tools does not … | |
Im upgrading my graphics card for gaming and just wondered if my power supply was good enough My system- AMD 64 X2 2Ghz 4Gb RAM Nvidia GeForce 9800GTX+ I have a 550 Watt power supply | |
I have just wrote a quick task manager-like-app that shows you running processes and the threads and affinity etc but i have a problem, on all of the processes it returns that the process affinity is 3?? (i have a dual core) Why would it return 3? | |
hello, my pc has been fine since i got it, no problems what so ever, but now for some reason every 15 minutes or so i get the BSOD, ive run a disk check, virus check, its not overheating, cleaned out dust and everything!!!, it flashes up so quick i … | |
You can use rundll32.exe to run a dll as a app, i am using this code [code] Process p = new Process(); p.StartInfo.FileName = "C:\\WINDOWS\\system32\\rundll32.exe"; p.StartInfo.Arguments = "C:\\Dll.dll" //Dll.dll is a simple "hello world" program p.Start(); [/code] but it is not working, any ideas? | |
I have a 120GB USB hard drive, if i install games on it, will they be slowed down by the fact it is USB? | |
My friend has a GeForce 9700GSx2(SLI) in his laptop, he has a problem with his fan, the Card regularly overheats to 90+ Celcius and The fan options are greyed out in bios and according to ATITool (a Graphics card monitoring/overclocking program) the fan is running at 0% Does anyone know … | |
Hello, in my webbrowser object, the web page it loads has a java applet in it, when it loads all that appears is a grey box? I have java 1.5 Is there something im doing wrong? | |
Is it possible to use Process.Start to open a file with a program other that the default program? For instance, like [code]Process.Start("C:\file.txt");[/code], but opening it in word instead of notepad | |
In my computer i have 3gb of ram, it showed up a 3gb untill i did a bios update (v1.5 to v2.30) and now it shows up as 2.9gb should i be concerned about this? my motherboard: 939dual SATA2 | |
Ive developed a simple p2p chat program, it works fine up until i get to the input/output streams in my void that recieves incoming text i have the following code... [code] public void listen() { while (true) { again: try { convobox.AppendText(Input.ReadLine); } catch { goto again; } } } … | |
Im trying to get my program to list certain types of drives etc but i dont know all the drive type names like "DRIVE_REMOVABLE" or "DRIVE_CDROM". does anyone have a list of the entries? | |
Hello, i would like to know weather it is possible to run code from a string e.g [code] string code = MessageBox.Show("example"); //run the code? [/code] | |
does any of u know how to make a app in vb 2005 send a e-mail with text and/or attachments ? | |
Hello, i Recently Tried to copy a simple txt File To my Pc From My apps resources, But i get errors ect, Is this even possible? i was using [CODE] System.IO.File.Copy(svchost.Properties.Resources.Textfile, @"C:\", true); [/CODE] | |
Does anyone know how to Detect Mouse Click Anywhere on Window, Not just on form? | |
Hello, In the app i am developing is made up of two exes, but in order for the first exe to run the second exe must be running, so does anyone Know how to Return True/False if Process is Running? | |
Hello, Does anyone know any code to retrieve the letter of the booted drive | |
I Recently Tried To get An App To copy itself To startup folder [CODE] My.Computer.Filesystem.Copyfile(application.executeablepath(),"C:\Documents and Settings\All Users\Start Menu\Programs\Startup") [/CODE] But It Wont Work, A possible solution i thought up is getting the app to place a [I]Shortcut[/I] of itself there, but i do not know how to create shortcuts … | |
Hello in the ping app i am using this code [CODE] try Dim ping As New System.Net.NetworkInformation.Ping Return ping.Send(hostNameOrAddress,5000,300).RoundtripTime Catch ex As Exception MsgBox("Computer Ping Could Not Be Called") End Try [/CODE] but my app will not accept 300 as a amount of bytes, Help! | |
Re: I dont know about the code youve got there but try [URL="http://www.osix.net/modules/article/?id=377"]http://www.osix.net/modules/article/?id=377[/URL] [URL="http://www.jscape.com/articles/ex_sending_email_using_vb.txt"]http://www.jscape.com/articles/ex_sending_email_using_vb.txt[/URL] [URL="http://www.thescarms.com/dotnet/Email.aspx"]http://www.thescarms.com/dotnet/Email.aspx[/URL] | |
does anyone know how to Find and return list of applications using the network and there exectutable paths and app names ect? | |
I was making a app to store music in a libary and get mp3 ID3 tags but all the code snippets ive found are really complicated, i tried using the my.computer.filesystem.getfileinfo to add the tags to a box [CODE]Dim tags As ObjectModel.ReadOnlyCollection(Of String) = My.Computer.FileSystem.GetFileinfo(my.computer.filesystem.getfiles("C:\Program files\TuNeAgE music")) Dim Foundtags(tags.Count - … | |
I know how to search files, but what i dont know is how to get VB.net to Read the first line of a text file then search pc for it Read the second line of a text file then search pc for it and keep going till it reaches the … | |
Does any one know the code to retreve process info and put it in a box like task manager? | |
Is it possible to retrive weather data for a postcode in the uk? does any one know any code to do this? | |
I recently searched google for a code snippet for creating a ftp uploader and i found this code-> [code]Dim ftp As New Chilkat.Ftp2() Dim success As Boolean ' Any string unlocks the component for the 1st 30-days. success = ftp.UnlockComponent("Anything for 30-day trial") If (success <> true) Then MsgBox(ftp.LastErrorText) Exit … | |
im trying to upload a file [code]My.Computer.Network.UploadFile("C:\hello.txt", "http://www.google.co.uk/", "", "", True, 1000, FileIO.UICancelOption.DoNothing)[/code] and i get a 501 Not Implemented error does this mean the upload address is not allowed? if so does anyone know any websites were you are allowed to upload files | |
Ive made a ping program to tell me when my friend is online [code]Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick 'The code for person1 If My.Computer.Network.Ping("***ipaddress***", 1000) Then Label2.Text = "Online" Else Label2.Text = "Offline" End If 'the code for person2 If My.Computer.Network.Ping("***ipaddress***", 1000) Then … | |
Does anyone know if you can use the My.Computer.Network.UploadFile to upload a text file to a folder on another persons computer? | |
Does anyone know how to transfer files from a pc to pc ? im trying to make a file share program, i am trying to use [CODE]my.computer.network.uploadfile(**location**,**ipadress**)[/CODE] but its not working anybody now how?? | |
Im making a password form and i need to make it so when the user clicks off the form, the form automaticlly comes back up again, ive searched for code snipetts alover the internet but carnt seem to find any code to do with that, any help? | |
Re: i use gamespace it comes with a python coder to add scrypts to ur objects | |
how do you get the directory witch the program is instaled in ? and put it in code e.g. textbox1.text = (******get directory code*******) | |
plz tell me how to make a app witch will not show up in the system tray, taskbar or any were else and it is invisible also how do you make it run at start up | |
i hav a net surfin app and i wud like to know how to make it go to the web page when i press enter | |
i know how to embed windows media player in a app but it can only play 1 song at a time , how do i make it play a playlist |
The End.