20,284 Topics

Member Avatar for
Member Avatar for Dawoodelgharib

Greetings, I want to know if I can pan and zoom an Image that is loaded inside a picture box in vb.net. If this is possible, plz can you write the code to do this.. Thank you...

Member Avatar for Teme64
0
90
Member Avatar for pranava

Hi I have got this problem while developing an AddIn for Outlook. I have a code that is developed in VB 6.0. Now, I want to use that code in my VSTO project. But, as we know .NET dont support pointer, this application got many errors. I have searched, googled, …

0
39
Member Avatar for taylormsj

Hey there :) [IMG]http://img.photobucket.com/albums/v374/taylormsj/rascalshelp.jpg[/IMG] I am currently creating a program for my mums business. I have a .mdb access data base with member details. In the screen above, i want to type the ID number into the text box, click search and their data to be filled into the text …

Member Avatar for taylormsj
0
138
Member Avatar for manoj_582033

Hi Friends, I M Working In Vb.net, I Want that, to which form i m opening that must be top,while i don't close that,i could'nt open any other form,for this i m doing [B]topmost=true[/B](Property of form) ,& It 's working also but that is not showing the messages which i …

0
106
Member Avatar for manoj_582033

HI Friends, I m Working In Vb.net ,I m Using Datagridview in My Form, If There are 4 cells in datagridview ,& i have to check the condition that, to which cells user selecting, that is cell 0 or not, how can i Know this Please Help Me .

0
80
Member Avatar for Hsus

Hi... I need to implement multithreading in vb.net....I need to pass a parameter to the function which will be called by the thread...Can someone help me with this?

Member Avatar for jbennet
0
74
Member Avatar for joseph19.k

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim j As Boolean j = True Me.Hide() System.Diagnostics.Process.Start("LSBSTEG.exe") While (j = True) If Diagnostics.Process.GetProcessesByName("LSBSTEG").Length <= 0 Then Dim f As New Form4() f.ShowDialog() j = False End If End While End Sub

Member Avatar for joseph19.k
0
105
Member Avatar for student784

Dear, i want add the new item in combobox at run time,whiout databas. i want user enter the new item in comobox. plese help me

Member Avatar for c0deFr3aK
0
1K
Member Avatar for Siefer

Hello, I am trying to figure out how to generate code from user input. In Visual Studio 2008, Visual Basic I am new to this so I will try to explain the best I can. Thank you. My script always begins with: [CODE]function Init(Quest)[/CODE] Then from here a user would …

0
69
Member Avatar for chriswellings

hi im new to vb and i have just run into a mind boggleing prob i think i have tried just about everything to get this working but it just wont work my question is when calling a function in my case Charge(nights) i get a litte := after nights …

Member Avatar for chriswellings
0
94
Member Avatar for raiko098

hey guys. . .im having a problem with my update code in vb.net.. . look at my screenshot attachment the column time_out is the problem. . . here's the code i used [CODE] Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim timeout As String Dim …

Member Avatar for Teme64
0
89
Member Avatar for Olsi009

Howdy, my friend is trying to write a program in VB 2008 and he is using an Access 2003 database. he's having a hard time writing the code for a search option. we write a string in a textbox and hit the SEARCH (kerko) button. can you pleas help us …

Member Avatar for TransKim
0
102
Member Avatar for z03lfk

hello every body, i'm learning about AI and image processing. but now I try to combine both become one application. I confuse and dont know how to insert kohonen into the image processing application? Hope you can help me although one word or source code link. Thank you!!! [email]z03lfk@gmail.com[/email]

0
37
Member Avatar for omotoyosi

Dear great programmers please am a new programmer and i want to network my application. please, how do i go about it. what do i do?

Member Avatar for martonx
0
270
Member Avatar for dier02

I want to click on a button and have it open another form. The other form is called Kindy.

Member Avatar for TransKim
0
136
Member Avatar for Binodshah

Uploading the image or the or the folder browser in asp.net is a simple task.But as far as the vb.net is concerned there is no file uploader toolkit.So what can be done in order to upload the image or the folder in the vb.net?

0
46
Member Avatar for razmca

Hi everyone... Iam new to VB, i want to know whether we have thread option in VB if so how can v implement that(Sample codes are appreciated). Right now iam using sleep but that ll not make it effecient so i need to implement thread concept... Scenerio: Iam working in …

Member Avatar for razmca
0
110
Member Avatar for ivarn

Hi, Im Ivarn I want to build a game in vb.net where there are 8-12 matchsticks but the computer requests the user to pick on stick and then the computer also picks until they are all over. he who picks last is the winner. i want to make sure the …

Member Avatar for tomtetlaw
0
42
Member Avatar for kerek2

Hi alls, I need help from u all regarding this matter... I need to create simple program where the text can be display into cursor are piointed...it mean when i open notepad or wordpad...the text automaticly display when the cursor r there....anyony can help me?..

Member Avatar for Teme64
0
64
Member Avatar for monts_mr

hello friends... i m developing a tool for version maintenance for which i need to store only the appended items in a file and not the entire file again and again... can some1 help me with the code in vb.net also, after doing that... i need to compare two versions …

0
42
Member Avatar for shers

Hi, I'm using SQL 2008 Express with a multi user VB.NET Windows application. Do I have to add each user to the SQL user account? Does NT Authority\SYSTEM work? I do not know how this works. So far I have NT Authority\SYSTEM in the Security-Logins of the Server. But do …

0
43
Member Avatar for arunasingh

how to separate text like this DELHI--->>>>23 I want that delhi and no 23 is displayed in 2 different textbox in vb.net sir plz help me for that

0
75
Member Avatar for arunasingh

i want to call dropdown in datagrid in Windows Application and also want to save that value in database how to do that

0
59
Member Avatar for atplerry

Hello i have problem loading my gridview with data if i include a where clause to it to pull out records using either session or querystring but without a query string it will retrieve out information but i have been working on this for days but no solution your concern …

0
92
Member Avatar for krm08

Hello friends, I need an urgent help.I'm doing a project in asp.net which uses vb.net as back end language.I'm using sql 2005.My problem is that I can't retrieve the data from database,but I can insert the data into the table. [code=vb.net] Partial Class MasterPage Inherits System.Web.UI.MasterPage Public login As New …

Member Avatar for raul15791
0
198
Member Avatar for anilforproject

Dear All, Please Help Me...I want to kill the process the computer in VB.NET...please give me working code....i know we can kill the process with the help of process id m able to display the all the process on list box now if i select particular process and on click …

Member Avatar for Teme64
0
112
Member Avatar for access@123

Hello everybody I am developing an application wherein i want to show a pop up reminder before one hour of the schedule task. I am using update panel and a timer. Can anyone please help me to achieve this task. Thanking You

0
57
Member Avatar for fuzzica

I am trying to publish my website but not sure how.my site contains a ASPNETDB.MDF database, when I try and publish I recieve an error saying that the database is already in use and cannot publish.

0
50
Member Avatar for shers

Hi, I have developed a VB.NET Windows multi-user database application. This application is used within the company. The back end is SQL 2008 Express. The connection string is given in the application settings, so obviously it goes to the app.config file. This was done to change the SQL server in …

0
45
Member Avatar for shers

Hi, I'm working on a multi user VB.Net windows application with back end as SQL Server 2008 Express. The SQL Server is installed on the intranet network drive. This is the connection string I will be using. Is this correct? Data Source=.\SQLEXPRESS;AttachDbFilename=Q:\Database\PrintDB.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True Thanks

Member Avatar for shers
0
134

The End.