Asp.net - What Is The Politically Correct Term For 'Spaghetti Code'
Jul 18, 2011
I'm trying to write up an implementation plan.I'd like to write something like:Due to the high-level of spaghett-code in the existing program..But I'm not finding anything that even remotely looks professional.
View 12 Replies
ADVERTISEMENT
Jun 8, 2010
i'm working on a system that upgrades a basic version to a proversion but i have a payment gateway . it generates a code in an SQL DB.now i have a form in VB that has a textbox and a button how can i let VB connect to my SQL DB receive the code and then check if that code is correct and if its correct download silence the pro file. from an url.
View 7 Replies
Apr 9, 2010
I need to search a term in pdf file to get font of all occurrences of the term with its corresponding font information and next 5 words of each occurrence.
View 3 Replies
May 26, 2010
i recorded the following macro in excel 2007:
[Code]...
View 3 Replies
Feb 5, 2011
Alright I need to create a project in which it clicks to your coordinates.Then I would want them to click that button then it would click at the postion of their choice
View 3 Replies
Oct 5, 2011
I need for a user to be able to resize a panel using at least one corner at runtime. I did this by making a panel and placing a small picturebox in the bottom left corner. I'm only testing it, so I just gave both the picturebox and panel black borders so I could test my code. Here's what I came up with:
[Code]...
View 4 Replies
Mar 18, 2009
I am having difficulty retrieving the correct PIN code from my database, for an ATM banking application. When someone enters a correct PIN code that is already in the database, they gain access to their ATM account. If incorrect, then a message box appears. I am having an unusual problem where, the system is partially working. The code I have, is preventing the user from accessing their account, in the correct manner, eg. message box pops up. However, it is also not accepting the correct PIN code. The most unusual thing about this, is that, if the user enters the number "1", the message box won't pop up, however it will still block the user from accessing their account. And even stranger again, after entering the number "1", trying it, then erasing it, if they enter the correct PIN after this, it will allow them to access their account.
Here is the code:
Public Class ATM2
Dim Pin As Integer
Public Sub Retrieve()
[Code].....
View 5 Replies
May 11, 2011
Choosing the correct syntax to write your code. How can I find syntax that can display what they are used for using Visual Basic. This is my first time programming.
View 1 Replies
Jan 30, 2012
Im trying to get school information of a site and want to save it as an excel tables sheet with details in each column, inital start was the below code help me in going further.Column headers: school name, mascot, address, type, phone, fax etc. for a list of schools I have. For example I used one link.
[Code]...
View 1 Replies
Feb 16, 2011
i"m trying to save a picture to access but the code is not correct
[code]...
View 1 Replies
Jul 27, 2009
or other method of extracting icon from shell32.dll.To personnel of Microsoft,I followed url...in Visual Basic 2008 Express Edition, Windows XP, but it shows 7 "Statement is not valid in a namespace" errors when "Press F5 to run the program", and does not let me extract the icons .also, I want to know how to "adjust the size of Picture1 so that a 32*32 icon fits inside the picture box" in url...
View 2 Replies
Nov 4, 2010
correct the code(indian currency format in words)
View 1 Replies
Apr 1, 2010
Label4.Text = Label4.Text & " " & TextBox1.Text is this code correct to add value to label4 from tetxbox1 at run time?so that the label content should look like this 45 56 67 89 .the should be appended in the label4 whatever i enter in the textbox1.Also these value should be added in the database as list of items in the single field.so that i can retrieve these values in a listbox that is in the another form .
View 24 Replies
Nov 30, 2011
I am having some trouble getting the correct syntax for a bit if code. I am using vb to insert data into a db and outputting the data as XML, here is the code
<WebMethod()> _
Public Function addTrack(ByVal tTitle As String, ByVal tAlbum As String, ByVal tGenre As String) As String
Dim conn As New SqlConnection("Data Source=MARTIN-LAPTOPSQLEXPRESS;Initial Catalog=mp3_playlists;Integrated Security=True")
Dim sql As String = "INSERT INTO Tracks (trackTitle, trackAlbum, trackGenre) VALUES ('" & tTitle & "', '" & tAlbum & "', '" & tGenre & "') FOR XML AUTO, ELEMENTS"
[code]....
The code is for a ASP.NET web service, when I click invoke on the website i get the error Incorrect syntax near the keyword 'FOR'. If I remove FOR XML AUTO, ELEMENTS everything works find, db updates but I dont get the data to output as XML. I think the issue is with the brackets required for the insert values because this issue does not occur if the SQL statement is a SELECT statement which has no brackets but i just cant figure out the correct syntax?
View 1 Replies
Oct 30, 2010
vb Public Class BugReportsCentral
Private Sub BugReportsCentral_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser2.Navigate("http://xxxxxxxxxxx.net/update/link/on-off/threadreport.html")
[code]...
Why this code doesn't work? It doesn't print the label with the correct thing.
View 12 Replies
Jan 3, 2010
I'm trying to updatesome records, currently my table is blank apart from the user id which is correct. but i get the error below.
My UserSettings table is as follows
ID is a Integer
MonthID is a Integer
YearID is a Integer
UserName is a string
Balance is a Integer
PhotoAddress is a string
GameSpeed is a Integer
This is my code and below that is my error in my ErrorTXT box.
[CODE]...........................
View 7 Replies
Aug 15, 2011
what is the term used for such as event?'.What I am trying to do with open a application config form in login window which is activated by combonation of keys pressed. for example alt+c or ctrl+alt+x.
View 14 Replies
Mar 31, 2012
Im fairly new to programming and have come across the term 'regex' on a few occasions now, just wondering.
View 1 Replies
May 24, 2012
I set up a gridview to display search results on a webpage.
I have the code below that is "supposed" to replace any instance of a search term, with a bolded version of that word.
I've tried many different versions, but nothing is working.
Private Sub gvSearchResults_RowDataBound(sender As Object, e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles gvSearchResults.RowDataBound
[Code].....
View 2 Replies
May 18, 2010
Is there a way to get the IntelliSense for a lack of better term to work like it does for C#? For example, lets say I want to add a MessageBox to my form. With C# as soon as I get around Mess it's already coming up with the rest of the word, and the same with variables and control names. Just wondering if I'm missing a setting or something some place or if this is just another example of how things are different between the enviroments. Using Visual Studio 2005.
View 10 Replies
Jun 26, 2009
Learning VB.net and the framework.Read a few books, but none have actually labeled graphically the anatomy of a code line. [code] Obviousy Dim is the Dimension or referencing the variable.What is the specific term for the date.now() command?Is that a vb property or expression?The operator is Do, As, and loop right?What's the regular term for just a simple line and what is an expression when speaking of this code block?There should be a list of the date.now() properties easily available in a regular list somewhere.
View 9 Replies
Apr 6, 2011
I have a textbox with button wired up to a queryextender. My goal is that someone might enter into the textbox a name (e.g. "Dave Mackey") and receive back all relevant results. The problem is that this information is spread across two columns in the underlying database (e.g. FIRST_NAME, LAST_NAME). My code looks like this:
<asp:QueryExtender ID="QueryExtender1" runat="server" TargetControlID="EntityDataSource1" >
<asp:SearchExpression DataFields="first_name,last_name" SearchType="Contains">
[Code]....
If I enter "Mackey" it returns results, but "Dave Mackey" returns no results, I'm assuming b/c it is looking for the entire value in one first (either, but not both together), whereas I want it to return any rows where it finds the entirety even if it is spread across multiple DataFields.
View 1 Replies
Mar 15, 2011
Usually i just use a dictionay for key value pairs but I am expectig three columns.
then I need to compare the search term to see if it matches any value in the second column.
View 4 Replies
Oct 11, 2009
I'm trying to create an application that will allow me to type a search term, corresponding to any field contained in a database, and have the results displayed in a datagrid view. The idea is that the application will display any records that have the search term in any of the fields, rather than just allowing the user to search based on one field only.
I keep getting an error on the dataAdapter.Fill(dt) line. I've tried reorganising lines of code just in case my logic was wrong, but the result is the same. The program just crashes when it reaches this line.
My code is:
Public Class Form1
Private Sub AuthorsBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AuthorsBindingNavigatorSaveItem.Click
Me.Validate()
[Code].....
View 1 Replies
Sep 6, 2011
Public Sub theConnection()
Try
conString = "DSN=XXXXX;UID=XXXX;PWD=XXXXX;DATABASE=XXXXX"
con = New OdbcConnection(conString)
Catch
MessageBox.Show("Connection to the Spec Database was not made")
[Code]...
View 4 Replies
Jul 6, 2009
I am writing this program for class its supposed to be able to accept loan amount interest rate amount and the term of the loan (in years) and then output how much interest you owe and how much in total you owe.
Here is my code:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form
'Declare Variables
Dim loanAmount As Double
Dim interestRate As Double
[Code] .....
I copied the whole code as to I do not know where the rros are. My error keeps saying 'class' statement must end with a matching 'end class' I got a feeling this is something like if/endif but I cannot find it.
View 7 Replies
Feb 7, 2012
Im trying to make the below statement as such if there is no items selected/blank then the search term is a wild card (all results) otherwise search it. the sql below only works when all fields match, not partial
[code]...
View 12 Replies
May 15, 2010
Is it correct to correct properties values on the fly? for example: (note the .ToLower)
Public Property X() As String
Get
Return _x.ToLower
End Get
[code]....
View 1 Replies
Jun 16, 2011
I need a code that will load text, the correct image to match it and the command for each image. what i want to do is make a program that will download a swf and an image into to folders. then at startup the program will load all the swf and images and put the images into a listview so when you click on the image for the swf file it will give the link to the swf so it can be loaded.
View 1 Replies
Nov 4, 2011
What is the code for ignoring the case of an entry while checking to see if the entry is correct or not... (i.e. in a flashcard program... given definition, asks for the name) I don't want the case of a character to affect whether the answer is correct or not.
View 2 Replies