Removing Bad Data In A Scenario?
Jul 21, 2011If we have an input text file such as:
ac 5
as 3
bc 5
[code].....
and in the given situation i dont need "bad data line", what would the codes be to remove it?
If we have an input text file such as:
ac 5
as 3
bc 5
[code].....
and in the given situation i dont need "bad data line", what would the codes be to remove it?
How can I get a NullReferenceException in the following scenario?
Dim langs As IEnumerable(Of SomeCustomObject) = //some LINQ query
If langs Is Nothing Then Return Nothing
If langs.Count = 1 Then //NullReferenceException here
What am I missing here? Debug shows that langs is really just a LINQ queryresult without any results...
I should start a project where several clients are included. There is a wcf web service controler that after a call from an specific client about a certain question it will retrive data from a server in London and then it will pass it back to the corresponding client in a different country e.g.
Clients and service are far away. the only way of transportation is through HTTP and intenet connection. Service should be able to callback also so i guess it will be dualHttpBinding.
I'm working on a system where there can be 2 level of users "Admin" or "Researcher".We have the requirement to allow the researcher to change fields for a record a record, but they want the original values to stay in the record and have an admin "accept" or "approve" the changes before the real record gets updated.Has anyone run into this scenario before? I'm trying to think of the best way to do this.
View 3 RepliesI have a class exercise that I need to do by next week. The problem is that I don't know how to write it.What I have to do is write pseudocode/algorithm for a scenario.I understand that I need to use a 5 step process for it but I don't know how to turn it into pseudocode.This is the scenario (there are 3 from memory that I need to do this is just one)"you want to estimate the number of hours it will take you to complete all of the levels in a new video game based on your past perfomance with other games."
I know I need to break it down into inputs, outputs and processes? I think that's right, but I'm struggling with writing it and getting it started.I don't need to use any actual code for the exercise. I just have to do the pseudocode and a flow chart for each scenario.
In the following subroutine, will the StreamReader be closed properly when the exception is thrown? Or do I have do something myself to ensure this?
[Code]...
I've got a problem losing session variables in an ASP/VB.NET application. The application allows searching for an item or it can show an item if provided with a unique link (in the browser). It holds information about the item in session variables. In the webpage showing an Item a user can click a button which opens a window with additional information about the item - obtained from a session variable. When I search for the item using the search engine and click the button - it works OK.
When I copy the link to a browser: the item is shown, however clicking the button returns a 'null exception' - the session variables with information about the item are lost. Moreover when I provide the link for the second time the button works, the variables are there!
I have an application that I'm writing that needs to allow the user to be able to create templates and save them for how the applicaton will work. For instance, lets say I am provisioining mobile devices, and my application allows the user to create a template to only install "application1" on the device, with "application1" settings for "devicetype1". But then if the user has "devicetype2", he or she can select the template that they created to install the software for that kind of device. I've looked around and all I find is the .exe.config for read only application settings, and I have found the user.config for the read/write variables. But that won't work as my application could have several templates depending on what the user chooses. I'm looking to have my app have a "create template", "edit existing template, and"use existing template" buttons, and have my config file extension like *.ipx for example.
View 1 RepliesI have a public string() array defined, and each time a timer_tick event gets triggered, I loop through the array and visit web pages contained in the array.
for i = 0 to UrlList.Count - 1
' Do stuff
WebBrowser.Navigate(urllist(i))
While WeBbrowser.ReadyState <> WebBrowserReadyState.Complete
Application.DoEvents()
end while
next
redim urllist(0) ' I have tried w/ & w/out preserve
urllist = nothing
array.resize(urllist,0)
I just want an empty array w/ node count of zero. (Essentially eliminating the entire array) I have another process that fills the array.
why my code isn't deleting the selected row in my ListView from my SQL table? it says it works fine in run time and removes the seleced row from the ListView but when i restart the program its there again.
Obviously this is because my code isnt actually deleting the data from the SQL table but i cant work out why not? the code for my delete button is as follows
Private Sub btnDeleteTask_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDeleteTask.Click Dim delete As DialogResult = MessageBox.Show("Are you sure you want to delete this customer?", "Delete Customer", MessageBoxButtons.YesNo, MessageBoxIcon.Warning)
[Code]...
I have been using the following code to remove text from strings so far;
String = Replace(String, "TextToChange", "")
However, I now would like to remove two words only when the occur consecutively for example, I would like to remove "Task 1", not all instances of the word "Task" and value "1".
After exporting data using a third party component the data in the excel sheet isn't type correctly. Excel thinks that some values are string while they are numbers and a little green triangle shows up.
We've coded the following to fix this:
For Each objCell As Microsoft.Office.Interop.Excel.Range In objWorkSheetReport.Range(objWorkSheetReport.Cells(1, 1), objWorkSheetReport.Cells(Me.RowCount + 10, Columns.Count + 10)).Cells
[Code].....
This removes all those little green triangles but is really slow.
Is there a faster way to convert a Range of data quickly so the green triangles don't show up?
I created a function that creates a global temporary table to stage data from a excel sheet I need the table to persist for me to map the columns using a form. The table is still there when the code goes back to the sub that calls the function until I call the form where I do the mapping. I am trying to avoid create/drop table scenario with a perm stage table.How can I get this table to persist until the data gets loaded into the perm table?
View 8 RepliesI'm a little baffled why I get this error. Scenario: Printing - 6 different things to print including "Permit" and "Permit Copies". "Permit" looks like a drivers license including a photo."Permit Copies" is exactly the same except it has a piece of text at the bottom that says "Sheriffs Copy".
The problem is when trying to print "Permit Copies". Very few of them shows the print preview - most just display the FileNotFoundException error. If "Permit" pulls up the photo just fine, why not "Permit Copies?" It should be trying to pull up the same photo as "Permit" - same file path/name. Where is it wrong in my code?
[Code]...
I'm having a variable, which contains characters with tab character in between two words. remove the Tab character.
For Ex;
Input string "Word<tab>1234"
I need the output as "Word1234"
I have a class that was originally compiled as a separate .dll file and included in the project properties as a file reference. I want to take the class code and embed it into a module within the project. When I do that and remove the reference to the original .dll file, the build fails because it can't find the class.
View 2 RepliesSo i would like it when button 3 is clicked it will remove the selected item from listbox 3
View 5 RepliesI am still very new to VB. I am having trouble working out how to remove lines within a rich text box, based on the next new entry into the rich text box.
For example:
rtbClient (the rich text box) already has the lines:
long cat is long
he really is
long cat is long
Now, if the next NEW entry into the rich text box is "long cat is long", then the new "long cat is long" string would be ignored because the line previous (and only the previous line and not all lines that already exist) is exactly the same. Note, I know of the Me.rtbclient.Lines = Me.rtbclient.Lines.Distinct.ToArray code, iv tried playing around with it with no luck.
Okay I have an unbound DataGridView control which users enter as many records as is required. However I have some validation running which checks all cells to ensure data has been entered, however as you know, as soon as data is entered into a row, another appears, well I need to remove this row.
I can't use
vb
DataGridView1.Rows.RemoveAt(DataGridView1.Rows.Count - 1)
As the row has not been committed, therefore it can't be deleted
Also I need the 'enable adding' on, as without it rows will not appears.
I can't get a zero into a text-box, what I'd like to achieve is this: if the textbox is zero, then I want it to remain as a blank, until I enter value to that field.Actually When I activate the field via some other control, then I Never wants to display "0" zero in Textbox Fields, before operation done. By default which comes from the multiplication operation (txtUnitsPrice.Text = d1 * d2) into the textbox field. I have three Text box fields, i.e. Unit_Price, Unit_on_Order, Units_Price.
Unit_Price=0 or some time it have default value, i.e. 25, which display ok, but not the below field.
Unit_on_Order=0
Units_Price=0
[code]....
i tried to read html contents by striping html tags in a string.when i try to print that string i got - character. how to remove this character?
View 2 RepliesI am trying to search through listview in VB.net 2008. It works fine with small list, but when the list is big ( around 25000 rows), if I search multiple items , it fails saying that index is not valid. Obviously what I understand is , it it tryiong to remove an index does not exist. But I am unable to figure out where exactly it is going wrong.
PS : while it is doing search through the entire listview, I am incrementing index = index+5 becasue I want the next 5 rows to be in the selection state as well.This is the code Private Sub TextBox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyUp If (e.KeyCode = Keys.PageDown) Then
[Code]...
I am Appending new Elements into XML file which is creating additional xmlns attribute and cannot be removed. i tried most of the common options here's my code
[Code]...
I am having the following string builder as msrtResult, which is quite long:
mstrResult.Append(rtbResult.Text).Append("})})" + Environment.NewLine)
How can I remove the last "," from mstrResult Now? (it is in the middle of that mstrResult and it is not the last character of the whole string since I am appending strings to it)I should do it before adding the newline.
Having opened cmd.exe by using a process, how can I now open it without a Titlebar or borders?
hrivate Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim p As New System.Diagnostics.ProcessStartInfo
p.FileName = "cmd"
proc.StartInfo = p
proc.Start()
End Sub
I'm trying to remove a sub string after the last occurrence of a ".". [ocde]...
When I debug, I get an argument out of range exception for the second, counter, parameter; dummy in this case. I'm not sure why; the total length of my test string is 72, when debugging, the dotIndex is 68 and the length is 71, so I'm within the bounds of the string.
At the beginning of a VB .NET function I remove an event handler and add it again at the end of the function because the function's code would trigger those events and I do not want them to trigger for the duration of the function. This usually works, but I have run into a few situations where the event still gets called even though I have already removed it. Sometimes removing it twice at the beginning of the function fixes it, but other times no matter how many times I remove it, it still fires.
Edit:The code is in a Form that has a virtual mode datagridview. I want to run some operations that will trigger the CellValueNeeded event for the datagridview without that event being fired (because it will interfere).
Public Sub DoEventRaisingStuff()
RemoveHandler grid.CellValueNeeded, AddressOf grid_CellValueNeeded
'Do things that would trigger CellValueNeeded
AddHandler grid.CellValueNeeded, AddressOf grid_CellValueNeeded
End Sub
Removing the handler multiple times does not prevent the event from firing, so it doesn't seem to be added multiple times somewhere else by accident.Is there a way to find out what event handlers are active?
I have this code to delete a registry key:
Private Sub RemoveCurrentKey(ByVal name As String)
Dim key As RegistryKey = Registry.CurrentUser.OpenSubKey("Software\", True)
key.DeleteSubKeyTree(name)
End Sub
But it simply wont remove the key tree, How do I remove the whole tree?
I've been working on this program all week and I've been able to finally get it to work except for one problem. The program is suppose to parse strings from a text box to a list box and then from a list box to a text box using the users choice of delimiters. I can't seem to figure out how to get the last comma off the end of the list. ie cat,dog,elf,It seems it should be easy, but since I've worked on this program so long I believe I can't see the forest for the trees. I don't want for you to do my work for me.
[Code]...
How can all Child controls be removed at ones, instead of removing them one by one with this code below?
FrontPictureBox.Controls.Remove(Titel_Label)
Hendri Bissolati noviceprogrammer@vodamail.co.za