How To Configure The Code
May 9, 2010i made a browser with vb.net 08 pro i made index.html file as i open my browser it should automatically open the index.html where should i keep the index.html file and how to configure the code?
View 1 Repliesi made a browser with vb.net 08 pro i made index.html file as i open my browser it should automatically open the index.html where should i keep the index.html file and how to configure the code?
View 1 RepliesI'm using vb.net and have a small project that displays data from a SQL Server database. I used the Data Source Configuration Wizard to create a dataset. I've noticed web sites and code samples that show coding to connect to a database and I've tried that with success. But I'm wondering what the difference is between the two and which is better to use. The only difference I can tell so far is that by using the wizard, the textboxes on my form are bound and I have a lot less coding to do. By hard-coding the connection, I have to bind the textboxes in code. Is that the only difference?
View 3 RepliesI'd like to set the IP address, Subnet mask, gateway and DNS on a windows XP machine though a VB form. I have 2 methods for this. Do everything though VB functions or set environment variables on the machine. I've created a batch file that just uses the netsh command. That works but I'd like the better interface.
View 3 RepliesI'm using the following code successfully with HTTP but I would like to use SSL. When I change the endpoint address to https and modify the security mode to Transport in the web.config I get the error : "The provided URI scheme 'https' is invalid; expected 'http'."
This is a VB.net test form.
Imports WindowsApplication1.WCFService
Imports System.ServiceModel
Public Class Form1
[Code].....
i've trin' to setup in my server, a connection to my Microsoft sql server, in order to develop an web application using this type of tech. Of course, VB.Net. after tryin to research an aspx.net here in msdn, i havent found yet anything.
I have my connection string "on", pointed to Windows Authentication. I've changed to A new login created in Microsoft SQL Management Studio (sql Server 2008), such as a user guest.testing locally, the asp.net develop server is up and running because it uses my domain credentials.If testing by access in my website, like a guest, it throws an execption pointing to a Login Failed. I've tried so, with my own credentials, and not succeded.
i need to set up membership for my first website, as i was told i have followed the following steps:1. website --> ASP .NET configuration2. select teh security tab If my admin tool works fine , then it should display the following
1. users - allows to create and manage users2. Role - enable roles3. Access rules - create and manage access rules But my security tab doesnt display those otpions instead it displays an error as:
Code:"There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 1802 and the SqlException message is: CREATE DATABASE failed. Some file names listed could not be created. Check related errors. Cannot create file 'C:VBWEBSITESMEMBERSHIP1APP_DATAASPNETDB_TMP.MDF' because it already exists. Change the file path or the file name, and retry the operation. Creating the ASPNETDB_dbd9891837cf479eab2e5e8a5e483986 database... "
Then i followed it's instructions, clicked on choose datastore and configured the provider, according to the web admin tool the "single provider" passed the test.
Then i closed the adin tool and restarted it. but still the above error occurs. How can i fix this? PS: this happens even when i disable the firewall!
how to configure UDL in windows 7?.im using SQL Server Express Management Studio 2005.
View 1 RepliesCan we configure remoting for the LAN? I studied it halfway but I realised that its for web, but I think it can be possible for LAN too.
View 2 RepliesImports System.Net.Mail
Partial Class ContactUs
Inherits System.Web.UI.Page
[Code].....
what is wrong with my smtp settings? i cant send emails.
How to configure the proxy for a webbrowser (vb.net)
server has proxy and should login to access internet.
i have a DGV that im filling like so:
Dim SQLconnect As New SqlConnection("server=DEVSERVERDEVSQL;" & _
"integrated security=sspi;database=WDA_SQL")
Dim SQLqry As New SqlCommand("SELECT CustomerID, ContactTitle, ContactFirstName, ContactLastName, ActionDate, OpenedBy, LastAccess, Lock FROM CollectionsVIEW WHERE (FileLocal = 'Coll-DL1 Sent') AND (Lock = '1')", SQLconnect)
[code]....
We have a small app that was converted from 2003 to 2005 to 2008. All was fine until i needed to alter the sql associated with a datatable. When i tried to 'configure' the datatable by right-clicking & selecting 'configure', the configure option was not activated. It was decided that what i needed to do was create a new web application in 2008, add the datasets within 2008, then either import &/or cut & paste the old forms & other pices into the new project. However, when i go to configure my new datatable in my new dataset, i have the same problem... configure option is not activated. What can i do to configure these datatables?
View 1 RepliesI need to holds the common settings for all of the apps ona server (UNC path). Previously I used an ini file on the server and the application was told to look there via a command switch.
I understand that I'm trying to use .net in an old fashioned way by not packaging it for web update & delivery but that's a contraint of the architecture I need to work with.
Is there any way to force my application to use the application.exe.config file from a set location rather than the user data area that .net automatically writes it to? Even if not on a server path, then in the application directory where we can push update it?
I'm not sure how to make it work, anything with sendkeys have errors in it.
View 6 RepliesHow can I configure Source Control to work with VS.NET
View 2 RepliesHow to use Datagrid in VB.net. I am about to configure the MySQL Records to the VB.net form having DataGrid. I am using Microsoft Visual Studio 2005 ; Database- MySQL 5.1; Form1 having DataGrid in it. Step by Step procedure to get MySQL Database output in the VB.net DataGrid from beginning to end?
View 1 Replieshow to configure the app.config file in vb.net, especially when I want to set up the smtpmail.smtpserver via it?
View 2 RepliesI have just downloaded SQL Server 2005 express edition from here:To be used as a database for a vb.net program. But I'm confused in using sql server. I do not know where to start from here:If not, where could I create the ms sql database? I'm a beginner and I want to learn.
View 1 RepliesI am building an app that has a number of buttons that will essentially be loading forms into panels.Which button loads which for needs to be user configurable and I am trying to come up with an elegant solution to this.I can hold the user Config and have it load into a datatable; e.g.:
Form Control
Visible Text
Function
[code].....
How do I get the button to pass the configure Form to the Sub
Private Sub btnF13_Click(byVal Sender.Object, ByVal e As System.EventArgs) Handles btnF13.Click
LoadForm(....some sort of lookup that passes back a Form Object?....)
End Sub
I have a custom application I am developing in vba. I have written all the code and the only thing I am confused about is how to configure a button to actually "start" or "run" the program. On the form on the user side, the user will type in an item number, then a button will be pushed that brings up a bunch of fields and textboxes on a new small form for the user to enter, The window displays the default values and will update/save new or updated fields and insert it into the database.
The button is designed in microsoft-gp but I have to manually code it to run the program. Right now, when I click the button, the window pops up, but no information is displayed in the textboxes nor are the combobox values being displayed.
Private rs As Recordset
Public Sub Main()
DisplayWindow
'Item Number is the primary field for pulling data
[code]....
When I run these two methods in vba, the information displays on the form and works 100% Now I have to code the button on the original form so this is what I have ; Test = name of the button
Private Sub Test_Changed()
frmItemProfile.Show
End Sub
How can I code the button to run the program properly?
Is it possible to add a Datatable to the project, add columns to it, and then add rows with data in it that i can use in my project?
I need to store some data in my program and i thought the best way was a datatable, but i also need to add some data that exists in it when i build my pogram.
How do I get rid of the configure icon shown in attached screenshot It opens up the windows taskbar area icon configure window where you config all the
icons shown in the taskbar. Cannot find any property to disable this.
What is this called so I can google for this ? Nothing on msdn.
I have a solution that currently has about 20 class libraries, and a dozen different web apps. Each web app shares a site-wide master page, as well as share js and css files.
I need to be able to build & deploy one app at a time, or occasionally update the entire suite. How is this possible with TFS and MSDeploy?
Is there a way to enable and than configure routing and remote access on windows server 2008 r2 using a (c#,vb).net script? What i need to do is:Enable Routing and Remote access
Configuration:
Select: Virtual Private Network (VPN) and NAT
Choose Network Interface to use based on given IP subnet
Select: Assign IP: Automatic
...and so on.
im trying to configure bluetooth device with visual basic, i added my bluetooth device(wich is "bluegiga WT12") to my laptop and it was registed on COM7.In visual basic i created serial port object for COM7 named "bt", and i just want to test community sending a simple char:
bt.open()
bt.Write(1)
But when i try to send, it asks for pairing code, i checked on datasheet of my module and they say it is "1234", but when i put 1234 i get error.
I tried to configure my barcode reader to act as a keyboard wedge but it didn't work. (I'm using Metrologic Voyager MS9520) I figured out that the scanner still uses the serial port RS232. So i tried to use the MS Communication Control in VB 2005.
[Code]...
If you edit a service in Windows 7 and go to the Log On Tab, there is an option to "Allow service to interact with desktop". I'm trying to ensure that it is set for a certain service using VB.NET.
Note: Doing this during the install of a program is not an option. It has to be done at run time.
In Microsoft Visual Basic 2005 Express Edition Version 8.0.50727.42 (RTM.050727-4200) and Microsoft .NET Framework Version 2.0.50727.
Right Click Toolbox--Choose Item--.NET Framework Components--Check on OracleConnection and OracleDataAdapter--Ok
Now double click OracleDataAdapter1 in the toolbox.Data Adapter Configure Wizard appears. Click on New connection.Add Connection dialoge box appears.Click on change.Change Data Source dialogue box appears.Here i am getting only 2 items:
1.Microsoft Access Database File
2.Microsoft SQL Server Database File
And in Data Provider combo box; only ".Net Framework Data Provider for SQL Server".I am not able to configure my OracleDataAdapter1 control by choosing above method.Machine have Oracle 10G Client and Server well installed. I am able to use Dim oda As New System.Data.OracleClient.OracleDataAdapter() and it is working fine; but i wish to configure oracledataadapter by using above method. Moreover, it is possible for me to configure oracledataadapter in Web Developer 2005 by above metohd, but not in VB.NET.
How do I configure VB.Net to only show one Subroutine or one procedure at a time rather than Full Code View. Right now I see all code with separator lines between subs and functions. The was and Option in VB6 but can't find it in VB.Net.
View 5 RepliesIn VS2010 how can I write and read some configure strings in app.config.
I wanted to add PrinterPort, PictureDirectory, ApplicationDirectory,LastImage, ecc