VS 2005 What Is The Meaning Of This Line
Feb 17, 2011
whenever we go to code by double clicking on some control so we saw a body of two lines:
Private Sub Button11_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button11.Click
end sub
View 4 Replies
ADVERTISEMENT
Mar 17, 2010
Here is my xsl:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
[code]....
The problem is the class="pass_section" in the xsl. I need to set that value dynamically in the VB code (meaning put a run-time value in the xml to set it).
View 1 Replies
Aug 11, 2009
what is the exact meaning of the function:
cmd.ExecuteNonQuery()
Though i used it a lot of times while inserting,updating or deleting the entries of the database but my basic concept about this statement is not clear.......
View 6 Replies
Feb 4, 2009
How do i load a specific or a couple of line(not full file) to a RichTextBox by its line no...
For Example if i want load line 14...
Or sometime line 14-18...
View 2 Replies
Aug 16, 2009
You would think a search for this would show some results but I have had no luck.If I want to delete a line by a line number from a text file, how do I do that?
View 6 Replies
May 18, 2009
What is the meaning of having constructors (sub New) in a module, and why must they have no arguments?
View 4 Replies
Jun 18, 2009
Im doing a project something to do with getting the output using serial port.However, I still don't get the meaning of vbCr in my coding.
View 3 Replies
Apr 20, 2010
for example. like a wikipidea or like apple is to eat or something..
View 7 Replies
Sep 1, 2010
get Intellisense in Visual Studio 2005 to display the meaning of individual enum values for a VB.NET project. This already happens for enums that are a part of the .NET library?
View 2 Replies
Aug 28, 2010
i want to know the meaning of false,false in the following code for odbc connectivity using vb6.0.
set db=opendatabase("dsn",false,false;"odbc;uid;pwd;dsn")
View 3 Replies
Dec 1, 2011
what is the meaning of the dollar sign after a method name in vb.net
like this:
Replace$("EG000000", "0", "")
View 3 Replies
Apr 16, 2012
What is the meaning of the square brackets around the name of a property in the definition ?
Example :
Public Property [Date] As String
View 3 Replies
Apr 21, 2010
i have a simple code just have a look End Class
[Code]...
When i add num1 and num2 as above, compiler gave error that -- Operator + is not defined for types "type" and "type".How to define the meaning of '+' or any other operator in such situations?
View 11 Replies
May 20, 2010
I have defined a Sub in vb.net, with 'Of' type parameter like this:
[Code]...
I want to just add number1 and number2, But as you can see error has occured where i want to sum number1 and number2 saying that '+' is not defined for type 'VarType'. how to add these variables in Such Methods.
View 7 Replies
Oct 29, 2008
I have a simple javascript I want to run in a contentpage (meaning inside a master). I test the javascript in a normal .aspx page like this:
HTML Code:
code:
And that works fine. Now, how do i transfer the java code to the content page? I just don't know where to put it, as I am already past the "Head" section of the page. From what i can read this should be right:
HTML Code:
code:
But that just returns an "error on page" message. I also tried putting the script in the head section of the masterpage. The error remains the same, and I do not want it there anyway. Anyone know where to place the script code?
View 1 Replies
Jul 24, 2011
I was just wondering what is the meaning of placing the '$' character after a function call
E.g.: Dim time as string = Format$(Now, "Long Time")
And what is funny is that it is of no use (as far as I can see).
View 3 Replies
Oct 6, 2010
Some of my students end up with a different icon in the Solution Explorer when they create applications. An example is the attached Exam.vb icon, which includes a little arrow into the normal Form icon (see pic) . I am guessing it means it is linked some how. When the application is zipped and submitted, an error is thrown when I unzip it to grade it which indicates that the file in not part of the project, and it references the absolute address on the original application.Any idea what caused this and how can I instruct the students to avoid it in the future?
View 5 Replies
Apr 17, 2009
What is the most similar thing in vb.net to a pointer, meaning like C poinetrs? I have a TreeView within a class. I need to expose some specific nodes (or leaves) that can be modified by external objects.
View 5 Replies
Jan 29, 2012
what is the meaning of the Ampersand after Boolean in "Result as Boolean"? Also I have seen a question mark after Boolean in some 'Dim' statements. What does that mean?
View 3 Replies
May 24, 2010
This webservice is almost converted form VB to C#, except I get this error shown below on the DataRow arow object when I use it in the foreach statement below to populate the Results Class with a DataSet Object...
Error: A local variable named 'arow' cannot be declared in this scope because it would give a different meaning to 'arrow', which is already used in a 'parent or current' scope to denote something else
using System;
using System.Web;
using System.Collections;
[code]....
View 1 Replies
Dec 5, 2010
I am trying to make a long line of code apear on more then one line.How do I make this:
Do Until Counter1 >= Wash1
Into this:
Do Until Counter1
[code].....
View 2 Replies
Sep 30, 2010
For example, this:
var Data = new Array(new Array("ASDFGG", "asd_10377142_keyword", 9, 42285017, 10377142, 1), new Array(""ASDFGP", "asd_10377149_keyword",", 9, 42284844, 10377163, 1)... and so on
As you can see, I only need the digits right before the _keyword
I want this action to be on the button click.
View 14 Replies
Oct 21, 2009
How would you convert this line of VB6 code to VB.NET 2005
HTML
sblock = StrConv(System.Text.UnicodeEncoding.Unicode.GetString(byteArr), vbUnicode)
View 3 Replies
Jul 17, 2010
ystem.Diagnostics.Process.Start("F:VBMedia RipperMedia RipperinReleaseconvert.bat"This line in the bat file does not execute?
View 1 Replies
Feb 12, 2010
I am currently using visual basic 2005 and i am wondering if it is possilbe to create a line graph using data similar to for example Week 1 = 40, Week 2 = 40, etc....and the Weeks as cross the X axis and the numbers from 1 to 100 on the Y axis....is this possible to implement in visual basic?
View 2 Replies
Sep 12, 2009
trying to move a line on a graph (to a new calculated value)This is as far as I can get:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim label5 As Double
y = 310
[code].....
This does not work?
View 7 Replies
Jun 20, 2010
I have a bunch of rectangles simulating players for a football game I'm designing. I want to find out how many "players" are in between two points on the field. I have a start point (a defender trying to locate the ball carrier) and endpoint (the ball carrier). I need the number of other players in between those two points (I have all of their coordinates as well). The more traffic in the defender's field of vision the harder it will be to find the ball.
View 3 Replies
Feb 11, 2011
I want to stall next line execution by x minutes.The line runs a batch file that explodes a ZIP file and it takes awhile. I want to stall before I continue on with the next line of code because I'll be using the files being unzipped. Best method to use?
View 2 Replies
Mar 31, 2010
If xtn <> ".bmp" And xtn <> ".jpg" And xtn <> ".jpeg" And xtn <> ".png" And xtn <> ".gif" Then
I am getting a feel that there should an better way to do this
View 4 Replies
Feb 20, 2009
I'm currently in the middle of a Console Application. I have done everything and it's ready to be handed in. However, I don't want to hand it in like this. I want to build upon it.
One of the ways I'd like to build upon this is with an e-mailing system. I'm find it hard to include the e-mail code in to the project and would like to request assistance. I'm uncomfortable posting the full code on the net as it is for my A-Level Computing and anyone that is doing the same course as me will be able to claim it to be there own.
View 7 Replies