20,284 Topics

Member Avatar for
Member Avatar for br_astronut

HELP! I am a medium duty VB.Net developer and want to start developing web applications and converting some of my VB apps to web apps. I know the basics and have put together a working ASP.Net application with no problem. I have the mechanics working fine. I just can't seem …

Member Avatar for matthewskyle
0
268
Member Avatar for vin24

Hi, i'm just wondering if there's any differnece between visual basic 6.0 and visual basic 2008?? Is visual basic 2008 compatible with the older versions of visual basic??? Please help.. Thank you in advance! :)

Member Avatar for debasisdas
0
147
Member Avatar for wenbnet

HELLO. i want to put logo in my crystal report, i couldn't find image property in crystal report plz help. Thanks in advance.

Member Avatar for wenbnet
0
207
Member Avatar for dejanc

Hello, I have access database which have hyperlink column, and values as "/yes.bmp", "/no.bmp". Then in asp.net have a GridView with ImageField which in browser will show Yes image, or No image. ImageField Properties >> DataImageUrlFormatString: ~/images/{0}.jpg. My goal is to get in vb.net code a value from GridView's imagefield. …

Member Avatar for dejanc
0
393
Member Avatar for tomato.pgn

I am working on developing p2p chat system and also file share system.... But only thing is that ...i can't find out the way to find how to implement it...i have worked on client server programs but i m not able to get p2p... The concepts of P2P are:- 1. …

Member Avatar for lolafuertes
0
353
Member Avatar for ImKryz

Hello, I am interested in learning Visual Basic 2010 from scratch. I have no programming experience at all and I am looking for a good book that helps me grasp the concepts of programming as well as learn Visual Basic 2010 and the .NET framework. I would like a book …

Member Avatar for Luc001
0
112
Member Avatar for prishe

hi am having problem in saving datagridview data to excel file.. i have import excel namespace into my project but it shows [COLOR="red"] error : Namespace or type specified in the Imports 'class2' doesn't contain any public member or cannot be found. Make sure the namespace or the type is …

Member Avatar for jackbaker
0
477
Member Avatar for alexaaxela

Basically im having problems programming an array as double. I have it as ' public arrytotal() as double ', however i keep getting the error messages 1. Error 5 Operator '+' is not defined for types '2-dimensional array of Double' and '2-dimensional array of Double'. C:\Users\Alex\Documents\Cafe Assignment\Cafe Assignmentconverthome\Backup\WindowsApplication2\Form2.vb 115 22 …

Member Avatar for Fungus1487
0
167
Member Avatar for Marc.Gauthier9

Hello, Could any one plz tell, where am i going wrong. I am unable to popup msgbox if count=0. It will work only if i use MsgBox(""). I am unable to understand how it has anything to do with msgbox("") Private Sub txtstaffID_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for rajasekar646
0
112
Member Avatar for padmak

Hi, i want to accept data from user in messagebox using a variable. and later i want to use that variable. please help me.

Member Avatar for rajasekar646
0
411
Member Avatar for Ravi.Srilatha

hi, I am new to these online threads .. i had a question: i am migrating vb6 to vb.net. the ini.file of vb6 has to be converted to app.config file, and we has to use this app.config in our code by removing ini file. how to create app.config for this …

Member Avatar for C#Jaap
0
272
Member Avatar for pankeel

how to find the internet explorer go evenmt in vb.net plz reply as early as possible thanks in advance

Member Avatar for Luc001
0
40
Member Avatar for anand4886

i am able to add items in listview at runtime ,but not able to add this items and subitems in database pls help me in code

Member Avatar for pankeel
0
91
Member Avatar for abhay1234

Hello, I am trying this.. [code] Imports System.Data.OleDb Public Class Form1 Dim conn As OleDbConnection Dim cmd As OleDbCommand Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click conn = New OleDbConnection("Provider=Microsoft.Jet.Oledb.4.0; Data Source=c:\nikhil.mdb") conn.Open() Dim row As DataRowView=ComboBox1.SelectedValue Dim row1 As DataRowView = ComboBox2.SelectedValue Dim row2 …

Member Avatar for P.manidas
0
313
Member Avatar for Joshua Kidd

Hello all, I am trying to make this login page for users, but when I go to login it gives me an Error or just does not work. Here is what I am using. [CODE]Imports MySql.Data.MySqlClient Public Class Form1 Public conn As MySqlConnection Private Sub Button1_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Joshua Kidd
0
153
Member Avatar for tstory28

I already understand how to do the quadratic equation when the it is in the format of ax^2 + bx + c and the a variable is 1. The only problem I am having to make it a fully functional quadratic equation solver, it needs to work with a being …

0
62
Member Avatar for alexaaxela

Hi guys, basically im writing a program where the user inputs the number of coffees they require from a number of drop down boxes, one for cappucino, espresso, iced coffee and latte. after this, there is a 'calculate' button which totals these up and displays them in a textbox. my …

Member Avatar for finito
0
139
Member Avatar for Majestics

I have already asked about the problem in java forum... Now i think the solution is only possible through microsoft products... Problem is i want to get the handle of a application and send commands to that application... Is it possible,, commands are send to combo box , text area, …

Member Avatar for Majestics
0
104
Member Avatar for ryan311

how to check if the user input has a match in my given string [CODE] Dim a as string a = "abc" [/CODE] if the user input in the textbox "erty" the message box will be shown string not found. if the user input 123abc the message box will be …

Member Avatar for Mariandi
0
315
Member Avatar for yehtunaung

Hello anybody I 'm a beginner programmer and now I have one problems that is errors " could not find store procedure" in myform here is my code [code] Public Sub GRID_STAFF_INFO() CONTOSQL()'that is a function for connection to sql server' Dim table As New DataTable CMD.CommandType = CommandType.StoredProcedure CMD.CommandText …

Member Avatar for jbisono
0
90
Member Avatar for jackparsana

hi, please help me to do this. i have problem in vb.net window base application. i want to block TAB key from the keyboard. please give me API code or any useful hint to do that. thanks in advance. jack parsana.

Member Avatar for pankeel
0
146
Member Avatar for michaelzip

Hi. I just want to ask if it is possible to create a function that accepts an expression into its arguments. Just like what IIF do. Ex: [CODE]Dim strResponse as String = IIF(Msgbox("Select Yes or No", vbYesNo) = vbYes, "Yes", "No")[/CODE] I forgot the code, but its the thought that …

Member Avatar for michaelzip
0
170
Member Avatar for Griff1990

Hello everybody, hope you're all good. I'm making a quiz and I've got a set of questions and answers being loading into two different arrays, the idea is to answer a question with a choice of 4 buttons, so on a button click the answers checks to see if it …

Member Avatar for Griff1990
0
195
Member Avatar for ashwinshenoy

HI Guys, I have completed my VB project using vb 2008 express edition.. I am not able to create a set up file for my project and I think it is because of the file path i have provided in my program dbSource = "Data Source = C:\Documents and Settings\cfadmin\Desktop\Lead_management\Lead_Management_Project\Lead_Management_Project\London.mdb" …

Member Avatar for Mitja Bonca
0
257
Member Avatar for premrajput
Member Avatar for Gambit0789

Hey it's me again. i know u guys might be sick of me asking q's but i really need ur help. i'm trying to make a game now for my brother for his birthday. and i have the boundary code i need thanks to u guys but i decided to …

Member Avatar for Gopher2011
0
343
Member Avatar for TIP.Synergy

hello to all of you i am using crystal report wizard and i want to put a search box in my crystal rpt but i don't know what i'm going to do view my attached thumbnails anybody can help me please? thanks...

Member Avatar for Luc001
0
56
Member Avatar for dtpl.jayawant

hi all, I am used in me.showintaskbar property to remove application from taskmanager.but it removes the form(application)it still refreshes.How to stop the form refresh.to avoid that issue please help me. Thanks,

Member Avatar for sgt_toasty
0
57
Member Avatar for ndeniche

Hello guys. I'm using a Microsoft Word form template to create objects in a form programatically, so depending on the information read by the program from the template. So, I've got some fields where I store formula data for the form, in which I specify that the value for that …

Member Avatar for Mitja Bonca
0
281
Member Avatar for ryan311

hi i manage to export a data coming from listview to excel here is my code [CODE] Try ' Open output file Dim os As New StreamWriter(filename) ' Write Headers For i As Integer = 0 To ListView1.Columns.Count - 1 ' replace quotes with double quotes if necessary os.Write("""" & …

Member Avatar for Mitja Bonca
0
136

The End.