Looking For Some Rundll32 Support?
Mar 17, 2009
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 Replies
ADVERTISEMENT
Apr 28, 2011
I 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]...
View 2 Replies
Jul 29, 2011
Does anyone know if/when .NET will support SFTP?
View 5 Replies
Jun 24, 2010
1. 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.
View 4 Replies
Oct 6, 2011
I 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 Replies
Sep 7, 2010
I 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 Replies
Dec 9, 2009
I 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 Replies
Jan 19, 2010
Dim 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 ?!...
View 3 Replies
Jun 21, 2010
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 Replies
Apr 3, 2007
I'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]...
View 1 Replies
Dec 15, 2009
I'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 Replies
Jan 17, 2009
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?
View 5 Replies
Nov 24, 2010
How do I direct help from MS support on line?
View 1 Replies
Apr 3, 2009
Does VB.NET supports virtual events?
View 1 Replies
Jan 14, 2009
One 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]...
View 5 Replies
Aug 5, 2009
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?
View 4 Replies
Aug 12, 2010
Does VB Supports OOPS Concepts?
View 1 Replies
Aug 24, 2009
I'm developing a new SOA system right now, and would like to use WSDL2.0, but I heard some clients are still connect using VisualBasic and WSDL1.1 (mostly from excel sheets and stuff). So I was wondering if VisualBasic also supports WSDL2.0, or if it's all 1.1
I know WSDL2.0 will work with C#,Java,and most other typical application programming languages, and these languages will be used by most of our clients, but I don't want to alienate our VB users, so that's why I'm asking.
View 2 Replies
Dec 2, 2011
Well I am using Visual Basic 2010 Express Edition & I have already coded support for buttons & sticks for the most part basically(I can't detect the two different triggers as two different values so I can't know when one is partially down when ones pushing in the other stick or letting that one go) I can't detect the guide button....also I can't make the controller vibrate...
Is there a way to solve this? I don't want to download C# express edition or visual studio trial & xna just to try & get code for C# which may include code I don't know what I need to copy(+translate to vb) or classes/functions not available in the Visual Basic language.
Can anyone help me so I can make this from VB? I want them to be able to use the buttons to move around the user interface(not a game), the guide button to be used to bring up a menu to turn off the controller & such like that & vibration feedback so they are sure when they pushed a button & an action was carried out for example....
---My last post was moved off-topic telling me to post in the xna forum but I don't want to build this using xna game studio or C# language that you must have installed to use xna game studio....I need this code for VB.NET if it's even possible to do at all, reccomendations to use XNA/C++/C#,F#, etc...these will be ignored as I don't want to have to download & install XNA or the express editions for all the different coding languages just because one thing in my own isn't turning out easy for me to work with.
If i had the money for visual studio this would be no big deal but im a single developer basically(all the coding for the program) & don't have enough money for the tool that could allow me to easily make a project using any language I want without having to download & install all the express editions seperately & start them up seperately when I want to work with certain projects.
View 4 Replies
Jun 30, 2010
I am new to programming at all and I am asking how to I add proxy support to the Visual Basic web browser?
View 2 Replies
Jun 3, 2010
I've downloaded latest source from mono project, compiled it and everything works (c# projects, mod_mono, xsp) except vb.net. Vbnc, mono's vb.net compiler does not exist after compiling mono from source.This is on CentOS 5, on Ubuntu 10.04 I installed mono packages via apt-get and vb.net just works.
View 2 Replies
Jul 7, 2011
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.IO;
using System.Threading;
[Code]...
Now everthing works but always when I want to acess a https site it fails but I dont know what to do ?
View 1 Replies
Jul 22, 2010
At work I have a 5 screen setup for programming applications etc. I need that many screens becouse I usually program HMI devices that consist of many screens.Ofcourse with the arival of VS2010 and some real multiscreen support I coudn't be happier. I mean actually programming with 5 screens! That would be some awesome multitasking.Unfortunatly that dream was quickly crushed to dust. After installing the VB 2010 Express edition to test it out I started it up and all 5 screens started to bug / flicker / change resolution... and never stops doing that, so I must reboot to recover from that bug. If I reduce the number of screens back to just two then everything works again. Add a third screen and the whole party starts over again.
Now this might be just a problem of the graphical devices that I use (Kensington USB graphics adapters) whom do not support any form of graphics accelleration... Then again, just one adapter does work fine so that actually shouldn't be the problem. I wonder if anyone else has managed to start up VS2010 with more then 2 screens? For now i'll stick to VS2008 as that doesn't bugs out with more then 2 screens, eventhough it doesn't have multiscreen support.
View 1 Replies
Apr 1, 2012
I would like to ask : how can i make to support the cloud technology.
Do i have to first find a server that provides cloud services ? Or does the user provide his own custom credentials and server somehow ?
Also, what .NET technology is there for cloud services ? Azure ?
Do you know any good examples / website for that ?
If i develop for Azure will the same code run also with Amazon web services ?
View 3 Replies
Jun 10, 2011
when i add control or make changes in code at runtime these changes does not updated to my project.
View 4 Replies
Mar 19, 2012
I�m working on an outliner application and I have almost finished it. As the richtextbox control shipped with .net does not have table support my program does not handle tables. I guess best way is to use a third party richtextbox with table support. Does anyone know such free richtextbox ocx? As far as I see prices of such controls are so expensive that I can�t purchase them as I am not coding for commercial purposes.
View 3 Replies
Jan 4, 2012
I'm trying to add transaction support to our database object.This object is a Remoting object. (this to ensure that on the Windows Client, no database connection is required.)Now I want to add support for transactions;Basically, a client will need to use it like this;
BeginTransaction
ExecuteNonQuery("insert...")
ExecuteNonQuery("insert...")
[code].....
View 2 Replies
May 2, 2010
I would like to drop a few buttons onto a picture box or a container control that has a background image set.
I would like to have the button's image be an alpha PNG file.
I can manage the mouse over and click such that the button behaves exactly as one does on a web page.
I struggled with it in vb.net 2005 with no luck. If you take a PictureBox and lay it on top of another PictureBox, and set its images to alpha PNG's, and its background to transparent, then the form shows up in the alpha blend, not the other picture box.
And if i accept that i am limited to the background of the form, then it's performance then becomes unacceptable.Since i can Graphics.DrawImage onto a PictureBox's image fast, i assume that the folks at Microsoft must have decided to use the form's background (and slow painting, and not the other controls and the z-order), by design. I cannot for the life of me figure out why they have made that choice.
So my question is this:Does vb.net 2010 support the layering of controls that supports alpha transparency, and can we now create a custom-control with a transparent background?
View 4 Replies
Jul 23, 2011
I developed a tool using VS Studio 2008 and VB.Net that reformats an excel spreadsheet by inserting numerious textboxes.This application runs fine on a Windows XP or Windows 7 machine running MS Office 2010.However, when it is installed at my client's workstation that was running Windows XP and MS Office 2003, it encounters some critical errors. I made sure they had .Net Framework 3.5 SP2 installed.Here're all the Dlls that my application is referencing.Microsoft Excel 14.0 Object Library version 1.7.0.0 Microsoft Office 14.0 Object Library version 2.5.0.0
View 1 Replies
Dec 21, 2010
Does anyone know when support for ASP will be fully discontinued? Obviously there no longer is development occuring on the platform, however I am trying to put together a business case as to when we should move to a new platform and make sure the timing is right for where the company will be at that time.
Its my understanding that given that it was shipped with Vista/Windows 7/Windows Server 2008, that it will be supported for 10 years past those ship dates.
View 3 Replies