20,897 Topics

Member Avatar for
Member Avatar for praveenb

how to get key down event ina datagrid so that when i press enterkey in a cell of a datagrid the focus has set for next cell in the row. i written the code for this but the datagrid didn't fire for keydownevent when i pressed any key. i can't …

0
62
Member Avatar for amarnatheee

how to write the code for displaying tables in the form of rows and columns.the no.of rows and columns that is required will be given in the form design.also the labels we enter should be displayed as the headings for rows and columns

0
59
Member Avatar for muthu

hai, hello friends, i am doing project "Firewall". i want to know how to monitor the packet in LAN or internet. Plz help me. thank you, muthu

0
59
Member Avatar for ATS

I am completing my degree in Multimedia and Software Developement. The two languages that are being focused on are VB.net and Java. When I finish my degree, I will have not had a class in C++. Is C++ not used very much any more? I was just kind of curious.

Member Avatar for iamthwee
0
78
Member Avatar for amarnatheee

can anyone send me the details of writting a code for games in vb.net with an example

Member Avatar for Dark_Omen
0
58
Member Avatar for amarnatheee
Member Avatar for GliderPilot

Hi, We are looking at programming a messenger service that hosts different chat rooms, a buddy list, and allows text, voice, and video. (Kind of like a mix of MSN and Yahoo) but wondering which programming language. We want an actual windows program with GUI (possibly VB.NET??) not something run …

Member Avatar for GliderPilot
0
128
Member Avatar for SethR

Why can't I get the changes in my grid to update the data base? Here's the code.............. Public Class frmAddChangeDelete Inherits System.Windows.Forms.Form Dim currpath As String = System.Environment.CurrentDirectory Dim connService As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source= " & currpath & "\ServiceCalls.mdb") Private daCustomers Private daCalls Private daStatus Private serviceDS As New …

Member Avatar for SethR
0
168
Member Avatar for alashtur

hi every body.. i need to write a vb programm which i can take the user input and calculate the summution of it .. the input must be charachters .. i'll give every one a value .. i know how to do this part .. i have a problem just …

Member Avatar for alashtur
0
71
Member Avatar for jimclark1947

Hello, I am brand new to Visual Basic, having done some programming in Basic many years ago, so this environment is all new to me. I am creating my first project that involves solving a simple math expression. When I attempt to debug I get the following warning message, and …

Member Avatar for Comatose
-1
921
Member Avatar for TOastfromheaven

Hey ive been attempting to use this for skool work but i am stuck i need help just displaying the number in a text box of which Date is currently Selected ive gone through all the options i don't know really where to start.. =\ help would be nice

Member Avatar for extofer
0
137
Member Avatar for adeva12

hai, I am trying to get informations about how to create web editor project using VB.NET. If your having any detail reply to me immediately. I am expecting your reply. Thank you

0
55
Member Avatar for TammyTang

Hi everyone, I'm trying to make a small application which can connection an Access 2000 database and wanting to save couple of tables from it into the second database in order to resize the size of the database. I'm using OpenFileDialog to open the original database and using SaveFileDialog for …

Member Avatar for williamrojas78
0
86
Member Avatar for static

Hi again, I want my program to control client from server, such as enabling button to press and keep record of what client used what program. plz help :) Thank you.

Member Avatar for static
0
68
Member Avatar for sunilr

Hi guys, Can anyone explain how I can create & use a webservice?? Thanx in advance Sunil

Member Avatar for Exelio
0
58
Member Avatar for Raju5725

Hi, I am having a one BLOB field in my table. I want to compare one BLOB value of one row with BOLB value of another row. I mean I want eliminate duplicate rows using the BLOB value. for this I want to write a tool using VB.Net can someone …

Member Avatar for Raju5725
0
106
Member Avatar for Artie

Hi everyone: I am Artie Brown - a new member. I am a web designer and i am new in software development. However, i am using visual basic express 2005

Member Avatar for Artie
0
75
Member Avatar for static

Hi I am writing a program about client-server. The problem is ,Do i need to connect two computers to test client's program and server's program ? Thanks for reading my msg.

Member Avatar for extofer
0
78
Member Avatar for Xcoder

Im having a little problem with the CR9 bundled into VB.NET 03, I want to filter out some data, here is my selectionformula: CRViewer1.SelectionFormula = "{client.name}>='Albert Hall ' and {client.name}<='Roger Jones' But I want to filter out client: "Bernard Smith", how I do this?

Member Avatar for Xcoder
0
90
Member Avatar for sunilr

Hi Guys,:) I am Sunil, new member to this gr8 group. Wat I want basically is a listview where I can display data of a column (basically a column containing [B]Names[/B]) from an SQL table. Also I have a textbox in the form where a user can type any name …

0
46
Member Avatar for Artie

Hi: I need some assistance in creating my media playlist. how do i create a playlist for my media player using visual basic express 2005 Thanks! Artie

0
41
Member Avatar for paulie

Hi Folks, I have a VB 2005 app (2.0 Framework) that I've published out to one of our fileservers in our company, so users can download/install and run it. It published fine, but when I go to install it on another PC (which I'm logged into with Admin rights), I …

Member Avatar for paulie
0
170
Member Avatar for ses5909

CAUTION.. I tend to ramble and make thousands of typos. Now, where to start, where to start... I am Sara and I am a 30-yo chick and mom of two boys. I just moved from the states to Belgium a month ago so I've been pretty busy lately and still …

Member Avatar for happygeek
0
170
Member Avatar for siya

Hi All, I'm Siya. I live in South Africa. I like programming. Currently I'm programming in VB.NET.

Member Avatar for happygeek
0
22
Member Avatar for siya

Hi Every one,:confused: I have a month calendar control and a datagrid on my form. I want to display records from a dataset of the dates selected from a month calendar control. I use VB.NET and Access database. Please Help:!:

Member Avatar for Anonymusius
0
82
Member Avatar for khwo

Hi, The following code is use ADODB to connect the database. By this way I would like to change the following coding by using "OleDbConnection", how can I change it? RstBoa = [COLOR=#0000ff]New[/COLOR] ADODB.Recordset BoaSQL = "Select * From QtyVar ORDER BY QtyVarID" RstBoa = ConnBoa.Execute(BoaSQL) [COLOR=#0000ff]With[/COLOR] RstBoa [COLOR=#0000ff]If[/COLOR] [COLOR=#0000ff]Not[/COLOR] …

Member Avatar for paulie
0
106
Member Avatar for theressa

Hi guys, am in my final year and am looking for assistance in a project in software design. I need a problem that needs an archiving solution. I am not so good in programming but can do something with VB.Net. If there is anyone who can help with stuff on …

Member Avatar for Rashakil Fol
0
52
Member Avatar for Raju5725

Hi, I have a web page which is developed using ASP.net code behind is VB.net. I want to print the page by clicking HTML button control but I dont want to print the print button control which is there in web page. I tried with window.print() but it is printing …

Member Avatar for ManicCW
0
1K
Member Avatar for thekaushik

[B]friends, am new to Vb and i am working with VB.net (2005). recently am working with my project. i saw the MSN live and the WMP 11. i was really impressed by there so attractive designe. i tried to make such buttons using photoshop image ready but was unable to …

0
61
Member Avatar for mohammadrikaz

:cheesy: Hi guys. My name's rikaz but call me nastyriky pleez!. I jst signd up. Im a web developer/programmer.I signd up cuz i think we can master our profession by sharing our problems n Idias.I use .NET teknologies , dreamweaver , MS SQL server programming , raw html , Coldfusion. …

Member Avatar for happygeek
1
24
Member Avatar for SeekAnswers

Good day, I have been developing a simple application that teaches programming languages, I was hoping to store the necessary lecture slides in the Database, and retrieve them for later use, but I have problems displaying them onto the application forms, can anyone guide me on that area, or direct …

0
75
Member Avatar for rzszs

i have a data file in text format , i want to convert this text file into mysql database. For this i want coding in vb.net 2003 such that to calculte from this byte to that byte should be update in particular field etc. pls help me? the text file …

0
58
Member Avatar for SeekAnswers

Good day, I have been trying to add a new record to the Access Database that has already been connected to the Visual Basic Application (Using Visual Studio 2005) that I have been developing, using the DataSource and the DataAdapter objects, though I'm able to add an Insert query and …

Member Avatar for SeekAnswers
0
76
Member Avatar for jaay

I want to incorporate fields from 2 tables in a single crystal report. I have no problems in incorporating from a single table. But when it comes to >1 table fields in a single report, I am stuck up.. For eg.: Table 1 :"GENINFO" ---------------------- custno | mail id ----------------------- …

Member Avatar for sarathcbit
0
147
Member Avatar for sarathcbit

guys help with creating an assembly . i have created a .snk thing and build the project .. after that i tried to add references but can find the dll cud u plez help me

0
59
Member Avatar for Xcoder

I have a mdb file and I access it through ADO.NET, from time to time I have to update an existing record, so I do this: [code] Dim dsDataGen As New DataSet Dim daDataGen As OleDbDataAdapter Dim cbDataGen As OleDbCommandBuilder Private Sub Data_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) …

0
64
Member Avatar for localhost
Member Avatar for jaay

Listen, I 've 2 tables of the following nature : Table 1 --------- col1 | col2 | col3 | -------------------------------------------------------- 1 name1 xxxxxxxxxx 1 name1 ssssssssssss 1 name1 rrrrrrrrrrrrrr 2 name1 qqqqqqqqqq 2 name1 eeeeeeeeee and so on........ Table 2 ======= col1 | col2 | col3 ------------------------------------------------------ 1 name1 1111111111 …

Member Avatar for extofer
0
102
Member Avatar for B.H

Hi, My problem is Am using SQL SERVER as database with VB.NET as Front End. I do have a database Known as Trackers with a Table known as Emp In Emp,I have the fields as Name,Surname,Emp_ID,Address. Here I have made the Emp_ID in the database..its Identity to "Yes"..so that the …

Member Avatar for jaay
0
179
Member Avatar for 2archu

Now im doing my project as part of my course Now i have a doubt How can i place downloded buttons in my project? Anyone send me the full details of that

Member Avatar for jaay
0
62
Member Avatar for sarathcbit

HEY i need to differente bettween the admin and employee admin can add delete and update but employee can only add but cannot delete how cani do this i want to use only one form for the table both shud use the same form but admin and employee options shud …

Member Avatar for Dark_Omen
0
114
Member Avatar for arjunsasidharan

Hi ppl.. i need a big fat favour from you guys.. The program i given below helps to Encrypt and decrypt any file(EX: Notepad, word.doc, Access) any files.. Ive been ask to do another task along with it.. They have told me to disable t File- Edit-(containing in the Menu …

Member Avatar for arjunsasidharan
0
146
Member Avatar for B.H

Am using VB.NET and SQL SERVER as the Backend. I used a text box and in the property window i set it to Multiline ie i made it to true and in the database for this field i put the data type as nvarchar and made it to 4000( ie …

Member Avatar for B.H
0
58
Member Avatar for raveen4u

[COLOR=#0000ff]I am working on multiple forms when I write this code in a new form its giving me System.Overflow exception Previously I worked on few form but never encountered a problem plz solve this prob Private[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] dbaCBCHonororium_Add() [/COLOR][COLOR=#0000ff]Handles[/COLOR][COLOR=#000000] dbaCBCHonororium.Add[/COLOR] [COLOR=#0000ff]Dim[/COLOR] ObjCBCHon [COLOR=#0000ff]As[/COLOR] clsCBCHonororium [COLOR=#0000ff]Try [/COLOR]Cursor.Current = Cursors.WaitCursor [COLOR=#008000]'dbaCBCHonororium.Mode = …

0
67
Member Avatar for achi143

can someone suggest me a good topic for major project. good if it is in .NET plzzzzzzzz

Member Avatar for lemm
0
78
Member Avatar for Prahaai

Please, can anyone tell me HOW can i save my .Net programs in COM format, or similar, so that i WON'T have to install the .Net Platform to run the executable? Thank you very much.

Member Avatar for waynespangler
0
81
Member Avatar for ohohling

Name: |textbox| [COLOR=darkorange] ' data bind from table 1[/COLOR] Type: |ComboBox| [COLOR=darkorange]'datasource is from table 2 but databind is from [/COLOR] [COLOR=darkorange] table 1[/COLOR] above is 1 part from my form. i doing add, update, and delete data to the form. after i add data i will close the form, …

0
63
Member Avatar for B.H

hi, My Problem is when am deleting a row from the SQL Server Database....I need to check two conditions. For eg: While deleting a row from the database,i need to check based upon the Name of the Employee and The Employee Number. Because there might be Employees with the same …

Member Avatar for B.H
-1
221
Member Avatar for IcEDFiRE

Hi All, I am thinking of doing a security system for my B.Sc Computing & Information Systems Thesis. This system will basically monitor the file system of the user and raise an even when the user tries to create or rename a file. If the file has an extenstion that …

0
117
Member Avatar for GerEielts

Hi, rather new to vb.net and INfoPath. Can someone tell me what is wrong with the next code : [B] Dim veldje As IXMLDOMNode veldje = thisXDocument.DOM.selectSingleNode("//my:Opdrachtstatus") veldje.text = "changed" thisXDocument.DOM.selectSingleNode("//my:Opdrachtstatus").text = veldje.text[/B] The field "Opdrachtstatus" on the InfoPath-form does not change anything. Suggestions are appreciated, regards, Ger.

Member Avatar for hehe
0
129

The End.