20,284 Topics

Member Avatar for
Member Avatar for rak4u

Hi this is useful links for new [B].NET [/B]developer or any body who is new to .NeT These link contain most of FAQ of window form [url]http://www.syncfusion.com/faq/windowsforms/default.aspx[/url] [url]http://windowsclient.net/blogs/faqs/default.aspx[/url] 101 Visual Basic .NET Code Samples provides a large group of well categorized and documented examples of code. This is a very …

Member Avatar for rapture
0
132
Member Avatar for edgar5

I'm starting to get the hang of writing VB.NET code--very simple jobs, but covering some esoteric subject matter. The first two tasks I needed to accomplish came about because I decide to import my (rather large) CD collection onto my new (also rather large) external hard drive; I used Appleā€™s …

Member Avatar for rak4u
0
343
Member Avatar for Datsun90

Hi all, I have a SQL table that has "RecID" as it's PK and identity column in the same time. When I add a new record in the table directly, the [B]RecID[/B] increments correctly. But when I try to add new record in data grid view (VB 2005 Express) and …

Member Avatar for Datsun90
0
252
Member Avatar for kerek2

Hi all, I need some favor from u all regarding to connect remote oracle databae via network using vb.net......for info as below:- IP server : 172.19.30.10 Database name : minedb user : own Password : ownmy Please help me...thank you

Member Avatar for Ramy Mahrous
0
55
Member Avatar for berillio

hello everybody, I am installing some (~10y old) research software which must have been using vb4, because when I started installing it failed because it was looking for vb40016.dll (got that) than oc25.dll (got that one too), and then PUSHHELP.VBX. This is where I got stuck, there a lot of …

Member Avatar for Teme64
0
79
Member Avatar for ShadyxxLady

Hey ya'll For one of my assignments I gotta produce some small VB programs. One of them has to be a menu. A menu that does whatever I want it to. I can't find any tutorials that help :| I have [B]Visual Basic.Net 2003.[/B] I know how to ADD the …

Member Avatar for ShadyxxLady
0
160
Member Avatar for javaAddict

Hi, as you can understand from the name, I am new in VB. So I have 2 questions regarding buttons: 1: I have an array of buttons created like this in the code: [CODE]Dim buttons(10) As System.Windows.Forms.Button[/CODE] I need whenever each one of these buttons is clicked to invoke the …

Member Avatar for javaAddict
0
495
Member Avatar for npasma

OK, yeah u guessed it. VBnoob here. Like so many other poor souls, lost in a sea of code...heres the dealio- I know param's need to be completely done and in the correct order for executeNonQuery() to work, but here's my error: Exception Details: System.Data.OleDb.OleDbException: No value given for one …

Member Avatar for Comatose
0
459
Member Avatar for Diala

1)I'm trying to write a programm when an ID card number is inputed it displays the picture and name of the person. 2)Also trying to write a code whereby when a checkbutton is clicked on,the text box displays and one can input required value needed.

Member Avatar for Ramy Mahrous
0
36
Member Avatar for sonia sardana

There is no error in the program but control is not going inside the for loop because objVolume is nothing. The Datatype of Follwing Objects are right or wrong...Is Dim objWMIService, objVolume, colVolumes, errResult As Object. Is the foll. code defrags the computer.... [code] Private Sub Button1_Click(ByVal sender As System.Object, …

Member Avatar for Teme64
0
102
Member Avatar for J-P

Hi, I have a small problem... I'm developing a small application (very similar to the Windows Task Manager) that I want to be able to control other application windows (Bring them up, change focus, minimize them and so on). I don't know how to control the other windows, but I …

Member Avatar for J-P
0
127
Member Avatar for rak4u

Hi all i am a newbie in development I have a window application in vb.net in VS 2003 there is a tabcontrol which has three tab pages. i want that user was not able to change tabpages by clicking tabcontrol rahter than it is done by clicking button on tabpages …

Member Avatar for Ramy Mahrous
0
2K
Member Avatar for culebrin

I have to write log entries through my app (ASP.NET -VB-) In my understanding that's what I do: created a DLL Message library, then I've created certain registry entries, and insert the log entry using System.Diagnostics.EventLog.WriteEntry method on my app, then, it insert the entry but seems to be wrong …

Member Avatar for culebrin
0
184
Member Avatar for mjsmikey

How do I find a Known String of Text "M6" from a Loaded Text Document that is in RichTextBox1, then get it to output the Lines that these strings (all of them) are found to a ListBox. Notepad can do this is Less then one second, with CTRL-F and NEXT …

Member Avatar for rapture
0
103
Member Avatar for smelf1

Hi when i use the following code i get a warning 'Public Shared Function GetHostByName(hostName As String) As System.Net.IPHostEntry' is obsolete: 'GetHostByName is obsoleted for this type, please use GetHostEntry instead. [CODE]Dim host As System.Net.IPHostEntry = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName) 'gets the machines current IP [/CODE] now the code works and shows me …

Member Avatar for rapture
0
824
Member Avatar for dthree

Hi folks I have a bitmap image inside of a picturebox. The image is built around the center of the picturebox. location (282,267) . I now need to rotate it around this point. I have tried [CODE] Private Sub Timer7_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer7.Tick gr.Clear(Color.Transparent) …

0
66
Member Avatar for Tekito

I want to show some information to the user in a nonmodal form. Basically just like a message box (doesn't even need buttons) except nonmodal (and doesn't beep). I could probably create a form from scratch, but I would think this type of form already exists somewhere in .net??

Member Avatar for Tekito
0
121
Member Avatar for v_shriram

Hi I am a vb.NET hobbyist from India. I am trying to design a data entry application for my company to deal with customer information. I am able to read and write data from and to a excel database using my vb.NET application. Every row in the database file contains …

0
35
Member Avatar for smelf1

Hi, I have a label on my form but when you type in the text it all stays on one line. So i set its max size to force it to tab the text but it only shows two lines. How do i set it to allow me to enter …

Member Avatar for smelf1
0
154
Member Avatar for Datsun90

Hi, I have created a local SQL database using Visual Studio 2005 ([I]not by SQL Server Management Studio[/I]), and located it in the same VB project folder: "E:\MyProject\MyDB.mdf". Now I'm trying to design reports using Crystal Reports 2008, but for SQL Server, it doesn't browse this DB created by visual …

-1
70
Member Avatar for vb.babyboy

hi, i have 2 txtboxes n 1 label, a division if performed wid txtbox1 and txtbox2, then the result displayed in a label. How can i format the label to display it to 2 dp. my current code is as follows: [code] Public Class Form1 [INDENT][/INDENT]Private Sub btnExit_Click(ByVal sender As …

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for cloudgtrx

i'm new to vb.net and i made a login using vb.net and i linked the login to a database , and i found a error in verifying the password. if the password is AbC, it also alows the abc, ABC, aBC s. I just want to set it to the …

Member Avatar for Ramy Mahrous
0
119
Member Avatar for tableray

how to achieve that? when user clicks remove on the menustrip the available options (which are items of a combobox) are shown as its submenu items and when one of the items is selected its removed from the combobox as well. i could only come up with this which is …

Member Avatar for tickle69
0
77
Member Avatar for tableray

lets say i have a text file with the string "ffffffffff" in it and i want to insert "666" after the 2nd "f" in it.. how to do it? i tried the following and it doesnt work.. [code] Dim stream As New System.IO.StreamWriter("xxx.txt") stream.Write("ffffffffff") stream.BaseStream.Position = 2 stream.Write("666") stream.Close() [/code] …

Member Avatar for rapture
0
99
Member Avatar for maxcoder

Hello everybody, are there ANY free VB compilers that I can use on my flash drive? Size does not matter. Just as long as I will be able to use it on different computers. Also, Is it even possible to make MSVB like this? THANK YOU!

Member Avatar for Ramy Mahrous
0
82
Member Avatar for yrpchoudary

Hi, I have 1 xml file and 1 xsl file. I need to generate new html pages dynamically based on some values by passing the parameters to xsl file from console application using vb.net. Can any one suggest me how to create html pages dynamically using vb.net or C#?

Member Avatar for sierrainfo
0
142
Member Avatar for muhammad ismail

hello. my question is , when we store an image or a picture in sql server in which format it is stored and why it is stored in that format.???

Member Avatar for Ramy Mahrous
0
45
Member Avatar for tableray

i want to add the items of a combobox as dropdownitems of one of the menustrip selections.. how to do it dynamically?

Member Avatar for rapture
0
183
Member Avatar for hspatil31

Dear All, I am new with the concept of hardware interface. My requrement is, suppose one weighing machine is there. We have multiple LT terminals that are connected to PC. Each has own IP adress. Each terminal sends the weighing data string(containing net weight and gross weight). Means I have …

Member Avatar for rapture
0
102
Member Avatar for tableray

i want to fill up the userID and password fields of the yahoo mail login page with the click of a button on the form but just cant get it right. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load WebBrowser1.Navigate("https://login.yahoo.com/config/login_verify2?.intl=sg&.src=ym") Private Sub Button1_MouseClick(ByVal sender As Object, …

Member Avatar for Teme64
0
174

The End.