VS 2010 - Vb And F# - Create A DLL ?
Dec 3, 2011
I Want to create a DLL in vb.net but there are large parts that I want to write in F# but I don't want to create a F# dll and reference it from my vb.net project.I need only want one solution with everything inside. I heard somewhere that it is possible to do what I'm asking , but the code needs to be in different projects in the same solution. I went exploring around VS but I didn't find a method to create or add a new project.
View 4 Replies
ADVERTISEMENT
Mar 3, 2012
I Want to develop a software like Yed.i just don know where to start.how we can create a workspace where i can drag and drop icons and create connection etc etc.
View 6 Replies
Nov 30, 2010
I have a project to do for one of my classes that i need help on. Its and extra credit so im left on my own. Project Create a program to allow a student to create there own schedule. what i am trying to do is create a checkedlistbox for the student to check classes they are taking, and need something else to pop up or to show in another box or listbox the classes they can take for the next quarter. I know it has to do with if then statements but i dont know how to write basically:"if (class is checked in checkedlistbox) then ( these are the classes you can take)".
View 2 Replies
Aug 19, 2011
If I create a DLL using VB 2010 express can it be used by previous versions of of .Net (3.5, 2.0)? Will the DLL use .Net 4.0 components, which is what I want. I don't see a way to force that to be the case.
View 1 Replies
Nov 6, 2011
Dont be afraid to spam the thread with things you can create.The more the better!
View 2 Replies
Apr 20, 2012
With a Windows form that I would like to be a DDE server. I know that DDE is not natively supported in VS 2010/11 so I'm using the NDde.dll to add DDE functionality to this program.
Objective: Create a windows form to act as a Pop-up notification that has a textbox field. This textbox field must be selectable in order for users to copy a text string to the clipboard and paste into another program that does not support DDE.
Overview: A phone system has an on-screen agent program that triggers a pop-up form, the DDE Server, when an incomming call is presented. When the agent accepts the call the agent program, acting as a DDE Client, registers a DDE session, Application=phnserver and Topic=callerid. Then communicates an "OnExecute" command to the DDE Server followed by a number string. This string should be presented on the pop-up form in a text box. Once the call is completed the agent application will issue a command to close the pop-up form.
Below is my current code.
CODE:
View 2 Replies
Nov 27, 2009
how to crearte an add-in for VS 2010?
View 2 Replies
Dec 14, 2010
I am trying to create an ActiveX.DLL file. I have created them before with VB 5.0. However, I can't find this option in Visual Basic 2010. Has it been renamed?
View 1 Replies
Sep 26, 2011
Is it possible to create a credential for RDP using VB 2010?For example, to do this using win7 GUI:
I go to credential manager and choose add a credential. I then enter TERMSRV/myserver and enter user name and password.
View 3 Replies
Nov 23, 2009
I'm running Windows 7 and am trying to Create a sub key in the registry.I used that code with no problems before but now it will not create this key [code].....
View 3 Replies
Dec 4, 2011
1. my program to be the default program for this extension2. when I open the file, I want it to make specific things in the program window3. the things that the file did, I want to be remembered next time I open the program.I want my program to have a better look, so I decided to make Theme Packs for it, and post them on program's website. That's why I want a code for all these things.
View 6 Replies
Jun 11, 2011
If I have two images, how can i attach the other image to the other creating one image? Basically copy one image, paste it to another and save that image.
View 1 Replies
Aug 10, 2011
I am wondering if anyone has a tutorial or source code to help me get started with creating a IRC Client that will connect to a IRC Server. I just want to make a pretty GUI to modernize it a bit and add some more features etc purely for educational reasons & because I need a new project.
If anyone has a tutorial or source code that would be great. This is a couple of steps up from my last project so I will need a guide to get me started etc. I have been searching on various sites etc but have found nothing so far.
View 4 Replies
Oct 24, 2011
i want to work with FTP is any example or source code or ebook? i want to create ftp explorer
View 2 Replies
Oct 15, 2011
How to create a shortcut of application (C:MyApp.exe) to desktop with icon?
EDIT: I've find the solution..
[Code]...
View 2 Replies
Jul 19, 2010
I'm following some Microsoft tutorials and am having an issue quite early on. The video says to open 'Database Explorer' and then right click and 'Create New SQL Server Database'. The problem I am having is that, while the option to 'Create...' is there, it is greyed out and so I can't click it.
View 22 Replies
Aug 7, 2010
how i can create Coordinates box? like in Camtasia studio?
View 10 Replies
Feb 7, 2012
I am new to vb.net and i want to develop user defined report as in my attachment.Please give me an idea how to develop. my boss does want to use 3rd party components.
View 1 Replies
Mar 8, 2011
I am just wondering how i can create a picturebox array like i could when i copied and pasted another picturebox in VB6 and it asked me if i want to add them to an array. Doing so made them code like this:
[Code]...
View 1 Replies
Mar 9, 2011
Suppose I have a Microsoft Expression Blend. Is it possible to create a custom control (such as a button) in MSE Blend and then import it to visual basic 2010?For example, I want to create a custom shape button (different from what is available in the toolbox in VB2010) (like for example a pen-shaped button) in MSE Blend. Can I import it to VB2010 to be used with Windows Forms Projects? If yes, how?
View 1 Replies
Jul 27, 2011
I want to create an excel spreadsheet but, I want it to prompt me for the file name and where to put it. Once it is opened, I know how to interface with it. I only need to create a new file with a prompted for filename and location.
View 1 Replies
Feb 14, 2012
I generated SQL Server 2008 Database scripts. There are total 80 objects. The script executes successfully from sql server query. But not from .NET. That is I want to create the objects (tables and stored procedures) from there.If the database don't exist already in sql server, it fails. I have included the line
IF NOT EXIST (DATABASE)...
CREATE DATABASE DBNAME
But it simply don't work and the process fails while the code perfectly works directly in SQL Server.
Any work around this? Can I run CREATE DATABASE somehow?
View 1 Replies
Apr 28, 2011
I trying to create windows form in VB.NET 2010 but this trouble.The error saying :Error 1 'InitializeComponent' is not declared. It may be inaccessible due to its protection level.
And this is the code
Imports System.Data
Imports System.Drawing
Imports System.Text
[code].....
View 3 Replies
Jul 6, 2010
I searched a lot of sources, just to create a simple Powerpoint object in VS. Already imported the Microsoft PowerPoint 10.0 Object Library reference, and added:
Imports System.Runtime.InteropServices
Imports Microsoft.Office.Interop
To the top of the code
How can I simple load a PPT and load it in a holder on the form, if the PPT is interactive with buttons, can that be maintained?
View 7 Replies
May 8, 2012
None of the explanation in the forum have worked, even though this has been asked many times.[code]It has been built, and registered with regsvr32. It returns the error message 'Entry point not found'.VBA recognises the Function but cannot run it.
View 5 Replies
Jan 24, 2012
I hope thisis the right forum for my question. if not, sorry. I am using VB 2010 to create a WPF Web Browser application. I need to open a new page after clicking a button. How do i do this? In vb it would be like form1.show for example. How would it be in this case?
View 1 Replies
Jun 24, 2010
if there are any VERY simple tutorials lol which i can have it so i can create a login form, have it log me in from a user which is stored in the database and then redirect me to another form.Im really new to VB but this is something i need to do ive been going through other tutorials but ic ant find a good one for that, they all seem to just not work?
View 1 Replies
Oct 23, 2011
I'm new in this forum, and I'm a very very very basic user of the VB. How can I create a list of strings? I'm trying to make a chat with a robot. I put 2 labels. And my code is:
Dim mylist As New List(Of String)
mylist = "hello", "bye"
If Not Label1.Text = mylist Then
[code].....
View 2 Replies
Sep 5, 2011
Some coding in visual basic 2010. How does one create a download ETA for their application? Here's a picture to show you what I'm trying to achieve.
View 4 Replies
Mar 28, 2011
I am using visual studio 2010 and tried to create a class library which I then use in an application that will create tasks using the TaskFactory and execute the class functions from the newly created class library. However I get the instance not defined errors in the application.
CLASS LIBRARY:
Assembly Name: GPStream
Root namespace: TFStream
Project with different classes:
GPStream:
gStream.vb,
[Code] .....
I do have it added as a reference.
Class library:
Assembly name GPStream, Root Namespace GPStream
Project name GPStream, Main Class gStream
View 2 Replies