VS 2010 How To Make Rcon

Oct 3, 2010

I have project to do it.Project name RCON.I created form, where is showing RCON of status (offline/online logged), log, etc.How do i make it RCON work with that program?I have rcon.exe and with that running must be:notepad.exe > saving as startrcon.bat.[code]

View 3 Replies


ADVERTISEMENT

VS 2010 : Send RCon Commands To Game Server?

Dec 20, 2010

im trying to send RCon commands to a Call of duty: Black Ops game server.I read a thread from a few years back about sending RCon commands to a CoD 4 server, and all look promising until the application kept crashing when I pressed connect.

[code]....

all I want is to be able to send a few commands to the server through an application.

View 18 Replies

VS 2008 Rcon For CoD?

May 23, 2009

im trying to make rcon tool for cod waw, and i cant find any example code that actually works if anyone knows source any similar source code that would connect to remote console and send commands to it, i would be very happy if someone knows how to do it

View 7 Replies

Connect To Rcon And Handle Stuff?

Feb 19, 2010

How do I connect to the rcon and handle the stuff?

View 5 Replies

Contact Game Server RCon Console

Jun 5, 2011

im wondering how I could contact my Call of Duty: Black Ops game server's console, through RCon, through an application I have created in VB.net.All I want to beable to do is have the ingame console in a textbox or something, it doesnt even have to be live, just so I can execute commands remotely.

View 5 Replies

Make An App Using 2010?

Oct 27, 2010

I'm trying to make an app using visual studio 2010, I have this excel formula that will calculate a 6 Digit code from a 11 digit serial number.The excel is pretty old and it consts of math operations such as RIGHT, LEFT, MID and POWER I managed to "translate" that to Microsoft.VisualBasic.Right, Microsoft.VisualBasic.Left, Microsoft.VisualBasic.Mid and Math.Pow but i'm not sure if i did it right, since is not giving me the result i'm looking for, instead of a 6 digit number is giving me something like this: 9.9E+52

Here's the code I made for the vB

Microsoft.VisualBasic.Right((Math.Pow(2, 5 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Left(txtESN.Text, 3)), 1) + Microsoft.VisualBasic.Right(Microsoft.VisualBasic.Left(txtESN.Text, 3), 1) + Microsoft.VisualBasic.Mid(Microsoft.VisualBasic.Left(txtESN.Text, 3), 2, 1))) - 1) * ((Microsoft.VisualBasic.Right(txtESN.Text, 3)) + 199) * (23 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Right(txtESN.Text, 8)), 1) +

[code]....

View 5 Replies

VS 2010 - Make Changes To DLL ?

May 28, 2011

I am having problem with compiling the DLL. Here is the scenario: Let's say I have created a DLL and App1 is using it. the application will monitor a folder for several hours. The dll and the app1.exe is copied to C:foder1 directory. The application is running without any problem. Let's say I need to make changes to that DLL. If I open the DLL project in my Visual studio and compile it, it says that the file is currently used. DLL project is stored in different path. let's say in D: drive. Why it says the dll is used? The app1 should use the DLL in C:folder1.

View 2 Replies

How To Make Binder Fud In VB 2010?

Jan 18, 2012

source codes for vb 2010 the binder coding and how to make them fud?

View 6 Replies

How To Make Crypters In Vb 2010

Jan 18, 2012

any1 give me tut and vb 2010 codes for crypter coding i am having problem with finding codes and then next problem is that source undector???

View 5 Replies

How To Make VS 2010 Rtb Color

Jun 3, 2011

I have searched and searched and searched. Nothing is working. Well it kind of works...I have a rtb which reads from a bunch (like 4.6k) xml files. Depending on the value of a few tags it displays a certain character. I want those characters to be color coded.

[CODE|
If File.Exists(xmlFile) = True Then
Reader = Xml.XmlReader.Create(xmlFile)

[code].....

View 6 Replies

Make A D3d Crosshair In Vb 2010?

Mar 23, 2011

is it possible to make a d3d crosshair in vb 2010 if so anyone know most basic way or a tutorial

View 4 Replies

Make A Keylogger In VB 2010?

Jun 9, 2011

How can i make a keylogger in visual basic 2010 ?

View 1 Replies

Make Dll Module In VB 2010?

Mar 8, 2011

How can i make and use dll module in vb2010

View 5 Replies

VS 2010 - How To Make A Calculator

Jun 5, 2011

How to make this calculator:2 Texboxes In first textbox is writeble (where user will write the version) The second textbox is notwriteble ( there will show the result)In the first textbox to make calculation of version.If user writes for example: 1.03.11 In textbox2 to display the calculation: 22656 If the user writes for example other version:1.05.50 In textbox2 to display the calculation:22895and the same way if user writes 1.03.24 or other numbers auto to calculate the versions, and if user writes a bad text in tetbox2 to display error: For example In textbox1 user writes text: omg In textbox2 shows : Error
Only if user writes number like this: 1.03.11 or other number will calculate it else to shows error

View 16 Replies

VS 2010 : Can't Make Changes To Project

Oct 21, 2010

when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.

For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.

View 1 Replies

VS 2010 Can't Make Changes To Project?

Mar 21, 2011

Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??

View 2 Replies

VS 2010 How To Make A Button

Jun 17, 2011

First, I am wondering how to make it so that when i click a button it adds 2 text boxes and a label and can keep doing it until it hits a certain number and makes the form bigger?

View 1 Replies

VS 2010 How To Make A REG_DWORD

Dec 5, 2011

I am new to visual basic and have only made some basic things in it. I am trying to create an application that will insert a DWORD into the windows registry. But when I follow microsoft's instructions. I creates a normal registry key. Here is some example code

[Code]...

View 3 Replies

VS 2010 How To Make A Server

May 7, 2011

how to make a server, and let my program connect to that server. My program is on books, people can go through the list of books and "favourite them". Then in a window I open I can see the most favourite overall etc. How would I do this, what type of server (srry im not pro on servers at all).

View 1 Replies

VS 2010 How To Make A Webbrowser

Jul 1, 2010

Is it possible to make a webbrowser where when someone clicks a link a button will be enabled?

Example:

If someone press a advertisment the button will be enabled.

View 1 Replies

VS 2010 How To Make Compiler

Jan 16, 2012

i wont to code in vb.net do that compiler makeing exe for Example make form2.vb to form2.exe or like that

View 2 Replies

VS 2010 How To Make Something Like A NewsTicker.

Apr 14, 2010

I'm looking on how to make something like a NewsTicker.Imagine that I have the text "The sky is blue and today will not rain."And I want it to marquee something like:Well, let me explain, I want to always be showing something on the label, and when it ends, before ending it starts the beggining again..

View 30 Replies

VS 2010 How To Make The .exe Without Seeming Like A Virus

Jan 14, 2012

since i started to vb i made several exe files and when i tried to show them to my friends or someone else but every single time i got the "Virus!" label stuck to my program.. i mean antivirus programs ran alarms and screamed "Are you nuts ?! Its a VIRUS!!" and i dont want that happen... how can i prevent this to happen??

View 9 Replies

How To Make A Setup File In Vb 2010

Jan 26, 2012

I am an absolute beginner to VB programming and i want to know that how can i make a setup for my application in vb 2010 express

View 3 Replies

Make A Leetspeak Translator In Vb 2010?

Mar 19, 2012

i've tried to make a leet translator but it fails.

View 7 Replies

Make A TCP Flooder In Program 2010?

Jul 28, 2010

How can i make a TCP Flooder in VB.NET 2010?

I can do it on CMD , and i made a batch application too.

I want to put the commands for:

- The size of the package

- The time of the ping in miliseconds

- The IP target

- And ping how man times

View 3 Replies

Make A Two Dimensional Database On Vb 2010?

Apr 26, 2011

Im preparing a program for my teacher friends using vb 2010 express. They keep records about their students. I prepared a database that contains a table named "Mystudents". It has columns like "studentId , Name, Surname, etc.." . My problem starts here. Each student attends lots of lessons during a year. I must keep "which lessons they attended", "when they attended", "which topic done in the lessons" for each students. for example

Id: 104
Name : Jason
Surname : Black
Class : 10A

[Code]....

i mean i have a list of data for each record of databese.

View 5 Replies

Make An App Using Visual Studio 2010?

Oct 27, 2010

I'm trying to make an app using visual studio 2010?I have this excel formula that will calculate a 6 Digit code from a 11 digit serial number.The excel is pretty old and it consts of math operations such as RIGHT, LEFT, MID and POWER I managed to "translate" that to
Microsoft.VisualBasic.Right, Microsoft.VisualBasic.Left, Microsoft.VisualBasic.Mid and Math.Pow but i'm not sure if i did it right, since is not giving me the result i'm looking for, instead of a 6 digit number is giving me something like this: 9.9E+52?

vB Code:
Microsoft.VisualBasic.Right((Math.Pow(2, 5 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Left(txtESN.Text, 3)), 1) + Microsoft.VisualBasic.Right(Microsoft.VisualBasic.Left(txtESN.Text, 3), 1) + Microsoft.VisualBasic.Mid(Microsoft.VisualBasic.Left(txtESN.Text, 3), 2, 1))) - 1) * ((Microsoft.VisualBasic.Right(txtESN.Text, 3)) +

[code]....

View 2 Replies

Make An Invaders-like Game With VB 2010?

Jan 10, 2010

i am currently trying to make an invaders-like game with visual basic 2010.I've managed to make one alien (picturebox16) dissapear when the coordinates of the arrow (picturebox1) kinda matches the coordinates of the 16th alien, however, the second alien(above it) doesnt dissapear(picturebox4)?

View 2 Replies

VB 2010 Make A Borderless Form?

Jan 24, 2012

I'm trying to make a borderless form. I chose a dark red color as a backcolor and as a transparency key. I made my own dragable title bar, my own close, minimize, maximize and restore buttons and all that stuff. BUT, in order to imitate the Microsoft Windows' style perfectly, I tried to copy that outer glow that Microsoft has:I had to add an outer glow to my form in Photoshop and save it as .PNG. Here's what happened:The dark red became darker under the influence of my outer glow, and it was not considered a dark red anymore. How can I get rid of that?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved