20,285 Topics

Member Avatar for
Member Avatar for sonia sardana

Hi, I want to ask,I know vb.net not vb. I want to ask is there so much difference b/w vb & Vb.Net.

Member Avatar for cetan
0
257
Member Avatar for vadiraj

Hai i am new to dis programing word anybady help me out? in my appliction i want to implement autotext functionality like in ms word. im not getting how to implement it.... plz help me thanx in advance.

Member Avatar for cetan
0
88
Member Avatar for GL.Za

At the moment im working on an app in vb.NET and its seems to working ok, however my client/sponsor would like a web-app with the same functions as well. So I would like to just use my vb.NET code in the ASP.NET app to save me time and stress. However …

Member Avatar for peter_budo
0
178
Member Avatar for silentdee

Hi everyone, Im really new at VB and Crystal Report and i know nothing about Crystal Report 8.5. My problem is, i have this application called CustomerManagement that will keep data in Microsoft Access called 'dbCustomer' In the form customer ('frmCustomer') i've created a command button 'cmdView' so that the …

Member Avatar for Jx_Man
-1
122
Member Avatar for swappy

I`m very much new with vb.net..I want to learn it so I was just doing it from VB 2005 for Dummies.I was just able to create a simple button and customize it...;) When I reached a chapter "Dynamically editing data with the Data Sources window" I was not able to …

Member Avatar for swappy
0
93
Member Avatar for carly

ok....not too sure how i could do this one, i have to create a vb .net pc radio application but i have to create it so that the user can scan for radio stations. when in scan mode the radio will scan through frequencies and pause for 3 seconds when …

Member Avatar for bwkeller
0
123
Member Avatar for Beginner2008

heres what i want to do. i want to add a button somewhere here. [IMG]http://aycu20.webshots.com/image/49619/2006148200319099889_rs.jpg[/IMG] When that button is clicked. The print screen function will caputure the form and i'll be getting something like: [IMG]http://aycu16.webshots.com/image/51455/2005462669515036518_rs.jpg[/IMG]

Member Avatar for Beginner2008
0
123
Member Avatar for faisalazhar

Hi I want to show one image from remote server, i have a complete URL so where should i put this URL to access that image? i can't use this as imageURL as this is not direcly image file, it's a storage where it will ask my UID and pwd …

0
56
Member Avatar for Errods

Can you give me some ideas on how to achive the following....... i myself want to validate the user before he will login to windows............ Like my own login screen insted of winlogin........ Hence I want to overwrite the windows login............... How do i do this????????? And if the USER …

0
48
Member Avatar for aamir55

i m using this small application for the purpose of loading multiple images from disk and then show them as thumbnail i m using List View for this purpose. my application is generating thumbnails successfully but i modified such that when i double click on a thumbnail and that image …

0
241
Member Avatar for aamir55

i want to generate thumbnails retrieving images from data base for this purpose i m using sql server data base and the name of SQL Connection is SqlConn. i m using List View for Thumbnail purpose. i m using tree view for creating Albums and Photos in data base. i …

0
79
Member Avatar for rhinocort23
Member Avatar for rhinocort23
0
103
Member Avatar for olodu

Hi all, I need help in passing parameter value to a datagridview control on my form. I have a form with a textbox control, a datagridview control and a button. When the user enters in the title of a movie in the textbox and clicks on the OK button, I …

Member Avatar for Fritzeh
0
776
Member Avatar for Fritzeh

Hi, after problems with using checkedlistboxes and the rest. I decided to take an easier route and use a listbox which i have populated from a database. It contains text with values assigned to it. i also have a DGV with 4 columns. The column i wish to sort by …

Member Avatar for Fritzeh
0
89
Member Avatar for kimhanu

who have code about it ? please give me .... I want it to study thanks you very much .

Member Avatar for bwkeller
0
78
Member Avatar for Fritzeh

Hey people, just a quick one here, as its getting quite annoying. Basically i want the form to only be closed when a correct password is entered using the form closing event. i have tried the following methods but they all seem to crash... any ideas? They all start with …

Member Avatar for Fritzeh
0
646
Member Avatar for rhinocort23

ok here are my questions, first of all ill ask the shorter one first, ok with vb can you make bots for games (my game being diablo 2 LoD) and if you can, how would i go about doing that, and yes, i would like it to be a bot …

Member Avatar for rhinocort23
0
141
Member Avatar for zwench

I have my code to the point where I see the information on the print preview, but when it prints it is only printing the last line of the page. Any ideas of what I need to fix to get it to print all the information contained? I am new …

Member Avatar for zwench
0
88
Member Avatar for Superbigmac

I would like to open a access database using VB.NET. However i want to be able to connect to a Access database at runtime and have this appear in the datagrid. how do you do this? I would also like to create a database using VB.Net and have fields weight,comment …

Member Avatar for johnny3d
0
121
Member Avatar for lance.stine

Hey I hope someone has seen this before because I have spent way too long in failing to solve it. I am using VWD 2008 express edition. I am trying to add a reference to the Microsoft Word 10.0 Object library. I won't work. I get this strange error: A …

Member Avatar for lance.stine
0
130
Member Avatar for sukhy_1

I have to textboxes and want to add to 120+ 27/10/2008= which will give the new date ive got this code so far but errors appear on the dateserial bit thanks [QUOTE]Dim Day As Integer Dim Month As Integer Dim Year As Integer TxtFT.Text = Date.Now 'Calculation (date) DateSerial(Day, Month, …

Member Avatar for Jx_Man
0
125
Member Avatar for ilias_de

Hey , i am trying to make an encryption program . With any codes i've found until now i didn't manage to solve my problem . my problem is about saving my data from a multiline text box to a text file . Basically i want , by clicking on …

Member Avatar for vadiraj
0
85
Member Avatar for kimhanu

I want program about image . ex : image display , ............... it used for window mobile . I want code , lpease help me . Thanks

0
69
Member Avatar for SolTec
0
59
Member Avatar for Fritzeh

Hi, I am creating an information system with a database and table which contains 4 fields ( shopid, catergoryid, name and floor) The idea is that when the user selects a checkbox, it displays all shops with the relevant catID, so for example, cat 1 = major stores, if chkMajorStores …

Member Avatar for Fritzeh
0
93
Member Avatar for Jx_Man

Hi all... I m working for my graduated project. and my method in using is Genetic K-means Algorithm. i m using vb.net 2003 and sql server 2000. Does Anyone know a sample code for this?or a website / link for this topic??? please help me... any reply really appreciated... Thx.Best …

Member Avatar for Jx_Man
2
165
Member Avatar for aamir55

i m working on a small application its main function is to create a album and then add photos in the album. i m using tree view for creating album and photos i m using tree root as album and nodes as photos. i have to also show thumbnail view …

0
61
Member Avatar for jkdil33

Hi, I am using the following javascript code for printing a web page but the webpage is not getting printed fully.Half page is not coming to the A4 sheet url = "home.aspx" printscript = "<script language='javascript'>" + "window.print('" + url + "', 'CustomPopUp', " + "'width=1000,height=800,left=0,top=0')" + "</script>" ClientScript.RegisterStartupScript(Me.GetType(), "Printpage", …

0
73
Member Avatar for sbv

Hi i am fetching value from a table and assigning to data grid. one of column contains date and time, which is not showing me complete value in data grid. When i test it using msg box on click. msg box prompts right value. here the msg box has input …

Member Avatar for sbv
0
140
Member Avatar for Jesi523

I have been using VB.Net for a little while now, but I just started needing to write code to put information in a SQL Server database. I have two tables that I need to add information into. I know that I have to use an Insert statement, maybe I need …

Member Avatar for Jesi523
0
164
Member Avatar for kimhanu

I use ADO.net and SQL database . but cannot updata records into database . Who can do it ? help me please ! my database is sv.mdf , table is huycnt include fields : id , name . help me soon . Thanks

Member Avatar for zikrullah
0
110
Member Avatar for aamir55

i m working on a small application its main function is to create a album and then add photos in the album. i m using tree view for creating album and photos i m using tree root as album and nodes as photos. i have to also show thumbnail view …

0
60
Member Avatar for aamir55

i m working on a small application its main function is to create a album and then add photos in the album. i m using tree view for creating album and photos i m using tree root as album and nodes as photos. i have to also show photos when …

0
79
Member Avatar for Ole Raptor

Hello, I have created a form that needs to work like a stop watch. The user enters the time (hrs, min, sec) then clicks the start time. I have a label that should display the time remaining. This works great when I am displaying everything as seconds. When I try …

Member Avatar for Ole Raptor
0
84
Member Avatar for Moheet
Member Avatar for Moheet

I have Follwing Screenshot & Code help me ? '' code for browse Button If maxrowsd2 = 0 Then Console.WriteLine(" There are No Records in the table") Exit Sub End If If incd2 <> maxrowsd2 - 1 Then incd2 = incd2 + 1 Call navigaterecord2() ElseIf incd2 = maxrowsd2 - …

Member Avatar for Jx_Man
0
91
Member Avatar for jkdil33

Hi, I want to submit the webpageA when i click a button in WebpageB. How can I do this Quick replys will be appreciated. Thanks in advance

0
66
Member Avatar for Free_Man

I got a strange database connection after I deployed the software. I print crystal reports with [code]CrystalReportViewer1.PrintReport()[/code] It asks which printer I want to use, if I print by default printer(which is an actual printer) everything is fine but when I change the printer to Microsoft Image Printer(or called something …

0
68
Member Avatar for SolTec

here is the code: [code] '//WAN IP Dim url As String Dim myexpression As New Regex("[1-2]?\d{1,2}\.[1-2]?\d{1,2}\.[1-2]?\d{1,2}\.[1-2]?\d{1,2}") Dim MyIPAddress As MatchCollection url = "http:\\www.whatsmyip.com" Dim objWebClient As WebClient = New WebClient Dim objData As Stream = objWebClient.OpenRead(url) Dim streader As StreamReader = New StreamReader(objData) Dim HostIP As IPAddress HostIP = Dns.GetHostEntry(Dns.GetHostName).AddressList.GetValue(0) …

-1
79
Member Avatar for lacaroix

hye there..i need help here..im developing a smartphone device. i need to install a sql server ce but somehow i download it,but i cant run application.so my ques is how do i know wat the version of my sql server 2000 (version 8.0)competible wif which sql server ce? thanks in …

0
63
Member Avatar for Java-Newbie

Hello, I'm a super newbie at VB and I'm trying to write a very simple math program. The program is supposed to do some arithmetic and display the results, piece of cake. The problem lies in displaying the results. I have no clue how to do it. I went surfing …

Member Avatar for Jx_Man
0
93
Member Avatar for aamir55

i m working on a small application its main function is to create a album and then add photos in the album. i m using tree view for creating album and photos i m using tree root as album and nodes as photos. i have to also show photos when …

Member Avatar for sunnyjaswani
0
111
Member Avatar for Yuexuan

Here is my mysql table need retrieve data total table MPN AML Onhand Demand 2 P 300 200 2 A 300 200 3 P 100 200 3 A 300 200 4 A 200 300 here is my output need output MPN AML Onhand Demand 2 P 300 200 3 A …

Member Avatar for SheSaidImaPregy
0
96
Member Avatar for sukhy_1

hello, ive created a vb application linking to Access 2003 and i want to add for example [B]20/03/2008 + 120days[/B] but i want it to appear in date format ive looked on web and in books but cant find any information, so if anyones got any information or code i …

Member Avatar for Jx_Man
0
101
Member Avatar for indiansfanatic

Hi, I wanted to know if anyone has been able to use an OpenOffice Base file with vb.net? (it's version 2.3 - version 2.4 was released today) Thanks, Ron

0
71
Member Avatar for Time Indicator

Hi, I am using Northwind database and I am trying to delete the Products information from the Products table using SQL. However, when I tried to do that, it says that it can not be deleted because it is related to an another table. My problem is, when I deleted …

Member Avatar for binoj_daniel
0
98
Member Avatar for spurr82

Hi, I am new to VB.Net and I am currently working on a FAX application. So far I am able to send faxes with this code: [CODE] Imports FAXCOMEXLib Imports FAXCOMLib Imports System.IO Imports System.IO.StreamWriter Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click …

0
48
Member Avatar for aamir55

i m working on a small application its main function is to create a album and then add photos in the album. i m using tree view for creating album and photos i m using tree root as album and nodes as photos. i have to also show photos when …

0
60
Member Avatar for cdmunoz279

I have created an application in VS 2005 pulling reports created in Crystal Reports XI Release 2. My problem is I have a couple of reports that have linked subreports on them. Does anyone know how to pass a parameter value to a subreport in .NET? I have the following …

Member Avatar for cdmunoz279
0
980
Member Avatar for karan_21584

hai, i have two datasets which contains table values.the process is to compare the two datasets (DS1 and DS2) whether its equal or not...help us plz...thanks in advance.

Member Avatar for nrar
0
86

The End.