Tagged Questions

0
votes
2answers
23 views

need help writing hexadecimals to an exe file

can somone tell me how to write these hexadecimals to an exe file while still having it exec 4D 5A 50 00 02 00 00 00 04 00 0F 00 FF FF 00 00 B8 00 00 00 00 00 00 00 40 00 1A 0 …
0
votes
1answer
43 views

passing by reference in VB.Net

I posted a similar question before, which worked in C# (thanks to the community), but the actual problem was in VB.Net ( with option strict on). Problem is that tests are not passi …
1
vote
8answers
96 views

Why don’t statements that don’t do anything throw an exception (or warn the developer)?

I've been bitten a couple of times by statements in VB.NET (not sure if this effect exists in C#) that appear to be self-referencing, but when they're executed, they don't actually …
1
vote
2answers
26 views

Dynamic creation of ASP.NET Form Elements

I'm trying to build a form which generates itself as it is used. I have created a really simplistic example, loosely related to what I'm trying to do below, but which demonstrates …
0
votes
2answers
23 views

Turn off auto-add of subroutines in Visual Studio

My project is built in VB.Net Many times I find that Visual Studio has added subroutines to my code files even if a subroutine of the exact same name already exists. This can cau …
1
vote
2answers
30 views

Visual Studio loses/drops/deletes VB continuation lines after subroutines?

Several times while debugging a VB.Net program I have found that continuation lines are missing from a subroutine designed to handle an event. The continuation character "_" is th …
0
votes
1answer
24 views

How can I prevent ASP.NET from adding to the inline styles?

I have an element that I'm trying to style: <tr runat="server" id="row" > ... </tr> And I set the style programmatically: row.Attributes("style") = "background: #cc …
2
votes
6answers
87 views

Where do I find detailed documentation for .Net?

Here's an example of a wasted day: (1) I want to find out exactly what Binding.FormattingEnabled does. (2) I type MSDN Binding.FormattingEnabled into google and go to the page. …
0
votes
3answers
37 views

“Like” function in a dataset stored in memory ( The same as like function in SQL )

Assume I have a large dataset and I want to run a "like" function in the dataset eg column - Name Is there any way to run a like statement in a dataset. Is it possible with ASP.N …
0
votes
3answers
40 views

Progressbar value based on number of files

Hi, I've got a progressbar in my form that I want to increase the value of in increments based on number of files in a folder. I guess this is pretty basic, but this kind of prog …
0
votes
0answers
17 views

DataGridview in vb.net

i have a datagridview on the form i have some textbox cell on ther gridveiw i want to display only the data which i type on the datagridview textbox cell.Datagridview in populated …
0
votes
2answers
30 views

How to update a textbox on Form from a click on a button on a User Control.

Hi, I need update the text of a textbox when I do click on a button on a user control. How I can do that?
2
votes
5answers
46 views

Best way of searching through a DataGridView in VB.NET?

Hi peeps, On my form there is a datagridview that may get upwards to about 70k items depending on how scan happy our customers get. I also have a textbox which allows the user to …
2
votes
1answer
38 views

Getting the contents of web page and processing it (Print or save to file)

I am a Real Estate appraiser and have some limited experience with vb and .net. I have a task which I perform which requires me to go to the conuty appraisers web site and print a …
0
votes
1answer
50 views

Get first file in directory

This is probably pretty basic, but I'm trying to find out how I can find the first file in a directory? For example, if I've got these lines of code Dim di as New IO.DirectoryIn …

1 2 3 4 5 343 next
15 30 50 per page