20,278 Topics

Member Avatar for
Member Avatar for sdmcnitt

I have a .NET winforms app that automates Excel and checks for a worksheet password. The requirements are to be able to detect 1) that the protection is turned off 2) that the password is removed (protected but there is no password) 3) that the password matches the correct password …

Member Avatar for nancyli148541
0
758
Member Avatar for jonniebl

I am writing a program that sends an email with attachments. I need to send it as HTML but I can not find any reference as to how to do this. My code follows: [ Private Sub sendMail(ByRef Message) Dim Attach As Attachment Attach = New Attachment("c:\Project\Articles1\Article.txt") 'create the mail …

Member Avatar for jonniebl
0
182
Member Avatar for TheMightySpud

Hi all, Been a while since I've been around, and I have a question... Firstly, if this is possible, and secondly, if it is, how I'd go about doing it. The idea/problem.... I'm working on a desktop replacement project and was wondering if it possible to have a form which …

Member Avatar for TheMightySpud
0
93
Member Avatar for cocoll

hello! i use VS 2005 ,so it use ,net framework 2.0 ,so if i look to ,net framework that i have in my computer i see 1.0 1.1 2.0 3.0 and 3.5 so my question is is VS 2005 automatically use the latest version of framework in my pc or …

Member Avatar for trpsjt2008
0
63
Member Avatar for cocoll

hello! i create a programme that's used my hotmail account so i send e-mail to another account so it's worked but on another computers it's doesn't work and i don't know why in my laptop the programme work and in another laptops or desktops the programme don't do anything. so …

Member Avatar for cocoll
0
90
Member Avatar for Naveed_786

Dear All, I have a problem i have made setup of my project when i install it and run the program it asks for the complete path of database like this "C:\Paymentsystem\PaymentSystem\bin\Debug" is there any way i want to change the path i mean i want to place database in …

Member Avatar for Naveed_786
0
87
Member Avatar for sw22

Hello, What is the right way to delete an object I do not need to use anymore ? is the next line right only in VB6 ? myObj = nothing thank you

Member Avatar for rkmasternet
0
52
Member Avatar for Maya Pawar

Hi friends, Plz anybody can tell me, How to retrieve only date from DateTime in vb.net in dd/MM/yyyy format and I have a field in table in access 2007 which has date/time datatype. Data is stored in datetime format.(04/08/2010 12:01:07 AM) I want to retrive only dates which are in …

Member Avatar for raj_developer
0
107
Member Avatar for akanchha

hello, iam a newbie in the .net world recently i have been assigned a project by my organization to make a portal using vb.net which would list all the files and folders kept at the server, and i need to add a functionality wherein on a single click the user …

Member Avatar for Oxiegen
0
2K
Member Avatar for DATABASE

[COLOR=darkred]hi I have some questions in VB.Net[/COLOR] [COLOR=darkred][/COLOR] [COLOR=darkred]1- how can I retrieve data by VB.Net from database using MS Access database? 2- can I retrieve data from a database and list them in a [COLOR=blue]CheckedListBox[/COLOR]? [/COLOR] [COLOR=darkred][/COLOR] [COLOR=darkred]thanx[/COLOR] [COLOR=#8b0000][/COLOR] [COLOR=#8b0000]Please help me :-| [/COLOR]

Member Avatar for durgeshmali1987
0
320
Member Avatar for rf2010

Hi, Am new to this forum and vb.net so any help would be gratefully received, and sorry in advance for the possible dumb questions! I have a simple function in page1.aspx, where ( for example ) the vb.net code behind has the following ... [code=vb.net] Private Function CalculateMarkup(ByVal d As …

Member Avatar for Oxiegen
0
103
Member Avatar for Nelson Fana

my problem is that I need for ex. L1Q1 + L2Q1 = numUpDowm1 + L4Q1 where the LQ are random I added the code for easier understanding Any help will be greatly appreciated This work is being doe for a school in the Dominican Republic Public Class frmBalanciarEcuaciones Private Sub …

-1
90
Member Avatar for NH1

Im having a little bit of trouble with an update statement. if any one could take a look at it and help me with what im doing wrong that would be great. [code=c] private void button6_Click(object sender, EventArgs e) // Button6 is OK { ///////If Null///// if ((textBox1.Text.Length == 0) …

Member Avatar for Geekitygeek
0
105
Member Avatar for starlight849

Hello, I am having a problem. I am filling a datagridview straight from an oracle sql query. The datagridview is filling properly using this code. [code] Try cmd.CommandText = "SELECT *" & _ "FROM oracle database Dim da As New OracleDataAdapter(cmd) Dim DMdt As New DataTable da.Fill(DMdt) If DMdt.Rows.Count > …

Member Avatar for starlight849
0
105
Member Avatar for cocoll

hello! i am trying to merge to control a combobox and a listbox so when i click the arrow in combobox i want to overwrite the method in combobox so i can open a listbox when i click at the arrow. so the first step it's to know all the …

0
47
Member Avatar for anupama96

i have 2 pages reg.aspx and home.aspx where in home.aspx page i have reg and signin link buttons and reg.aspx has a wizard control(consists of registration form, login form and forgot password form). when i click on signin button it has to redirect to reg.aspx and in the wizard control …

Member Avatar for anupama96
0
98
Member Avatar for Dhilip.S

I want a VB.net code to retrieve audio file duration(in mns) using windows media player control or by anyother means... Dhilip

-2
32
Member Avatar for Kish85

[CODE] Private strConnection As String = _ "Provider=Microsoft.Jet.OLEDB.4.0; " & _ "Data Source= C:\Users\KISH\Documents\Visual Studio 2008\Projects\Final Year Project Learning program with HCI\Final Year Project Learning program with HCI\Database2.mdb;Persist Security Info=False" [/CODE] the porblem i have is if i send this porgam to anthoer computer, the program will not work. how …

Member Avatar for vbhelp
0
69
Member Avatar for vbhelp

Hello everyone, I am a beginner to VB .Net. I am making a project to create an OleDb connection using Visual Studio 2008. I did the same thing in VB .Net but unable to do the same in Visual Studio 2008. Can any one help me with the step by …

0
54
Member Avatar for belle carin

[COLOR="Green"]hi Im just newbie here. I want to ask help from you guys, about on how to use the listview functions in vb.net. I also just starting to study about the vb.net for my object-oriented programming. Please help me in writing the codes for a simple listview. thanks in advance..... …

Member Avatar for belle carin
0
81
Member Avatar for tungnk1993

I made a button in pts and now want to use it as a button in a program. Is there any way to change the image of the button to the one i made or make it function like a button ? tkq

Member Avatar for leahrose87
0
110
Member Avatar for CDS93

Hey all, I'm what you could call a beginner database coder, so this may seem like a simple issue to some :D I am using Visual Basic 2010 Express and a SQL Database. I have a series of TextBoxes, ComboBoxes, and CheckBoxes that I would like to save to different …

Member Avatar for supermoose
0
79
Member Avatar for kmh72756

I believe that my questions are all going to revolve around the internal workings of DataGridView. While this is specifically written in VB.Net, it is definitely a general Visual Studio object question generically related to anyone working with .Net. I've been trying to find a forum where I can get …

Member Avatar for kmh72756
0
900
Member Avatar for ktimov1

I created a stored procedure in SQL which will accept parameters from a vb.net textbox. I want it to output the count of records. stored proc: [CODE] USE [Traffic] GO /****** Object: StoredProcedure [CENTRAL\TIMOVKP].[spReturnValue] Script Date: 08/02/2010 08:57:13 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [CENTRAL\TIMOVKP].[spReturnValue] …

Member Avatar for Coder Smurf
0
114
Member Avatar for Rasmalai

I was working on a project in my VB.NET Express and suddenly my code that was working fine and starting up as normal gave me this error: {An error occurred creating the form. See Exception.InnerException for details. The error is: Corrupt .resources file. Got an unexpected EndOfStreamException while trying to …

Member Avatar for Rasmalai
0
229
Member Avatar for MindFreaks

MindFreaks Downloader :- I Have Created A Great Software And Need To Enhance It More. It Has Been Downloaded More Then 2,000 Times In The Whole World We All VB.NET Developers Can Create It Better And Better. For Source Code Check Out Source Forge. The Source Code On Source Forge …

Member Avatar for MindFreaks
0
236
Member Avatar for judithSampathwa

Hi there, I have a question relating to datagrid view in C#. I have a datagrid view in a form with a calendar column a check box column and a text box column. What I want to do is when the user clicks on the datagrid view check box column(column …

0
80
Member Avatar for Kingcoder210

Hi! I want to know how can I make a program what will work in any type of resolution & monitor. For example if I make an application fullscreen it will work. But problem is that text boxes or another things will not work properly. For example if I make …

Member Avatar for Oxiegen
0
162
Member Avatar for pavan146

Hi, actually m working on outlook here i neeed to set category field to Blue category using vbscript. can any1 help kme out from this

0
44
Member Avatar for Ellitivity

OK, so I'm making a small game and i need to make the picture box rotate left when i push left and right when i push right. Move forward in the direction that its pointed. How do i do that. (The pic box is called 'picCar')

Member Avatar for Oxiegen
0
68

The End.