2
votes
1answer
48 views
Conversion from type ‘String’ to type ‘String’ is not valid
Hi,
I'm in the process of porting an old excel addin that was writen in VBA to VB .NET. The Excel addin interacts with a number of external com objects. The code sorta looks like this:
Dim hurr as …
0
votes
9answers
138 views
what are the disadvantages of using Visual Basic 6 ?
i heard that this is not good.
but I want to make very generic programs.
would Visual Basic 6 suffice ?
0
votes
1answer
23 views
Parse Error Before ‘End-Of-Line’
Hello,
I'm developing memory management program, that the Form1_Load Sub is like this:
Private Sub Form_Load()
HeapSize()
HeapFree()
HeapMax()
StorageSize()
StorageFree()
End Sub
…
0
votes
1answer
38 views
how to duplicate whole project in VB
hi
i am using Visual Basic 2010 Express.
i tried to copy project folder and rename it to duplicate one of my project. but it acts like my old project. i tried change root namespace and assembly name …
0
votes
1answer
31 views
Visual Basic 6: What type of binary? Execution environment?
We are planning to move a VB6 binary only from one Windows machine to another in production environment.
What type of Windows OS cannot run a VB6 binary?
What type of extra run time application …
0
votes
4answers
30 views
ASP .NET - How to change from VB6 Modal Userforms to ASP .NET?
I am thinking about migrating a VB6 (winform) application to the Web in ASP .NET (C#).
In the current VB6 program the screens structure works like this:
Login screen - enter parameters - takes you …
1
vote
1answer
51 views
excel vba adding programatically commandbutton to userform
hi, in excel vba i have added a commandbutton to userform... like below
Set ctrl = Me.Controls.Add( _
bstrProgID:="Forms.CommandButton.1", _
Name:="CommandButton1", Visible:=True)
…
0
votes
0answers
7 views
MS Chart Controls - Ignore Zero Values
Hello,
I am trying to ignore zero values in my Chart but when a value is NULL the marker always jumps to 0 in the Y-Axis. How can I exclude zero values, so there will be no marker for that value? Is …
1
vote
3answers
50 views
.NET Framework security issue
Hi
when i run my application on my friend's win 7 os, i get .Net security error.
here is a screenshot
and here is manifest
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly …
1
vote
1answer
34 views
Changing DateTimePickers Default Color?
Is there anyway to change the dropdown button of the datetimepickers color to look like the attached image? If I have to use WPF I will, but I was hoping there would be a way to do it through code.
…
0
votes
2answers
33 views
handling connection timeout error
Hi
sometimes when my server is down or busy, i get error telling "connection timeout" while connecting to MYSQL. but with the error program also crashes. my question is how can i prevent crashing, it …
0
votes
2answers
48 views
how to add value to combobox item
hi
how can i add data value of each item to combobox in visual basic 2010.
like html drop-down box.
or is there anyway to add values to each item ?
i am adding item from mysql database like this
…
1
vote
1answer
19 views
How does a total beginner use VB to write a macro that disables certain features in Word?
Hi There
First of all I'm going to state right out that I've never worked with VB in the context of coding macros before - my skills lie in other areas (PHP, Javascript, getting there with C#, etc). …
1
vote
3answers
34 views
Classic ADO and Table-Valued Parameters in Stored Procedure
Is there some way to pass a table-valued parameter to a stored procedure in SQL Server via classic ADO?
-3
votes
4answers
170 views
How do I decode a file encoded in the Huffman Algorithm? [closed]
I got a homework assignment from school and it's somewhat difficult to me. Our teacher gave us a .zip file that was encrypted with the Huffman algorithm. We need to decode the Huffman file and …
