20,284 Topics
| |
i do need some guidence for incorporating barcode system in my VB.Net projects | |
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 … | |
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 … | |
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 … | |
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 … | |
Hi, i need to print the form content. the content may be a label, textbox and may be a grid.. | |
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. | |
[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 … | |
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: | |
hi friends, can anyone tell me how to convert data from datagrid to excelsheet | |
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 … | |
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 … | |
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 … | |
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 … | |
hay, any one can help for my project,give some links or else give some title. | |
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....... | |
| 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 … |
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 … | |
i need some project titles in vb.net .can u help me.reply to[I] << email snipped >>[/I] | |
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 … | |
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) … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.