20,897 Topics

Member Avatar for
Member Avatar for mogaka

Hi i have developed a vb.net software that runs without installing. the file is .cab file.my intention is to save the software on server so that client machines can create a shortcut and get it run without installing it. But i want it be called from a web form i.e …

0
65
Member Avatar for choover12

hi...again...i have a problem, here it is, when i wrote my code this error came up [CODE] Public Property currentbrowser As browser Get Return cb End Get Set(ByVal value As browser.browser) cb = value End Set End Property Public Shared Sub Navigate(ByVal URL As String) cb.Navigate(URL) End Sub [/CODE] inside …

Member Avatar for lolafuertes
0
125
Member Avatar for Ubique

Hello fellas, I have a slight problem. I have created an application where I am using linklabels to refer to a website, this works with no problem at all, however the problem that I do have is I cant work out the command to refer to a file or document. …

Member Avatar for Ubique
0
167
Member Avatar for dier02

How do you create tool strip menu item and link any addition to that menu to other pages?

0
45
Member Avatar for Ifiii

Hi i am new user of Dot net and i want to show table data into a textbox from data reader but i dont know how to asing value to textbox. plzzzzzzzzzzzz help me

Member Avatar for choc0
0
189
Member Avatar for itachi_philip2

hello to each and everyone..can you help me,.. can you help me on how to add a VB code on my button...what i want to happen is that when i click the button(" Vote ").. the choosen candidate in the the combo box will increment by 1 ( +1 ).... …

Member Avatar for itachi_philip2
0
107
Member Avatar for cguan_77

hi guys, need your help. got this code from this site: [url]http://www.vbdotnetheaven.com/UploadFile/prvn_131971/mailvb11172005000829AM/mailvb.aspx[/url] [code] public static void Send(String from, String to, String subject, String messageText). SmtpMail.Send("mcb@mindcracker.com", "webmaster@mindcracker.com", "Subject", "Message body"). [/code] just need your help guys, what's the equivalent code of this in vb express 2010. Thanks. :)

Member Avatar for cguan_77
0
328
Member Avatar for saj_amo

Hi i need help in changing a character case for exaple i have a textbox i want that when i write a word it should change case by character to character like : if i write " case " then text box should display " cAsE "

Member Avatar for crapulency
0
157
Member Avatar for Emver

Hey, ive been creating this number guessing game, it works perfectly but I need to add a limit to the amount of turns a user can have. Any help would be greatly appreciated. [CODE]Module Module1 Sub Main() 'This program plays a simple number guessing game. Dim RandNum As Integer Dim …

Member Avatar for crapulency
0
247
Member Avatar for HansomePrincess

hi... can u help me with my system... im currently doing a POS with IMS... i have a problem with the sales transaction... i need to show all the product purchase....and i need to show it on the data grid but everytime i input a product it keeps on replacing …

Member Avatar for lolafuertes
0
93
Member Avatar for markdean.expres

Hi everyone! Can anyone help me how to create an application that updates an Access 2007 file from another computer? I am in great need for knowing it. It is a part of my thesis and until now, I still can't find relevant answers from the internet. I hope this …

Member Avatar for cooljyothi
0
119
Member Avatar for cintojose

I need to bind the report to my report viewer control programmatically,than using the smart tag of report viewer control..I tried a lot to find it...can you help me to that.....I really appreciate for answer......

0
55
Member Avatar for lipton150786

[B]I have completed a VB.NET project and I want make a installer for this project by coding. so I don't know how coding ! can you help me. please!! thanks![/B]

Member Avatar for samuel_1991
0
155
Member Avatar for choover12

you can do this dim i as integer = 0 Public Sub Addtab() Dim browser As New webbrowser browser.Dock = DockStyle.Fill 'docking it browser.ContextMenuStrip = main.cms 'adding a context menustip to it Dim tab As New TabPage tab.Controls.Add(browser) main.Tabs.TabPages.Add(tab) 'IMPORTANT you must select the tab main.Tabs.Select(i) i += 1 End …

0
307
Member Avatar for Muneer.
0
151
Member Avatar for arjen

hello guys.. can u help me in my code that if i change the value of empno all the corresponding data in the empno the empname, empaddress and so on will also change because i can't figure out that when i change the value it will also change all the …

0
76
Member Avatar for Naveed_786

Dear All, How can i get Crystal report between two dates from SQL SERVER Database. We will enter the dates from One column. Any help will be apriciated.

Member Avatar for bhagawatshinde
0
104
Member Avatar for rmontgo100

I would like to send variables produced by my program to the printer. I cannot find any information pertaining to this. Can anyone help me with this. Thank you,

0
66
Member Avatar for Maximus1001

Okay, what I want to do is snap a movable panel to the form, like create a virtual grid kind of thing. The panels can be moved with the mouse and stop moving once the left mouse key is released. For the movable panel I have used a Class, it …

0
39
Member Avatar for Smoogel

Hi all. I am coding a program and I want it to save what the user types in for next load up. So for example... User types 'hello' in texbox1 User closes program. User opens program few days later. User sees in textbox1 it says 'hello' Any ideas how to …

Member Avatar for Smoogel
0
722
Member Avatar for Jay V.

Hey, all! I am running into trouble with some code I am doing for an assignment. The section highlighted in red is the section that I am having trouble with. When the user selects a [I]seat type[/I] and then clicks the [I]compute button[/I], the wrong cost is displayed instead of …

Member Avatar for lolafuertes
0
91
Member Avatar for ampLife

Hi guys ive got a problem in my Tab control. you see, i have 2 tabs in my form then inside it i i got a [B]ListView[/B]. What i want to do is when a user clicks on the [B]First Tab[/B] some buttons in my form will be disabled but …

Member Avatar for ampLife
0
170
Member Avatar for DartDemon

Is it possible to use a timer to be able to count up, stop, and count down and be able to change the speed on the fly? Trying to make a simulator program that behaves like the real unit. The count also needs to stay in the 0000 format. ie; …

Member Avatar for codeorder
0
222
Member Avatar for starlight849

Hello and thanks for any help you may offer me in advance. I using vb.net vs2008. I have a datagridview and two datatables. I am comparing the information in the two datatables. Now, if the data exists is datatable2 but does not exist in datatable 1 I would like to …

Member Avatar for G_Waddell
0
220
Member Avatar for Mariandi

I'm trying to create a smal paint component( similar to MSpaint but not the same thing) in vb.net. I have a panel that holds the background image and a picturebox over the panel that I draw on. I'm using graphics to draw shapes and I have my own custom double …

Member Avatar for crapulency
0
216
Member Avatar for Naveed_786

Hi guys, I want to retrieve a report between two dates i want to sort out report by passing the values for one column i.e PaymentDate. Please please help.

Member Avatar for Naveed_786
0
52
Member Avatar for planem997

im getting this error messages "end of statement expected" Public Class Form1 [U]Inherits System.Windows.Forms.Form[/U] that is what is causing it Please help me fix it thanks Adam

Member Avatar for G_Waddell
0
162
Member Avatar for herit02

it was regarding in vb.net text operations, i want to replace the text by finding some particular text. but the problem arises when the starting and the at the end delimiter of the string is something same every-time but middle thing keeps on changing so how can i work out …

Member Avatar for GeekByChoiCe
0
135
Member Avatar for perryg30313

I have a datagridview control on a form that I'm trying to select programmatically. My problem is, it's selecting the row in the grid when I use Datagridview1.rows(Index).selected = True However there is a margin on the left side of the datagrid that only get's the focus (or the little …

Member Avatar for Mariandi
0
112
Member Avatar for swathys

hi, Does anyone knows on how to update records from 1 text file into 2 different sql database. Name of the sql Table is Payment2SQL_Success_P() & Payment2SQL_Success_E() is the code below is on the right track. [CODE=vb.net] Select Case "AGENCIES" Case AGENCY_AV Or AGENCY_SR Or AGENCY_IP Or AGENCY_TM Or AGENCY_MS …

Member Avatar for samuel_1991
0
180
Member Avatar for lecofr

I am new at VB2008.net. I am trying to convert a program that I wrote in 2003.net for a dot.net class to now utilize OOP. The program basically computes the moment at increments along the length of the beam (1ft.) and the incremental total moment from the sum of several …

0
35
Member Avatar for Uber_Tiny

I'm new to writing VB and I have created a couple tools already that are simple, but work. The tool that I need to create now is different though and that is where my trouble starts. I'm trying to create a simple program for an office setting. It consists of …

Member Avatar for Uber_Tiny
0
148
Member Avatar for judithSampathwa

Hi there, I have a question regarding datagridview, I add data to the datagridview in an interface and all the validation for the datagridview cell is in the datagridview cell validating event for the datagridview. I display the data of the is datagridview in another interface and make the cells …

Member Avatar for Geekitygeek
0
4K
Member Avatar for swathys

hi, I need to knw on how to accumulate the total amount in sql table. I have created a table below but it does not calculate accurately. By mean it just total up current top up amount with the 1st value of grand total. How do i total up to …

Member Avatar for swathys
0
157
Member Avatar for Simply Me

Hi! I have and existing .rdlc file where I display the grades of each students as well as the general average. I get general average like [CODE=vb]=FormatNumber(Switch(Fields!YearLevel.Value="LC7" or Fields!YearLevel.Value="LC8",(IIF(Fields!SectionName.Value<>"1st Sec A" and Fields!SectionName.Value<>"2nd Sec A", ((Fields!Reading.Value * 1.2) + (Fields!English.Value * 1.5) + (Fields!Math.Value * 1.5) + (Fields!Science.Value * 1.8) …

Member Avatar for Simply Me
0
139
Member Avatar for bhagawatshinde

i am trying to draw a iamge in an mspaint control, and then put that image into a richtextbox but it will ask for save file and file has been saved i want to show image in richtextbox as soon as click on save file in dialog window. can anybody …

Member Avatar for bhagawatshinde
0
125
Member Avatar for angel392004

i'm working on a voting system but im having problems in adding records... i have two a primary key, the idnumber and the address. the address is where I base if that certain address already voted. but the problem is everytime i try to add a record with the same …

Member Avatar for marketingmaniac
0
134
Member Avatar for psridhar

[b]Split from - [url]http://www.daniweb.com/forums/thread129561.html[/url] [/b] Hi friends, I am using the magtek Intellistripe 65 insert card reader and i want to connect the device thru my POS application developed in .NET. I have also tried the sample VB code provided by magtek. But i am not able to access the …

Member Avatar for SujithaK
0
103
Member Avatar for jackparsana

please help me to install fonts in my website. can i put fontfile in my server and use in webpage. thanks in advance. jack

Member Avatar for jackparsana
0
99
Member Avatar for eyeripper

Can somebody help on how to extract all the files with the index in the ALCHEMY version 4.1 of IMR. I'm trying locate the files stored in it but it seems like it is compressed in a .DAT file. Another thing: Is there a way for us to extract files …

Member Avatar for eyeripper
0
100
Member Avatar for gayanthi

Hi. I'm relatively new to VB and I have a question that needs an immediate response.Can anybody help me with this.... Suppose a sequential file contains the information shown below. I need help to write a program to use the file and produce a new list where the teams are …

Member Avatar for codeorder
0
184
Member Avatar for kei1412

[I]:icon_question: WE ARE GIVEN A TASK TO CREATE A SOFTWARE THAT CAN SHARE FILES BETWEEN TWO COMPUTERS WITHOUT USING LAN (INTERNET CONNECTION) BUT THE PRESENCE OF HARDWARE DEVICES CAN BE USED LIKE CABLE, RS232, USB TO USB OR CAN BE BLUETOOTH TO BLUETOOTH FILE SHARING. WE SEARCHED ABOUT FILE SHARING …

Member Avatar for pestengadik
0
148
Member Avatar for perryg30313

I have a combo box that needs to be autoupdatable. I know you can set the AutoCompleteMode to SuggestAppend and have the combobox suggest as you type values that are in a combobox's items list. My question is this, Is there a way to have this same functionality happen with …

Member Avatar for perryg30313
0
350
Member Avatar for TommyTran

Hi everyone, I'm back after 4 months without Dani! Today i just came across a problem about programming. The application I'm doing requires me to "enter the size of an array in a TEXTBOX, then click a button, a list of random number would show up, then re-arrange from Lowest …

Member Avatar for cellus205
0
174
Member Avatar for mbrown686886

Hi Daniweb Community, I have a application that opens a pdf viewer and I would like to email the current(one in the pdf viewer) as an attachment in Outlook. I have listed the code below that opens the pdf viewer and I have listed the code to send an email …

Member Avatar for msrd
0
460
Member Avatar for dre-logics

I use Visual Basic 2008 + MySQL Database I have create a textbox1.text MySQL Table [COLOR="Green"]Test[/COLOR] with Two Columns: Column Name DataType RecordID INT(11) Money Decimal(10,2) [CODE] TextBox1.Text = "€ 22,07" [/CODE] I want the [COLOR="green"]contents[/COLOR] of field [COLOR="Green"]textbox1.txt [/COLOR]save it into [COLOR="green"]money[/COLOR] in the column of the [COLOR="Green"]Test[/COLOR] table! …

Member Avatar for dre-logics
0
587
Member Avatar for enderes05

Hi Guys! please help me with my thesis proposal, i really don't have idea about this :(

Member Avatar for codeorder
0
35
Member Avatar for zulhimi89

anyone can help me to merge a data from potrait to landscape...or else dont hav any solution for this

Member Avatar for zulhimi89
0
91
Member Avatar for swathys

hi, How to code, if let say i want only 10 records to inserted in listview. By mean listview only can accept 10 records. please guide thank you

Member Avatar for codeorder
0
205
Member Avatar for b1izzard

Hi all, I got this Error Message while I try to preview the records in Dataset Designer: "The connection string could not be found or Data provider associated with the connection string could not be loaded" Here is my dataset.xsd code [CODE] <Connections> <Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="loginConnectionString1" IsAppSettingsProperty="true" Modifier="Assembly" Name="loginConnectionString1 (MySettings)" …

Member Avatar for MaKhalid
0
509

The End.