20,284 Topics

Member Avatar for
Member Avatar for harshitkamdar

i do need some guidence for incorporating barcode system in my VB.Net projects

Member Avatar for dickersonka
0
53
Member Avatar for vbcoder123456

Hi, I have developed a windows application using VB.NET, i need put a icon file for the .exe application file. I tried the following ways, Right clicked the project->went to properties-> there there is a option for putting application icon. I tried putting my .ico(16X16 and 32X32) file which i …

Member Avatar for dickersonka
0
151
Member Avatar for 3Dees

Hey, Can anyone help me solve this, i am trying to read the value of Console.Readline into a varible declared as Double using vb 2008. As shown below: [code=vbnet] Private Sub ReadQuantity() ' Read ask customer to input many liters Private quantity As Double Console.Write("How many liters (only whole liters …

Member Avatar for EDDYGATE
0
268
Member Avatar for Dell XPS

Hi, i need to type some commands at a specific time of day in the console of counter strike to connect to a server automatically... i just need a way to type in the cs console... i can take care of the rest... if anyone has any idea on how …

Member Avatar for Dell XPS
0
120
Member Avatar for spinnaret

Hello All, I would like to display charts based on some conditions being fulfilled. I have pseudocoded the information. If the use of pseudocode is not acceptable please inform me and I will code it in vb. Essentially I need to display inofrmation about Multidisciplinary Teams in a number of …

0
59
Member Avatar for lakshmi@right

Hi, i need to print the form content. the content may be a label, textbox and may be a grid..

Member Avatar for waynespangler
0
125
Member Avatar for tusharvichare

Hi, I create one application, in that application i am calling one vc++ exe so i want to run that exe in background which is not visible to the user. If any one have idea about this please reply on this. Thnak you.

Member Avatar for Teme64
0
247
Member Avatar for tofwono

[B]hullo friends, am a little new in the field of VB and currently i have created a login and registration form i nkow how to connect to oracle but i need some code to help me register new users and post them to the oracle database and login form should …

0
48
Member Avatar for rarecode

there are web sites that provide e directory services, n i want to create a small application in vb.net to access the web site and getting the numbers..., without goin thru the web site.. i am very new in this...plx help:icon_wink:

0
61
Member Avatar for kranthikumar03

hi friends, can anyone tell me how to convert data from datagrid to excelsheet

0
39
Member Avatar for asmit1987

I have an application in which i have an MDI form and one more form which is placed inside the MDI form i.e. child of MDI parent now when i run the application the child form it it should be in normal size inside the MDI but when i reduce …

0
108
Member Avatar for laghaterohan

Hello out there ? i have one question rather a strange one i have two tables say admission and attendance with different fields however admn id , name are the fileds common to both of them when i add my data in admission table (via form) can i at the …

Member Avatar for Jx_Man
0
214
Member Avatar for melicaster

I would like to have a count down that have days, hours, minutes and seconds. I have labels, lbldays as Days lblhours as Hours lblminutes as Minutes lblseconds as Seconds I want to countdown to 1 January 2009, 0000, and it will counting seconds by seconds. When it reach the …

Member Avatar for silambharasan
0
174
Member Avatar for jhaymayclow

Hi everyone... i'm just a beginner in vb2008 i try to make a program that will shutdown pc in the network and i try the shell command below.... shell("shutdown -m \\PC04 -s") I type this code but nothing happen it just open a command promt look alike. PC04 has not …

Member Avatar for silambharasan
0
217
Member Avatar for silambharasan
Member Avatar for Jx_Man
0
55
Member Avatar for sonia sardana

I Have To create a ToolBar,I searched on the Internet & I found the Foll. Lins Useful- [url]http://cgeers.wordpress.com/2008/02/16/internet-explorer-toolbar/#bandobjects[/url] [url]http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx[/url] In both the links, ToolBar is Created using BandObjects. I have no idea abt it,Can somebody plz explain me what is BandObjectLib.......

Member Avatar for silambharasan
0
74
Member Avatar for imyewneek

Alright I am totally new to Visual Basic and might have just shot myself in the foot agreeing to do this class! Our first project is due tomorrow and not only has my book still not arrived but I was violently ill the past few days and missed class! (Senior …

Member Avatar for silambharasan
0
87
Member Avatar for asmit1987

hello ppl, i have a doubt how do i append [B]MSWord[/B] in my proj. if i have a form on which i make a button now on clicking that button [B]MSWORD[/B] should open. If i use [B]system.diagnostic.process.start() [/B]and the whole path of [B]MSWORD[/B] in the bracket it will work but …

Member Avatar for asmit1987
0
200
Member Avatar for silambharasan

i need some project titles in vb.net .can u help me.reply to[I] << email snipped >>[/I]

Member Avatar for Jx_Man
0
56
Member Avatar for Anticipation

I'm using the code [code=VB.NET] Sub PicCanvasMouseDown(sender As Object, e As MouseEventArgs) XPrev = e.X YPrev = e.Y End Sub Sub PicCanvasMouseUp(sender As Object, e As MouseEventArgs) XCur = e.X YCur = e.Y End Sub Sub PicCanvasPaint(sender As Object, e As PaintEventArgs) Dim p As New Pen(Color.Black, 10) Dim g …

Member Avatar for selvaganapathy
0
223
Member Avatar for pbbhatt

I am trying to import data using xml file into Tally. For that i am using below code in vb.net. Here i am sending error file, for your ready reference. Dim strXml As XmlTextReader myLink = New RTSlink() strXml = New XmlTextReader("Test.xml") strXml.MoveToContent() Dim n As Long = myLink.Send(strXml.ReadOuterXml(), TallyServer) …

Member Avatar for Teme64
0
95
Member Avatar for hawisme000

hi im new to VB.net can you guys teach me about VB.net? what i need to learn first ? i have knowledge of VB6 , is the code vb.net same as vb6? thx in advance

Member Avatar for Jx_Man
0
74
Member Avatar for R3B3L

Does anyone know what's C++'s SETW() Equivalent in Visual Basic .NET ? SETW: Sets the number of characters to be used as the field width for the next insertion operation. Is there anythign similar in VB.NET. Note: I want to use in a ListBox. I've tried using: [CODE] Dim fmtStr …

Member Avatar for selvaganapathy
0
256
Member Avatar for asdengler

I'm working with Visual Studio.net and Access 2002 to build an interface to add, edit and delete records in the database. Eventually, I'd like to build a web page to be able to view the data. Currently, I'm trying to search for a particular record in the database using a …

Member Avatar for asdengler
0
292
Member Avatar for 3Dees

Hey, i am trying to display weight base on a age input without using a table vb.net. Say a age can be anyware from 1 to 18 yrs and weight at 1 = 11kg with a avg increase of 3kg per year. I thought of using a for loop but …

Member Avatar for samir_ibrahim
0
156
Member Avatar for samir_ibrahim

Hi all, I new to vb.net, and I have alot of questions. so Get Ready :) I had added a forum and set the IsMdiContainer to True and I noticed that the backcolor has changed to darkgrey Is there a way to change back the backcolor to normal? TIA Samir …

Member Avatar for Dnx
0
155
Member Avatar for Dnx

Hi experts, i just read some articles about Windows workflow foundation and i saw that this is very powerfull since it has a perfect integration with Communication Foundation, Presentation foundation and also Winform 2.0 So, my question is : Do i have to use the worflow foundation for almost all …

0
55
Member Avatar for Pgmer

Hi all im Implementing wordcount feature in my appliction it counts the numberof lines in the document,number of pages, number of charecters with space and without space, numberof paragraphs in the document i implemented this function it is working fine but the problem is becoz of loops and im checking …

Member Avatar for Pgmer
0
128
Member Avatar for Mr Brownstone

Hey guys, sorry for the vague title, I can't really think of a better way to describe my problem. The problem is this, I am making a web browser with a tab system. I got the tabs to work fine, and when I push the tab button or Ctrl+T the …

Member Avatar for Teme64
0
108
Member Avatar for tyserman5674

Hi Everyone, I am having some problems here and it must be that I don't have something turned on or something. I just started a new program and have placed buttons, text boxes ect. on the GUI. The problem is that when I go to the code portion of the …

Member Avatar for Jx_Man
0
125

The End.