Answer Questions
cambomj Debugging problem
Could you help me i have a problem with debugger. When i want to debug i get an error message : "Error while trying to run project : Unable to start debugging. Handle de liaison non valide" But when i go to the solution properties, if i uncheck the "Enable the visual studio hosting process" , that's work (but i lost the avantage of "hosting process") Thanks for your help There are two ways to sol ...Show All
SkypeDeveloer Displaying an image stored as a pointer in a SQL table.
I am having trouble getting images to display on an application I am trying to build. I have my images stored in a directory and then have a pointer in sql to those files. I want to display the photo associated with the particular record in my windows form but I cannot seem to make it happen. Any advice or code samples would be appreciated. Thanks. I changed it to match my data but I cannot get VB to run i ...Show All
Ori Lahav A suggestion from B-13...
Could there please be a way to convert C# to VB.NET, C++.NET to VB.NET and vice versa I use all three of these languages and find that if there was such a tool (without using third party products) it would be really handy. PS. If this is in the wrong section please move it. Jason - Microsoft currently has no plans to provide a converter to/from C#/VB.NET/C++. but there are a number of thrid party tools available that do exactly this ...Show All
-Antilles- Visual Basic Problems Using DirectX 8.0
ok, What I really would like is to download visual basic 6.0, but I cant find anywhere to do that.. My problem with visual Basic express edition, is I cant seem to get my reference to Directx 8 to work, I have reinstalled directx 8 and VB but it still wont work for me, any ideas> I am programming in BASIC and am very new at it... if anybody could help me I'd be very thankfull, you can contact me by emailing me at Lukeskiwalker@b ...Show All
Snyper_10 HttpWebRequest & HttpWebResponse
I am trying to write some code using HttpWebRequest but i get the erroe message "type 'HttpWebRequest' is not defined. How do i over come this For Example Dim httpRequest As HttpWebRequest Dim httpResponse As HttpWebResponse Thanks ! Add imports system.net to the top of your code file ...Show All
sneakers007 Help to Convert ASCII to UTF-8 - Should be Simple
how can i convert like " A! " to " " and like " Uc" to " " And so on.. Its like turning it into ascii instead of what its supposed to be Right. You come in with a string of variable length and it's going to create a variable number of bytes with an array. Then the byte buffer of variable length is converted into a variable length string. Those routines are sort of randon c ...Show All
Frens Can't install VB 2005 Express
Launching setup results in "Error encountered during setup" with no options other than Exit. Can anybody make a suggestion on how to troubleshoot and/or resolve this Thanks. Hi, I have the same problem also. When I install the vb express that I download from online http://msdn.microsoft.com/vstudio/express/vb/download/ It promt me an error event I try the setup in other pc also the same error. ------ ...Show All
DLiu Visual Basic Beta1?
Is there any way to download Visual Basic Express beta 1 back again I had much less errors and I could make new projects! The beta 1 version was much better. So maybe I could uninstall beta 2 and install beta 1 instead again. You need to remember that there is always going to be a number of changes between Beta 1 and Beta 2. You can't develop in Beta 1 forever. Bite the bullet and more across to Beta 2. Are you ...Show All
Daniel Ainy Cannot write to registry
I am making this program that will scan various IE 6 settings including policy and other settings like history, cahce limit. I can read them just fine, but i cannot write to them. it gives me an unable to write to registry error, make sure it is not readonly. Well its not read only becuase i can write to it in regedit. Is XP protecting those keys, i need to write to those values. Also this program is also going to view all running processes, i ...Show All
lgemcor Registration Links not working
In about box, clicking on Register Now brings up IE, but nothing displays. Same for Visit Microsoft Registration Site. Bud, are you still experiencing this issue It could be a busy server that is slow in responding. Can you please let me know if this problem still exists If so, what OS are you running What version of Visual Studio do you have installed Have you had previous versions (CTP, Beta1) installed Tha ...Show All
NACSUS Exponents?
Hello, I would like to display exponent but how I tried to put something like g^3 but would show up as g^3 not g 3 any ideas Thank You Keehun Nam ... and I'd like to second that... Jake Try typing <alt>+0179 (using the keypad) to give you 3 , or have a look in the character map. It will depend on what font is used for captions, so bear that in mind. Thanks! But of course, that's th ...Show All
cenko2 MSI Installer and C# Express
I am happy with most of the features in C# Express, but ClickOnce deployment is not my preference - I would really like to use MSI. Can I combine C# Express with any MSI Installation packages I assume that it is hard to find out what merge modules etc. that should be included. Thanks in advance. Soeren The only thing you really need to run a typical .NET application, is the .NET runtime, whi ...Show All
Ben Coats Trouble with opening a new window
Recently I've been handed with a project that requires a window to open another window. The problem is that I can't find a way to open a new instance of itself. The client should click a button and a new window of itself should open up. Is there a way to accomplish such thing Thanks To create and display an instance of a form you do this: Dim f As New Form f.Show() It doesn't matter where you want ...Show All
DomsRoberts Visual Basic Express and database fields
I have an access database with 14 numeric fields. I have them displayed but I can't figure out how to add them up and display the total on the form. Otherwise it works great. hi, you can do that by many ways, one way to do that is to add textbox for sum double click your bindingsource that hold the data then add some code like txbmytotal = mybindingsource.current("firstcolumnName") + mybindin ...Show All
SingWei Insert record into a table with an identity column
OK, I am trying to insert a record into a table. One of the columns is an identity table - which means the dataBASE SHOULD AUTOGENERATE A VALUE FOR ME. so the question is what value whould I set the identity column to when I try the insert If I try Nothing I get an error, if I leave it out completely I get an error.... Here is a sample of code... dim dr as dataset.ContentRow dim dt as dataset.Content dr = dt.NewContentRow() 'so now set the value ...Show All
