20,285 Topics

Member Avatar for
Member Avatar for suganzeni

Hi all i am working with VB.NET for mobile application. I want to open a HTML page in the internet explorer from my form and the size of the internet explorer should be limited to the Pocket Pc size. How can limit the size of internet explorer and how can …

Member Avatar for leokuz
0
155
Member Avatar for pmtheint

Hello, I'm a new learner to VB.Net and don't know much about it. Recently, the term "Stream in the context of data files" has made me think. What is it actually? I've searched for it everywhere but found no satisfactory answer to it. I may be silly to ask this …

Member Avatar for ivatanako
0
98
Member Avatar for pickachu

Im having problems with my ms acess sql command, well im trying to get the last value from the database here is my code, the error is ORDER BY clause syntax error.. [code] data.Open() record.SelectCommand = New OleDbCommand("SELECT PatientID FROM PatientRecord ORDER BY PatientID desc LIMIT 1", data) Dim ds …

Member Avatar for ivatanako
0
138
Member Avatar for Agita

Hi, I'm trying to build a application that will autorun other programs through a graphical interface. Basicly I want to make a button that will run ccleaner for example. Is there a way to make a button that would run the application's function but not show the actual application, in …

0
67
Member Avatar for hemamohanraj

How do i store images in the database and retreive them in vb.net? Please help.... Thanks in advance

Member Avatar for bwkeller
0
88
Member Avatar for SolTec

I have a program that I'm building and I have a form load event that loads the data from a table, but when I try and load the data from a query I get an error. Here is my code: MyTable = MyDa.GetData() If MyTable.Rows.Count > 0 Then Dim MyRow …

Member Avatar for Jx_Man
0
139
Member Avatar for _::suhanna::_

would you all help me? how do i do, when i double click at item using list view then bring and display the items at textbox and option button at the another form??please help me...im in urgent...thank you so much..

Member Avatar for SolTec
0
1K
Member Avatar for leokuz

Hello! I have this simple Internet browser. It works “fine”, but I’d like part of the URL (most of it actually) to be predetermined (always same website, but different pages). For example, [COLOR="Green"]I want to be able to type only some middle part of the URL[/COLOR] & then click "[B]Go![/B]" …

Member Avatar for leokuz
0
234
Member Avatar for miss.A

i have to create application that ask user to input Lower bound and upper bound (both intger) greater than 1 and determins all of the prime numbers within the specified bounds, inclusive. and write function procedure prime that returns True if a number is prime. False otherwise. i also should …

Member Avatar for Jx_Man
0
162
Member Avatar for zaouba

every one help me out....i have to save msword file to a particular foder..i need code........

Member Avatar for zaouba
0
60
Member Avatar for Run.[it]

When Im browsing with either internet explorer or firefox and I recieve an error I get a window popping up asking If I want to debug in visual basic. Im guessing there is a setting in visual studio to turn this off? debugging? Could someone advise, thanks kindly.

Member Avatar for Run.[it]
0
130
Member Avatar for Time Indicator

Hi, Can someone help me with Listbox issue in Vb.NET. I have two listboxes and I want on a click function, to transfer selected items from listbox 1 to the listbox 2. How do I go about that? Thanks

Member Avatar for Jx_Man
0
93
Member Avatar for suganzeni

[COLOR="Green"]HI Every body[/COLOR] I am working with VB.NET 2003 for smart device applications. Here there is no Link label tool. But i want to link a HTML file to my application. your suggestions will be very helpful for me. If you have any code samples just share it with me …

Member Avatar for suganzeni
0
123
Member Avatar for zaouba

im new here...plz guide me.....im making 1 user controll on vb.net...for inbuild worddocument......by clicking on the grid cell i would like open a word document... and want to save on particular folder.as well i hav 2 show the d file name which i save database simultaneously on the datagrid cell....plz …

0
65
Member Avatar for maharajakecil

hello anybody there, who know where to download afull version of vb 6.0. i'm need for my final year project... pleaseeee

Member Avatar for maharajakecil
0
63
Member Avatar for zaouba

i want a code which...is...by clicking on the grid cell i would like open a word document... and want to save on particular folder.....plz help me out

0
48
Member Avatar for zaouba
Member Avatar for shannonpaul

I have Two Text Boxes where the user enters their name. I need to validate that the boxes are not left empty and also no numeric data is entered. If it either is entered the click event Cost will determine invalid values and display message box error. Obviously my problem …

Member Avatar for bwkeller
0
154
Member Avatar for Free_Man

I use [CODE]report.PrintToPrinter(2, False, 0, 0)[/CODE] to print 2 copies of the report, but it comes out 3 copies...i changed the PrintToPrinter copy parameter to 1 but i still get 3 copies!!! any idea?!

0
57
Member Avatar for sbv

Hi How to get sum and avg in crystal report? please refer [URL="http://www.daniweb.com/forums/thread112804.html"]

Member Avatar for sbv
0
59
Member Avatar for roupin

Dear all, i'm newbies to .net (VB) development and i've got a little question. i created a form with a comboxbox. When i launch it, the comboxbox is editable. I'd like it to be non-editable. Could you tell me what's the way to get it non-editable? (i'd like it to …

Member Avatar for MaxDev
0
139
Member Avatar for jenjen02

I currently have an application that has multiple versions and will continue to be upgraded. I know how to increase the version number and have the users download the new version which will install correctly on their computer, however, every time they download a new version a new instance will …

0
49
Member Avatar for bornok15

How can i make a configuration in INI and XML so that i won't hardcode the location of my database and other configurations, and i would just change it from a form within my program? Can anyone help me? thanks..

Member Avatar for Ramy Mahrous
0
214
Member Avatar for Fatboy58

Vb 2005 problem Is there a way to search for identical items in a listbox en count them ?

Member Avatar for Monza
0
61
Member Avatar for ferrier18

Hey, I've never done any programming in my life and would greatly appreciate some help :) I have to create a windows application where there are 3 text boxes in which you enter assignment scores (numerical) and then click on a button that adds the 3 scores together and displays …

Member Avatar for Jx_Man
0
117
Member Avatar for IIMarckus

Hey guys, I'm taking a beginner's VB/.NET class. Today we started working on a project involving a simple login form, e.g.: [code]Public Class Form1 Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click If txtUsername.Text.ToUpper <> "JOHNDOE" Then MessageBox.Show("Error: Username doesn't exist.") Exit Sub End If If …

Member Avatar for junior_jie
0
2K
Member Avatar for bwkeller

Just for the heck of it I'm building a graphic editor, mainly to see how far I can take it and how much I can learn as I go. I'm having a problem with Image.Save. First I have an MDI parent form from which graphic files can be opened. After …

Member Avatar for bwkeller
0
425
Member Avatar for geetajlo

Hi ... Can u plzz help me .. i want to put maximum validation for each control on my form.. it contain a textbox(input only alphabets), a combo box(display only Mr,Mrs, Miss), a datagrid.. and also how do i put a tool tip text on a textbox.. Note for the …

Member Avatar for Jx_Man
0
92
Member Avatar for thirunavukaras

Hai. I created one windows application.I am add reference control to add Microsoft WebBrowser Control..In my application I am using HTTPWebRequest and HttpWebResponse class .To request some post message to corresponding URL.Then I will get response string. In response string i am go to create one .HTML extension file.Then I …

0
71
Member Avatar for shadowsong23

Hi my name is Cristina I'm a Visual Basic newbie and my non-teaching professor at school virtually just dumped out projects for us to do without teaching anything and just giving out hand-outs.My problem is im having a hard time putting source codes in because its like hard for me …

Member Avatar for bwkeller
0
120

The End.