Use Visual Basic To Make Activex Control For Windows CE?

Mar 26, 2012

how to use visual basic to make web activex control for windows CE ?

View 1 Replies


ADVERTISEMENT

Make A Metro App Using VS11 On Windows 8 CP Using Visual Basic?

May 12, 2012

I'm trying to make a Metro app using VS11 on Windows 8 CP using Visual Basic. the usual "Default object" setting in the settings for the application is grayed out. How exactly are you supposed to set the default form now?

View 1 Replies

Add Multiple Hyperlinks In A Label Control In Windows Forms In Visual Basic 2008

Apr 4, 2011

In a label box, I want to list a couple of websites, email address along with some text. How do I go about it?

Potential uses- As a Help > About dialog box where websites, email of the author can be listed.

To make things as easy as possible for the user, and encourage visiting of the mentioned websites.

Simple text will be ignored, while standard blue color, underlined text with hand mouse-cursor will need no thinking on user's part.

View 1 Replies

VS 2005 Activex Spreadsheet Component In Visual Basic .net 2005?

Oct 11, 2010

I have developed win application on win XP with office 2003 using visual studio .net 2005.I am using Microsoft activex spreadsheet component.I installed my application on win 7 with office 2007, i get runtime error when i load the screen on ehich i have used that component. it says "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"My AxInteropx.Owc11.dll and Interop.Owc11.dll are in same directory where .exe is stored.

View 3 Replies

.NET ActiveX, Windows User Control, Or Something Else?

Mar 25, 2010

I have the need to embed what I want to call an ActiveX component into a webpage on my intranet. The reason I want to do this is, I'd like to check if a USB security token is inserted on the end users PC.

My question is: what do I need to be researching to accomplish creating a control which can be embedded into Internet Explorer when programming in VB.NET?

View 1 Replies

Make A Console Program In Visual Basic On Visual Studio 2008?

Jan 22, 2010

I am trying to make a console program in Visual Basic on Visual Studio 2008. I want to ask the user of the program if he wants the premium version or the standard version. If he chooses the premium version, then I want it to say premium in his "receipt" later on and if he chooses standard, then standard in the receipt.

[code]...

View 1 Replies

Registering Activex Control On Windows Vista?

Apr 19, 2009

I'm trying to register an active x control in windows vista but no luck. i'm using regsvr32 "myButton.ocx" in run command but its not working and giving error everytime. how can i register an activex control in windows vista 32bit?

View 6 Replies

Failed To Import ActiveX Control (trying To Load A VC++ ActiveX Component Into A VB Project)?

Apr 8, 2009

I am trying to load an actixex component in a VB project which was made in Visual C++.n VBA it works fine.In VB6, when I try to load the component on the toolbox I get an "Error 35005"In VB2008 the component can be added to the toolbox, but when I try to place it on the form, the following error occurs: "Failed to import ActiveX control. Please ensure it is properly registered."

View 1 Replies

Non-modal Forms Cannot Be Displayed In This Host Application From An ActiveX DLL, ActiveX Control, Or Property Page?

Oct 20, 2010

How to Resolve following Error in .netNon-modal forms cannot be displayed in this host application from an ActiveX DLL, ActiveX Control, or Property Page.

View 1 Replies

Get Windows Version In Visual Basic 2010

Oct 19, 2010

How can I find the OS using Visual Basic 2010? It does not seems to recognize any of the old commands like GetVersionEx etc.

I am looking to find out the Windows Version, Build, 32 or 64 bit, RAM, Processor and Manufacturer.

View 2 Replies

Installing A Visual Basic .Net Application On Windows 7?

Oct 4, 2011

We are installing our application on windows 7. The application utlizes a Acces database. The application locates the database by looking in the registry under at HKEY_LOCAL_MACHINE / SOFTWARE / WOW6432NODE / COMPANY NAME / SOFTWARE NAME /STARTUP. When i install the application on windows 7 it places the a database where installshield directs it to and writes the path to the registry. However, somehow local copies of the database are showing up under the user profiles. (Example: c:/users/profilename/AppData/Local/VirtualStore/Program FIles (X86)/Company/SoftwareName/Data). We recently changed it to store the information in c:/ProgramData/Company/software however the same issue occurs and its creating local copies of the database and when the application runs it points to the local copy of the database. What we need is for all users to be pointed to and use the same database in ProgramData, is there something we are missing to accomplish this?

View 10 Replies

Run Visual Basic Or C# Applications On Windows Mobile 6.5?

Jul 12, 2010

i want to buy a phone thats running on windows mobile 6.5 (htc touch2) and i want to run visual basic applications on it. i don't know how i can run them , is it possible ? ive started to learn c# to. Is it possible to run applications made in visual basic or c# ? if i can , how do i run them

if i can't what phone should i use ( android driven phone maybe?)

View 2 Replies

How To Make Dock In Visual Basic

Nov 16, 2011

I want to make a dock in visual basic like the image i attached.

View 5 Replies

Make A PC Cleaner In Visual Basic?

Jan 21, 2010

Is there anyway to make a PC Cleaner in Visual Basic? like that Cleans the Temp files in the Root drive, and etc..

View 3 Replies

Make Visual Basic Program?

Aug 26, 2009

i'd like to make a tiny program that shows an image 2 images selected by a scrollbox that can be zoomed and pannedthere also would need to be a coordinate system added to the image so that the user can ad points of intrest (small cross apears on map)to the picture by entering the coordinates. these points of intrest should then be saved in a db file so they can be reloaded when the program is stopped and rerun.

View 6 Replies

.net - Embedding A DOS Console In A Windows Form With Visual Basic

Jan 12, 2012

I've managed to find from other questions some data that allows me to achieve the next code:

Imports System.Runtime.InteropServices
Public Class Form1
<DllImport("user32.dll")> _

[Code]....

My problem is that I can't manage to find the DOS console window.

The question in C# Embedding a DOS console in a windows form

View 1 Replies

Closing/Exiting DOS Windows Visual Basic 2008?

Jun 24, 2009

after running what i wanted in the DOS command prompt with:

System.Diagnostics.Process.Start("cmd.exe","/C C:gds2asc.exe C: emp.gds C: emp.txt")

How do i exit or close the command prompt window?

View 2 Replies

Console Window In Windows Forum In Visual Basic

Jul 14, 2011

How would i run a batch file and instead of opening a DoS window and showing the text in a Textbox or Richtextbox... And if i can do that, how would i make another textbox that issues commands to said batch file

View 11 Replies

Visual Basic Code Be Inserted In A Windows Form?

Apr 9, 2012

I have read a few chapters, and researched a few websites but none of which fulfil my question, which is where should I put this If statement

Public LoginName As String
Public Password As String
LoginName = txtUserName.Text
Password = txtPassword.Text

[Code]...

The idea is once the user has finished inputting text into both text-boxes the image on the button changes from a no-go to a green-submit button but unsure what declaration it would go under and which element. I have tried several form elements and declarations but not having the desired effect that I would like

View 3 Replies

Where To Find Microsoft Windows CE Toolkit For Visual Basic 6.0

May 30, 2012

I'm a having hard time finding Microsoft Windows CE Toolkit for Visual Basic 6.0 for download. I have a msdn subscription but it's not available. The Toolkit for Vb6 is too old to be still part of the MSDN subscriptions I guess.

View 10 Replies

Written In Visual Basic 2005 And Running On Windows XP SP3?

Jan 4, 2011

I hope someone can help with a very frustrating problem I'm trying to solve in one of our Windows Forms apps written in Visual Basic 2005 and running on Windows XP SP3.

The app is essentially quite simple in concept but there is lots of code and data, however, the problem does show itself consistently. The app does the following:

1) Startup

2) Choose Access database to load data from

3) Load the data into memory as a series of collections of objects

4) Do lots of number crunching

5) Fails when entering a particular sub for the first time with an Access Violation Exception

The most difficult aspect of this problem is it only shows itself when compiled in Release mode. It doesn't show itself when running in Debug mode either within Visual Studio or running outside Visual Studio. I assume this is due to the extra 'padding' in a debug exe which is masking the effect of bad code causing the error. The problem is made worse in that the 'standard' build target machine where the problem shows itself only has a copy of Visual Basic 2005 Express so as a result I have been debugging the app at runtime using WinDbg which is tricky but sort of fun (for a nerd!).

I have read / researched extensively on the internet for solutions and as a result have tried the following but all without success:

a) checked for any badly declared DLLs (p/invoke) but the app doesn't use a single one.

b) checked for any COM references / interop. There were two references which were rarely used so I removed them and commented out the code that referenced them but the exception was still raised.

c) I've tried adding my own trace code in the problem area and the line prior to calling the Sub runs but the first line of the Sub never executes due to the Access Violation exception being raised.

d) I have used WinDbg to set breakpoints around the problem area at runtime which has confirmed 'c' above that the sub never executes.

e) I have used WinDbg to double check the addresses of the parameters passed into the Sub are correct as they seem to correctly point to the same address as the local / module level variable that was passed in.

f) I have checked all of the extensive data loading is not eg leaving DataReader objects open etc.

g) I have tried compiling the code in VS 2008 on a different machine targeting the 2.0 framework but the bug still showed itself.

View 18 Replies

How To Make Visual Basic Program Install

Feb 12, 2010

i need to know how to make my Visual Basic program install onto the computer. right now my program is a simple .exe file and does not require instalation.

View 3 Replies

Make Graphics In Visual Basic 2010?

Apr 23, 2012

I want to know if anyone here can teach me how to make graphics in visual basic 2010. For example, you have a form where you put everything about a graphic (type, data for x, data for y), you press a button and it appears.

View 8 Replies

Make Visual Basic Objects Arrays?

May 1, 2012

im trying to make picture boxes as arraybox(0)box(1)ecti want it to be an array so i can make infinite of them

View 15 Replies

Displaying A PDF In A Control In Visual Basic 2010?

Dec 17, 2010

I just installed Visual Basic 2010, went through some tutorials on how to display files, but can't find any material on how to select and embed existing PDF files into a form.

View 4 Replies

No Control Array In Visual Basic 2005

Apr 22, 2007

OK as far as I know there is no control array in Visual Basic 2005 So how do I do this. I want to change the color of an array of pictureboxes some red some green almost like sending an SOS message. So I already have a string of ones and zero's like 11000110001001100011......these are already in an integer array........ARRAY(40) ......but now I need to transfer this data to an array of pictureBoxes by turning them Red or Green to show the message. I just wanted to place the integer array and the PictureBox array in the same.......

[Code]...

View 6 Replies

Visual Basic 2008 Control Arrays

Feb 21, 2010

I'm looking at controlling properties of an array of buttons in VB 2008 (express). I have been looking at the sample code from a whitepaper at MS, and it kind of makes my head spin compared to what was done in VB6! (and yes I'm an amateur

[Code]...

View 1 Replies

Run A Visual Basic 2008 Express Program At Windows 7 Startup

Mar 15, 2012

I am trying to get my program to run at windows startup. Not just load the VB project but to run it.

So that the user just turns on the computer and the project is up and running.

I have seen and tried lots of code suggestions (all different) none seem to work!

View 6 Replies

Visual Basic 2010 Debus Stops In Windows 7 64bit

Feb 17, 2011

After starting debug te program hangup. Moost of te time if DataGridViewLijsten_RowHeaderMouseClick is called. Using pause butten the program is almoost in the random routine.

[Code]....

View 1 Replies

Make A Form In Visual Basic Have A Fullscreen Button?

Feb 17, 2010

I have a form in visual basic 2008 express edition and i want to be able to press a button to make the form go into fullscreen i have tried various codes but they all just remove the taskbars and i want the form to increase in size and not leave a section of the side blank i want it to sort of zoom the form size

View 10 Replies







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