20,278 Topics

Member Avatar for
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
243
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
206
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
211
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
86
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
199
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
216
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
254
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
Member Avatar for Darkangelchick

Hey guys Ive been making sudoku for a high school project and I need help getting it to check the groups of 9 boxes. It already checks the vertical and horizontal rows but not the boxes. I need to find a consistent formula to change it to the right section. …

Member Avatar for Ranfile
0
104
Member Avatar for shobhitgupta86

Hi guys... i am new to .net programming i have made a small s/w for hospital management for the hospital of my relative...... no, they want my application to run in their office on Network....along with a common Database i have made the application in C#.NEt and another application in …

Member Avatar for dickersonka
0
70
Member Avatar for bpacheco1227

I need to FICA and Federal Tax % to a weekly paycheck calculator. I think I have everything in the program that needs to but, I think I might have a line in the wrong spot or in the wrong order. Any help would be greatly appreciated. Thank you. [code=VB] …

Member Avatar for bpacheco1227
0
97
Member Avatar for lukechris

Hi, I have come to ask about "System.IO.StreamReader.ReadLine" I want it to read line 1, then 2, then 3, and it keeps going for 20 Please just give me the code to read line 5 for example, then i will do the rest, here is the code for you to …

Member Avatar for manal
0
127
Member Avatar for etenge
Member Avatar for Alexpap
0
108
Member Avatar for neslihan

printing RTF document in VB was OK. After converting to VB.NET, the RTF file being printed is placed wrongly on the paper and there is next page problem the code is like that Public Function Yaz(ByRef argFileName As String, ByRef argValues As Dictionary(Of String, String), Optional ByRef argPreview As Boolean …

0
83

The End.