VS 2005 - How To Create DLL
Apr 13, 2010about how to create dll in vb.net?
View 7 Repliesabout how to create dll in vb.net?
View 7 Repliesi have installed visual studio 2005 in my computer i want to create a sql server 2005 file i saw a sql server 2005 option in my installed components i want to know how to create a sql server 2005 from my visual studio 2005 it is possible or not.
View 1 RepliesHow do you make a dll from a vb.net 2005 class? I just ordered visual studio 2008, processional. Is this a built in option?
View 3 Replieshow to create an exe file in vb.net 2005. i need to run this exe file into another system. is this possible. I created an exe file and shortcut also. but now i want to run that exe file with database into another client system. In client system, it does not installed .NET2005 and SQL 2000.
View 2 RepliesHas anyone managed to create an SSL server in VB2005 on XP platform?
I am having issues with the certificate side of things, and I am at the point now where I feel that it cant be done in XP.[code]...
How can I create a new directory on the FTP server ... ? ftp://www.mysite.com is the target site ... I want to create a folder/dir named 'new' on this site (ftp://www.mysite.com/new/) ... How can I do this in Microsoft Visual Basic 2005 ... ?
View 1 RepliesNormally when I want to create a new row I first do a select statement and populate a dataset. Is there a way to assign the schema of a table to a dataset so I can still add a new row or do I have to select the data first?
View 4 RepliesI have one problem in which i simply want to know how i can create a table that can easily Used as a back end for my solution that is in Vb 2010.
I also want to know that when we choose a data source in a vb.net that is for sql server Which we want to choose....simply which can be used Because there is 2 or 3 with little different name...
I just need to know how to create a temporary file for each line of a file when it is selected in a listbox, so that i can split it and assign each part to textboxes.
1) create temporary file from variable for each line of a current file (each line represents a contact, and temporary file's name is the contact's fullname(variable as string))
2) listbox SelectedIndexChange = search fullname.dat (temporary file)
3) split the content of the fullname.dat file and assign each part to display in textboxes the only thing i got a problem with is creating the temporary file.
I am doing Windows applications in VB.NET 2005. I want to use chart in my project. I already asked this question in this site. But viewers said the solution to use "MSChartControl" (but this is for Visual Studio 2008.).
View 4 RepliesI am currently using visual basic 2005 and i am wondering if it is possilbe to create a line graph using data similar to for example Week 1 = 40, Week 2 = 40, etc....and the Weeks as cross the X axis and the numbers from 1 to 100 on the Y axis....is this possible to implement in visual basic?
View 2 RepliesI created a DLL with VB6 which registered OK as it contained DllRegisterServer and DllUnregisterServer - these seemed to have been automatically put in place.I upgraded the source code to VB 2005 and built the DLL but now it will not register itself as the DllRegisterServer and DllUnregisterServer elements have not been created in this new DLL. How can I instruct VB 2005 to include these elements?
View 4 RepliesI am developing a project where i have to copy a table from ms-Access to ms-SQL Server, for which i wrote a code and it goes like this
[Code].....
Here every thing is predecided, i.e i have already created a table in SQL Server with name Test and Assigned fields same as that of access.
But i want to create a table in SQL Server 2005 dynamically with same table parameters or Structure of Access table
Is there a any code to create the windows service in VB.net 2005 that you can pass on. I am actually trying to make a Windows service which will query SQL as well as Oracle database using procedures. This service will keep running until it is manually shutdown. This is my first windows Service I am writing in VB.net.
View 1 RepliesI'm obviously looking for the wrong thing, every reference I find points me back to VB scripting.I want to be able to create a set of shortcuts to various files, within a user selected folder, programatically in VB 2005.
Searching on "links", "shorcuts" all take me in circular fashion back to WshShell ... can someone please point me toward some VB / .NET code
i have a access database and i want to create a new table using codes only.
View 2 RepliesHow do I make a file? Or someone choose a file they want to create but I know how to write to it.
View 2 RepliesI want to create my own toolbar/band for IE. I've searched all over and can only find a few small C++ or C# references but nothing in VB 2005. How to create this.
View 2 RepliesI am looking at trying to make a chart from my data I am retriving form a 3rd part textfile datafile
I am reading on report viewer, but so far everything i see references using an exisitng database, my database will be created at run time
I create datatables uisng OleDb connection and bindingsources to comboboxes and textboxes for display of data
I just need a simple x/y scattered chart/graph
I want to create a CHAT server?
View 4 RepliesI googled this and found several different codes, but none of them work. What I want is to be able to create a control, for example a Label, during the runtime of my program. I've tried:
Dim lbl as New Label
lbl.Text = "Hello"
lbl.Location = New Point(20, 20)
[code].....
Doesn't have to be in VB.NET, could be in C# or just point me to the right registry entries that needs to be created to make this work and I am happy too.Anyways we have a windows client server application called let's say "CoolApp". Now a third party is developing a web front-end using the Interface, BL and DL dlls. They want to add a functionality when user does some specific search on a records lets say a customer with the id of 12345, and then they can send an email to anyone with the access to the application where the link in the email would look something like;
View 10 RepliesWell... I'd like to ask you a question that makes me crazy...Could I create an array of structure and later delete a value from that?For Example I have a structure called "Examples". I create an array of structure and insert 3 values (whatever). Then, I want to delete the value in the position 2 (which real position is 1 [0, 1, 2]). Could I do that?
View 2 RepliesI am using the following code to return the long and lat of a property, how can I create a loop to return the same for multiple address's?
[Code]...
Can give me coding to create 6 random number in single word.. .For information i am using this coding to create serial number. This coding will use to generate 6 different number as output.
View 4 RepliesI'm creating a registry key in my installation project for the install path. This works great... except that I need my string value name to be the default in the registry. So, if I look in my registry, I have (default) with no value and Path with my value. How do I fill in that (default)?
View 3 Repliesi have a form which accepts inputs from the user. I want to create a crystal report ( not from the database but from the form ) and to create a crystal report, i need to create a dataset. i dont know how to create dataset from the form's input
View 15 Repliesi develop a project in vb.net using visual studio 2005 professinoal edition at front end and SQL Server 2005 professional edition at back end. now project is complete and i have to give it to customer. so how do i create its exe file now. i mean that how to give it completely to user?
View 6 Repliesis there a suitable way to create a login form that can search database for the username and password to check if user is general or adminstrator?so basically there's like 2 levels of access.how do i make it such a way that a different form show for both after user is authenticated?i created 2 forms for that purpose. not sure what kind of code to make it work.below are some differences btw admin and generic user...
Functionalities Admin:
-Add New Chemical to List: Details, Purchase Details, Attach link to SDS.
-Search by Chemical Name, Alt Names or Location. Refine Search by Classification
-Edit existing Chemical records.
-Create/Delete Accounts.
General User:
-Search by Chemical Name, Alt Names or Location. Refine Search by Classification.
-Update purchased & consumption records for all chemicals
I need to have some of my columns in an integer value not string.So from I can tell so far and I am extremely limited, if I use WriteXml this should write the schema and the data and the readxml will read the schema and the data, although I dont see the schema in my xml file that gets created from my oDS.WriteXml/if I use oDs.WriteSchema I can view the schema file that is created. Thats how I determined the schema is creating all string vlaues for each column..All the fields are of String value as was pointed out, so how do i create my own schema file? or rewrite the one that is created.[code]
View 5 Replies