What Are Operators Supposed To Do With One Or Both Objects Being Set To 'Nothing'

Feb 1, 2011

Using 2 objects of the same type, I'm trying to implement < and >, but I can't seem to find any authoritative source on what to do with either or both being Nothing. In other words what the accepted practice or MSDN suggestions are.[code]Accessors is my canonical method for centralizing an enumeration of the properties (all are decimal)return false for both if either is Nothing?I found a comment, but can't seem to verify or validate it that A null object is always less than a non-null object..

View 2 Replies


ADVERTISEMENT

Missing Operators - Operators Are Not Visible Although They Are There Since The Program Will Work?

Feb 17, 2012

I recently installed visual studio 2010 and am using visual basic.The problem I am having is that some operators do not show up within the editor. For example the code line below
test = 3 + 5 - 6 / 7 * 4

only displays

test 3 5 - 6 / 7 * 4

the = + operators are not visible although they are there since the program will work as intended....and if I open up the .vb file in notepad everything is there. It just won't display within Visual Studio.

View 5 Replies

Repeating While It's Not Supposed To VB?

Jan 28, 2011

So, I'm making my program which let's people auto-update other programs. Code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim path As String = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) & "UpdateFiles"
Label1.Text = "Finding updates..."'To do: Find all files in the folder, and let em update one at a time. Write names of Plugins to label2.text ProgressBar1.Maximum = 10000

[Code]...

View 8 Replies

Code Doesn't Go Where It's Supposed To?

Mar 2, 2010

I have a VB.Net project that I haven't worked on in awhile. I got into this morning and started to run it. I got some errors so I decided to step thru the code. I enter the Page_Load event of a Form module and execute a function call and it takes me to a "End Function" statement. Totally bypasses the function that was called. I continued to step thru it and it just took me randomly thru code. No order whatsoever. I believe I've had this happen before but don't recall how I fixed it.

View 5 Replies

Form Do Not Close When It Is Supposed To

Jun 7, 2011

I have a method where I am making a trial period. When the date has exceded its trialperiod the program will not close.

The code looks like this:

Public Sub DemoRestrict()

If My.Settings.dteStartDate = Nothing Then
My.Settings.dteStartDate = Now

[CODE]...

Why does the form not close? is just runs to the next method in the load sequence

View 3 Replies

How Repeaters Are Supposed To Work

Jun 25, 2012

I'm having lots of trouble understanding how repeaters are supposed to work and how I'm supposed to use them. Basically, I have a label, a set of image buttons, and a div within a repeater. When you click on the button, I want to populate the div that was created with these repeaters (so a different div for each iteration of the repeater).[code]I can't get the repeater to iterate. It's only firing off once and then stops. I can't get a label with the repeater data source's Subject (a field in my database) to appear.

View 1 Replies

Make Sure A File Is Where It Is Supposed To Be?

Jan 17, 2012

I am making a program, but I need to make sure a file is at a certain place on a computer other then my own. How do I do this?

View 5 Replies

Custom Button Is Showing Border When Not Supposed To?

Aug 25, 2008

I was playing around with designing a custom interface for a test application and I am using a custom image for a close button. I am using the FlatStyle properties to define it's look'n'feel. I've set the border to 0 but when the application loses focus, the border of the button shows up.I have tried to force the property to go 0 again when the application's "LostFocus" event is captured but doesn't work.I am also using a "rollover" method using MouseHover and MouseLeave events to change the image of the button.Using Visual Basic 2008 Express Edition.

View 1 Replies

Sql Select Statement In Vb Returning Value When Its Supposed To Be Null?

Apr 3, 2012

My code seems to behave a way I don't understand. Sometimes it returns null as expected and sometimes it returns a value when its supposed to be null. How can someone explain this? Here is the code that selects from access and displays the result in a messagebox:

cmd5.Connection = cnn
cmd5.CommandText = "SELECT receipt_num " & _
"FROM brought_coffee, farmer where crop_year= " & yr & " and " & _
"brought_date=#" & dtt & "# and farmer_centre='" & ctr & _

[code]....

View 1 Replies

Change Calculator And Is Supposed To Calculate The Number Of Dollars?

Sep 16, 2011

I am trying to learn how to use the modulus operator.this excersise is a change calculator and is supposed to calculate the number of dollars , qtrs, dimes, nickels and pennies from the change that is calculated.

in the form if i put a value in for owed = 30.00 and paid 34.25 my dollars returned = 4 and that is correct but the number of qtrs = 0 and should be 1. I am not sure how to correctly use this - any assistance you can provide is great - this is purely educational

Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click
Dim owed As Decimal
Dim paid As Decimal
Dim change As Decimal

[Code]...

View 8 Replies

Creating An Internet Filter That Is Supposed To Interface With Web Browsers?

Oct 22, 2009

creating an internet filter that is supposed to interface with web browsers, eg. Explorer, Chrome (not a web browser I made) and then block specific websites on the browser. I'm kind of lost on where I need to start with the interface. Could someone please just point me in the direction I need to go for 1) the program to work with any browser 2) For blocking specific sites.

View 2 Replies

SelectedItem Property Of The Combobox Is Supposed To Return A Integer Value?

Jun 22, 2010

My question is, the SelectedItem property of the Combobox is supposed to return a integer value, is it not? Because I am getting back integers, sometimes, then the next time through I get back a String. Has anyone else had a problem like this with the Combobox?

View 4 Replies

Global Variable - Value Of Num1 Supposed To Be Equal Everywhere In The Form At A Given Moment ?

Nov 8, 2011

HTML

Public Partial Class WebForm1
Inherits System.Web.UI.Page
Public num1 As Double[code]...

This is a part of a calculator code. When you press the button "BtnAdd" the text in TxtRes is held by the global variable "num1" and the operation number (whether add or subtract) by "oper". My problem is : OUTPUT 1: prints num1 = 25 (for example)While OUTPUT 2: prints num1=0

Why is this happening ? Isn't the value of num1 supposed to be equal everywhere in the form at a given moment ?

View 1 Replies

Supposed To Be Fullscreen In WPF Touchscreen Application Is Moving When Inner Listbox Is Scrolled?

Jun 30, 2010

I am writing a GUI application to run on a touchscreen device using VB.NET and WPF--it must be full screen at all times, like a kiosk app; the window must not be able to resize or move in any way. The window contains a ListBox that users can currently scroll through by dragging across the list. The problem I'm seeing is that when the user drags across the list, the whole window moves a bit, exposing the desktop underneath, then springs back into place once the user stops dragging. I have not been able to figure out how to keep the window stationary while still allowing users to drag across the ListBox to view all list items. Here is a somewhat simplified version of my code:

[Code]...

View 1 Replies

Vb Shell Script - (supposed To) Local Area Connection Ipv4 Static Ip Address

Jun 12, 2011

heres the script basically it sets (supposed to) Local area connection ipv4 static ip address to 10.XX.XX.2 but it dosent work it works fine if you run cmd as addy and put the script in netsh interface ip set address "Local Area Connection" static 10.XX.XX.2

Dim txtlen As Integer = Len(TextBox2.Text)
Dim IPAddy As String = ""
Dim asciiSplit(4) As Char

[CODE]...

View 3 Replies

String Supposed To Find And Replace A Portion Of The Text And Write The Changes Back Out To The File Via Streamwriter

Jul 22, 2010

I have thios code that will load a php file (text file) into a sting via streamreader then its supposed to find and replace a portion of the text and write the changes back out to the file via streamwriter. I put my code together and after running it look at the file and it's unchanged. After looking closer it appears the problem is the find & replace operation I am doing on the string. Here is my code:

[Code]...

View 2 Replies

Adding Operators To Classes?

Oct 7, 2009

Is it possible to define operators like addition, subtraction and such to classes? I'm trying to convert a vector class from C++

class CVector2
{
public:
float x, y

[Code].....

View 2 Replies

Array Of Arithmetic Operators?

May 2, 2011

I want to place the arithmetic operators in an array so I can randomly select one at a time. I am not sure how to declare and initialize them so that I can use them in an equation.

View 11 Replies

Assignment Operators Overloadable In .NET?

Apr 23, 2012

Why aren't the assignment operators (+=, -=, *=, /=) overloadable in VB.NET?

View 1 Replies

Bitwise-Logical-Operators?

Dec 29, 2010

Did anyone else read this article under Visual Basic News? I thought it was a very bad treatment of the subject. I especially don't like articles like that when the code they post relies on Option Strict Off.

View 12 Replies

Get Stack To Be Accessible From Operators

Oct 23, 2010

As a learning experience I decided to try and implement the Shunting Yard Algorithm(string calculator) using OOP. It was successful for as far as I took it, but it had one flaw. In order to get the stack to be accessible from the operators I had to declare it as shared, which meant that all versions of the calculator shared one stack. This very short piece of code illustrates what I came up with and the "flaw". [code] How can I maintain the functionality of anOP.add1 without declaring "something" as shared?

View 9 Replies

Logical And Bitwise Operators?

Aug 9, 2011

According to MSDN The And operator can act as a bitwise operator OR a logical operator.The only way to know if it is used as One operator or another is, If it is on the right side of an assignment operation? for example x = 3 AND 5. I cannot find any other instances where the bitwise operator would be used instead of the logical operator, are there?

View 1 Replies

Operators - How To Bitwise Shift In .NET

Sep 13, 2009

How do I bitwise shift right/left in VB.NET? Does it even have operators for this, or do I have to use some utility method?

View 4 Replies

Store Operators In A Variable And Then Use It?

Apr 22, 2010

Can I store the common operators such as '>', '<', '+' etc., in a variable and then use it when required.

[Code]....

so here instead of directly using > and +, Can I use the variables OP1 and OP2 somehow. May be I can put the entire string from "If..... NUM1" in another variable as text string and then execute that variable.

View 1 Replies

.net - Overloading Operators In C++, Exporting And Importing Then In .NET?

Jan 26, 2010

I have a weird situation. I have a C++ code that overloads the +,-,* operators and exports them in a .DLL file. Now, I want to import those overloaded operators from within VB.NET code. So it should be like this:

<DllImport("StructDLL.dll")> Public Shared Function
Operator +(ByVal a1 As A, ByVal a2 As A) As A
End Function

So what I'm trying to do above it just import the lovely overloaded operator + from the DLL.Note that the operator is already overloaded from inside the DLL, so should I import it as a Function or as an Operator like this?

<DllImport("StructDLL.dll")> Public Shared
Operator +(ByVal a1 As A, ByVal a2 As A) As A
End Operator

The overloaded plus operator is supposed to add structs. So the DLL is programmed to work on structs (C++) and I want to import it in VB.NET to work on Structures.

View 1 Replies

Assignment Operators In Custom Class

Jun 19, 2009

I have a custom class that simply contains a public variable X.Let's say I have two instances of the class, A and B.If I execute an assignment operator, such as:A = B then I want A.X equal to the VALUE of B.X.But, I'm pretty sure that this will just assign B to the variable A.Assigning pointers, in C++ lingo.I looked in the VB.NET docs, which state that "The operator can be overloaded only as a relational comparison operator, not as an assignment operator."

View 7 Replies

C# - Complete List Of .NET Conversion Operators?

Jun 27, 2012

have a complete list of the conversion operators for VB/C# and how they differ?

value as type [C#]
TryCast(value, type) [VB]
Convert.ToXxx(value) [any]

[code]....

But of course just having the list isn't the same as knowing the subtle differences between each one.

View 1 Replies

Defining Implicit Casting Operators?

Aug 21, 2009

In C# you can use the implicit keyword to define an implicit user-defined type conversion operator.In VB.NET you can define a CType conversion operator that will explicitly convert a user-defined type into another type.Is there a way to declare an implicit conversion operator in VB.NET?

View 1 Replies

Operators - <> And Not - Write Standards Documentation ?

Mar 16, 2009

I'm having the exciting task of finding out about VB.NET's <> and Not operators. Not - I'm assuming by my small use of it - is the functional equivalent of ! in languages such as C# and <> being equivalent of !=.

In VB.NET a common problem is doing Boolean expressions against objects that don't have a reference, it appears. So if we do If Request.QueryString("MyQueryString") <> Nothing Then This will actually fail if the query string doesn't exist. Why, I don't know. The way that it's done by older coders is as follows: If Not Request.QueryString("MyQueryString") Is Nothing Then

And this tends to work. To me they're functionally equivalent though operators tend to do different comparisons dependent on certain factors such as operator precedence, why it doesn't work in this case however, I do not know, and neither have I found any relevant material. I ask this as I'm having to write standards documentation and we're determining the use of either the Not or <>.

View 7 Replies

Using Math Operators As Dynamic Variables

Apr 29, 2011

I have to perform calculations dynamically in ASP/VB.NET (Possibly SQL Server). Something like this:
Dim var1, var2 as Integer
Dim Optr as string
var1 = 15
var2 = 25
Optr = +
MyResult(var1, var2, Optr)
And MyResult should equal 40. How can I do this?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved