Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
Member Avatar for esmond

Hi evryone... Can anyone give me a simple code to make an SMS gateway in VB.net please? I would be apreciate it.. much thanks=)

Member Avatar for austincarven
0
392
Member Avatar for JBD2

Hi Everybody, Sorry If i'm a bit of a noob at this. I'm wondering how to make a VB Program run in the background...If anybody knows how or has some code that would be great. Thanks for the help! JBD2

Member Avatar for Mr.M
0
4K
Member Avatar for scrypt3r

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 …

0
70
Member Avatar for scrypt3r

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, …

Member Avatar for Slotes
-1
139
Member Avatar for scrypt3r

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 …

Member Avatar for gebriel
0
90
Member Avatar for scrypt3r

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 …

Member Avatar for anjana.ananth
0
165
Member Avatar for scrypt3r

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?

Member Avatar for William Hemsworth
0
157
Member Avatar for scrypt3r
Member Avatar for Acciprone

I'm new to this forum, and I don't really know too much about computers. I do know enough though. I am in the process of building my own computer to support my needs, and I would like some suggestions on the best kind of RAM that would do well for …

Member Avatar for apostle17
0
178
Member Avatar for scrypt3r

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 …

0
54
Member Avatar for scrypt3r

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 …

Member Avatar for Ali.Ayam
0
94
Member Avatar for scrypt3r

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 …

0
58
Member Avatar for scrypt3r

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 …

Member Avatar for scrypt3r
0
105
Member Avatar for scrypt3r

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

Member Avatar for Ali.Ayam
0
200
Member Avatar for scrypt3r

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?

Member Avatar for ddanbe
0
69
Member Avatar for scrypt3r

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 …

Member Avatar for scrypt3r
0
72
Member Avatar for scrypt3r

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?

Member Avatar for scrypt3r
0
91
Member Avatar for scrypt3r

I have a 120GB USB hard drive, if i install games on it, will they be slowed down by the fact it is USB?

Member Avatar for OlyComputers
0
66
Member Avatar for scrypt3r

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 …

Member Avatar for ishanjain
0
106
Member Avatar for scrypt3r

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?

0
51
Member Avatar for scrypt3r

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

Member Avatar for scrypt3r
0
81
Member Avatar for scrypt3r

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

Member Avatar for starfireone
0
101
Member Avatar for scrypt3r

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; } } } …

Member Avatar for Rashakil Fol
0
85
Member Avatar for scrypt3r

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?

Member Avatar for Yiuca
0
109
Member Avatar for scrypt3r

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]

Member Avatar for scrypt3r
0
98
Member Avatar for scrypt3r

does any of u know how to make a app in vb 2005 send a e-mail with text and/or attachments ?

Member Avatar for Comatose
0
202
Member Avatar for scrypt3r

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]

Member Avatar for ddanbe
0
143
Member Avatar for scrypt3r
Member Avatar for LizR
0
91
Member Avatar for scrypt3r

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?

Member Avatar for ddanbe
0
64
Member Avatar for scrypt3r

Hello, Does anyone know any code to retrieve the letter of the booted drive

Member Avatar for LizR
0
72