Add Torrent Support To A Project?
Dec 15, 2009I'm working on a new project, it's kind of a patcher but I'd like to add torrent support for it as well as a regular HTTP download within it.
View 1 RepliesI'm working on a new project, it's kind of a patcher but I'd like to add torrent support for it as well as a regular HTTP download within it.
View 1 Replieswhen i add control or make changes in code at runtime these changes does not updated to my project.
View 4 RepliesDoes the Express Version support adding multiple soultions (.sln) to a project or is this only available with the Professional version.I see that I can add a DLL as a reference that was built in 2010, but it is not letting me step into it with the debugger (or recompile changes to its source).
View 10 RepliesI am creating a windows service in C# .net. In the service i have a FileSystemWatcher that checks a directory (which is in my dropbox) for the create event for files. No problems so far. The idea is that I watch for the creation of torrent files. Then when a torrent file is created in that directory, I want to add it to uTorrent and start the download.The windows service, file system watcher, no problem at all. how to add the torrent to uTorrent (or an other torrent client), or, how to download the torrent in C#?
View 2 RepliesDoes any one know how to create a torrent downloader in visual basic?
View 2 RepliesIm trying to create a bittorrent client, now I'm in the bencode decoder reading the .torrent file with the use of a BinaryReader(datos variable), when I'm reading the value of "pieces" of the "info" dictionary, but in some part of the value of "pieces" i can't read the bytes of them, therefore all of the rest bytes of the "pieces" don't be readed.
this is the code I'm using to read the value of "pieces"
Private Function decodeString() As BEncodeString
Dim numeric As Char = Convert.ToChar(datos.ReadByte())
Dim value As BEncodeString
[Code].....
I'm writing a tool that will have -at some point- to create a torrent. Now the tool is big and 'creating the torrent' is only a small part of it so I thought I can use a command-line utility that creates torrents but sadly it seems that there are no such tools available for windows ( found some for linux ). What are my options here? Should I just write a tool that creates torrents out of directories (I don't even know how a torrent file should be structured)? Or is there a way to control a GUI-Based application using my VB.NET program? ( Guess only C can do that, right? )
View 6 Repliesi need to donwload .netframework via torrent. share hard to dl on microsoft very poor connection..
View 3 RepliesI'm working on a project, which is a Torrent Client (For legal downloads.)I would like to know everything I need to get started.
View 8 RepliesI compiled some VB6 code on my Win7 x64 machine and the result .exe will not run correctly on any other machine. VB6 code is just a new template .exe file with one button, a reference to "Microsoft ActiveX Data Objects 2.6 Library" and the following code in the button press event: Dim db Set db = New ADODB.Connection It runs correctly on my machine, but no others (even other Win7 x64 machines) (Update: I found TWO other users where it runs and one of them is Jeff Atwood!, but most machines have the same problem)
[Code]...
i'am a newguy here but i have a one qustion how to make program to show my torrent tracker account info like ratio an something like that
View 2 RepliesPublic Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 RepliesFor reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
View 2 RepliesI have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.
View 10 Repliesi was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
Does anyone know if/when .NET will support SFTP?
View 5 Replies1. Is email support still available?
2. Is there any way to tell when it will be available if it still is a service that Microsoft provides?
3. Is there any way of telling what I might be doing wrong, if anything?
The message I receive at all hours anytime I try this (about 10x so far) is:"We are sorry, we are unable to process your order at this time."without any explanation as to why or when I could be able to process the order.
Ok ive looked all over the web but all I can find is examples in other programming languages (cant convert). Can anyone shed some light on how to make a dll that works with rundll32 (just the basics) or tell me were i can find info.
View 5 RepliesI am attempting to make a browser. I have it set up to where it can support one proxy. My question, is, How would I make it to where the program would read from a text file, and use those proxies? 1 proxy per line?
View 1 RepliesI tried upgrading vb6 to vb.net using the convert tool in visual studio 2010. But I couldnt find the option Visual Basic 2010 Upgrade Wizard.
View 4 RepliesI am developing an application in VS 2005 (VB.NET) that should run on both 32 and 64 bit OS.The Framework is distributed with the application. Microsoft has two different FW redistributables dotnetfx.exe for 32bit OS and NetFx64.exe for 64bit OS.Is there any installation file that can detect the OS type and install correct redistributable?
View 16 RepliesDim x As Integer = 1.8 1
Error:
Option Strict On disallows implicit
conversions from 'Double' to 'Long'
What Long??
EDIT:
Apparently Visual Basic attempts to convert any floating-point numeric expression to Long. OK, this part is clear.
Now, I can use the
CType((Math.Round(myResultingSingle)), Integer)
but what for MSDN tells that operator supports all the types if in reality it supports only Long as expression1 ?!...
I would like to add some scripting support to my .NET-application (I usually code in VB.NET). Since VisualStudio 2008 won't let me use VSA to get scripting support, and the Windows ScriptControl crashes in 64-bit mode, I have been looking for an alternative solution to my problem.I would really like to be able to code the scripts in VBScript or VB.NET, because of the simple syntax.Would it be possible to implement some kind of sandbox inside my application to make it run a VB.NET application inside itself? Or is there any simpler way of getting scripting support?
View 2 RepliesI'm writing a media management tool and want to add support for MTP based devices.I've been reading through the SDK docs and with the help of some C# examples have managed to make a start on getting some VB code working.
I've come across a few anomolies that I hope someone can help me with!In the examples IPortableDeviceManager.GetDevice appears in C# to receive a string array. But in VB.NET it appears to only receive a string. I have a similar issue with IPortableDeviceManager.GetDeviceFriendlyName which according to the C# samples appears to receive a char array, whereas in VB.NET it is accepting a UShort.
[Code]...
While for the most part you can generate the same MSIL, there are definitely differences in tooling. PEX, for example, works much easier with C#.
What Microsoft or 3rd party tools don't work equally well for both languages?
How do I direct help from MS support on line?
View 1 RepliesDoes VB.NET supports virtual events?
View 1 RepliesOne last hangup with an application and I've tried like heck to research this but no luck.When I do a button click on my open file, it brings up a sub with all the open file code same for my save file and everything works perfectly.If, the open file dialog is on the screen and you should click either cancel or close I get the following argument exception unhandled, (and I've pasted all the details).It throws the exception at the very first line where textbox1 gets it's backcolor(txc(0)) is the variable in my.settings
If I open ANY file I have saved by clicking OK, all goes perfectly, it loads the file and I don't get the exception.I only get it when I click off the open file dialog with cancel or X.
[Code]...
I have a number of functions that, for one reason or another, return data type object.If I try and use the + operand (or indeed any arithmetic operator) on types object the compiler throws a wobbly.
How do I tell if a given object supports the "+" operator and, if it does, invoke that "+" operator?
Does VB Supports OOPS Concepts?
View 1 Replies