20,284 Topics
| |
I'm not entirely new to Visual Basic--I took a class with vb6 a few years ago. What would be the best (and hopefully cheapest!) way to get up to date and learn some new stuff? What books/websites would you guys recommend? | |
Hi, I am trying to create a solution in VB.Net (ver 2005). I have created two frames on top of each other and 2 command buttons which will be used to make visible the respective frames when clicked. I have placed the frames exactly on top of each other. The … | |
Hi! I wish to display a message displaying the text "NO RECORDS FOUND." in the datagrid when no records are returned. At the same time, I dont want even the datagrid header containing the field names to be displayed. Only the message should be displayed. Can you plz help me … | |
hello guys i want to run asp code in my xp home edition i dont have any iis sever what should i do ? | |
I have been asked to create a system where that can rate colleagues with colours the colours are as follows starting with the highest first Gold Silver Bronze Blue Orange Black the colleagues all will start on Orange. now the tricky part. If the colleague sells a quantity of 4 … | |
I am doing a project where I am retriving data from a table minicard of a site. I am using path [url]http://www.cric8.com/od_minicard2.htm[/url] The table has a number od_minicard2_1355 The problem is that when there are two table it pull data of only one table. how can I get data of … | |
hi every one: today my supervisor asked me to choose a version of vb to start developing my project . honestly speaking I am so lost which version to choose" vb" or" vb.net 2005". honestly my oop programing is not good at all and I have one and half month … | |
Hi, I am new to vb.net and mysql. I am using Ms Visual Studio.NET 2003. After scan 2D barcode, it will retrieve information from mysql and display the info in Symbol Pocket Pc. The problem is I dont know how to connect the 2D barcode with MySQL in vb.net and … | |
Hi there I am trying to open an existing spreadsheet from VB.net 2005. I used the code as given else where on your site: Dim xlsApp As Excel.Application Dim xlsWB As Excel.Workbook Dim xlsSheet As Excel.Worksheet Dim xlsCell As Excel.Range Dim xlsDatei As String xlsApp = New Excel.Application xlsApp.Visible = … | |
Hi all, I want to redirect the console output in real time to a textbox. And if any standard error arrives or Process completed than i have to give one msgbox stating that process completed.Is there any method avalible.Presently I have this code.But it is not working properly [code=vb] Private … | |
How do you allow a user to change the image displayed in the picture box? It's part of an extra credit assignment, but I don't remember reading anything in the book about it. :( | |
Hi guys ,i really need a good project idea in VB.NET.....I am doin my final year engg in computer science..........i havn't started my project yet.I am intrested in Vb.Net projects....ASP.NET will also do.... its urgent !!! | |
I am developing a program in Visual Basic .Net 2005 to launch an external program, using the Process Control. I am trying to use FindWindow to retrieve the handle of a top-level window. Declare Auto Function FindWindow Lib "USER32.DLL" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr However, … | |
hi every one: I have binded some data which I have connected through DATA BASE wizard of OLeDB in a comboBOX AND now i want to add queries to select distict values . i have entered the query [COLOR="Green"]select DISTINCT[name of my field] from table_name[/COLOR] but I get the following … | |
[COLOR=#0000ff]can somebody tell m, what's the error in below code-where all the columns with sex="male" should be displayed with color choclate in datagrid...plz -------------------------------------- Protected[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] datagrid1_itemdatabound([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] sender [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Object[/COLOR][COLOR=#000000], [/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] e [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.Web.UI.WebControls.DataGridItemEventArgs) [/COLOR][COLOR=#0000ff]Handles[/COLOR][COLOR=#000000] datagrid1.ItemDataBound[/COLOR] [COLOR=#0000ff]If[/COLOR] (e.Item.ItemType = ListItemType.Item) [COLOR=#0000ff]Or[/COLOR] (e.Item.ItemType = ListItemType.AlternatingItem) [COLOR=#0000ff]Then [/COLOR][COLOR=#0000ff]Dim[/COLOR] str [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR][COLOR=#0000ff]If[/COLOR] … | |
what is the problem when I get such error while connect it to MySQL and Symbol: Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' in project 'barcode new' cannot be copied to the run directory because it would conflict with dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, … | |
First, please pardon my contacting you if this is not the correct forum for this question. I am presently trying to get a cell to WrapText in a spreadsheet control that is located on a VB.NET form. [B]ssXMLData.Columns.Column("A5")Text.wraptext = True[/B] '<--does not work I have tried for days now, to … | |
I have a button that when pressed displays all the customers in the table. Other buttons are used to add or delete a customer record, or upload a batch of numbers. How can I fire the Click event of the View button after the Add or Delete buttons code has … | |
plz tell me how to make a app witch will not show up in the system tray, taskbar or any were else and it is invisible also how do you make it run at start up | |
Hi, I'm working on a new project and I would like to use VB.Net in Visual Studio 2005. I'll import data in a row/column format.I've been playing around w/ the datagrid control a little and I've gotten my data to import, but I'm not sure if this control has the … | |
I can link in an ActiveX/COM reference into a project, but unlike VBA where the referenced COM library automatically adds the control as a valid "component" to be placed on the form, I can't seem to find out how to do that with VB.Net. HOw do i take a "activeX … | |
Is there a way to determine if the mouse is hovering over a link in the WebBrowser component? Thanks Jaeden "Sifo Dyas" al'Raec Ruiner | |
:icon_redface: How to find the size of log file using vb.net[B][COLOR="red"][COLOR="red"]¿¿¿¿[/COLOR][/COLOR][/B] also how to fix the log file size to 1KB???? | |
Hello,friends.. im a new gurl here.. i want to ask, how to transparent the background of the image on PDA/Mobile Simulator. Actually,im using Pocket Mobile at Microsoft Visual Studio 2005. now im using .gif image format. if i built it at windows application, i can get the transparent background image,but … | |
:( can any one tell me how to write the errors/exceptions, occured while compiling vb.net program, in a text file????????? IN [B][COLOR="Red"]VB.NET2003[/COLOR][/B] :'( | |
ok so i'm new to vb. what is wrong with this code at line 28: Public Class Form1 Const DISCOUNT_RATE As Double = 0.1 Const RENTAL_RATE As Double = 1.8 Dim totSales As Integer Dim totIncome As Double Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load … | |
I’m selecting data from tables in a SQL Server 2000 data base, and putting the result into a Dataset. I’m writing the dataset out to a file in XML format using ds.WriteXml(myXmlWriter, XmlWriteMode.IgnoreSchema). The table names are in singular (i.e. table customer is called “customer”), if I have more than … | |
I want to create a text file whose size should be only 1kb. The datashould not exceed more than that. How can I do that in [B][COLOR="Red"]VB.NET[/COLOR][/B]¿¿¿¿¿¿ | |
how to remove an image through [COLOR="Red"][B]vb.net[/B][/COLOR] code if the image is not visible and is blank with an 'x' mark in top left corner¿¿¿ | |
I want to show the error occured, date, error description in a text file. Following is vb code. Can any one tell me how to write it in [B][COLOR="Green"][COLOR="Red"]vb.net????[/COLOR][/COLOR][/B] Open App.Path & "\ErrorLog" & Replace(Date, "/", "_") & ".txt" For Append As #1 Write #1, "Error in News update Exe:- … |
The End.