Tagged Questions

0
votes
1answer
16 views

Visual Basic 2008 File Search

Hello I need a file search for my Visual Basic 2008 program. Do you guys know a way to start off? I've heard that you need admin priveledge for some file searches, but I don't wan …
1
vote
1answer
20 views

MS Excel 2003 VBA - Is there a way to define a group of shapes/object into a “group”

So I have this global mapping scheme, and each country on it are individual shapes. I learned how to manipulate colors/fill based on certain criteria. So the way I do this, or the …
1
vote
2answers
26 views

MS Excel 2003 - Simple unselect question in Excel VBA when dealing with shapes

So I have an excel workbook that has a global mapping scheme in it. So I have a shape for each and every country in excel. Depending on the region select, relative to the data/quer …
0
votes
2answers
60 views

Accessing dynamically loaded DLL (with LoadLibrary) in Visual Basic 6

I have a need to create a wrapper for a DLL, loading and unloading it as needed (for those interested in the background of this question, see http://stackoverflow.com/questions/166 …
0
votes
1answer
15 views

Output Access Table to XML with node

I'm trying to output data from an Access table as XML. The output looks like example A, what is required looks like example B. My current code to do this is shown below at exampl …
0
votes
3answers
40 views

How can I parse XML data using Visual Basic

I have XML data like this: <search ver="3.0"> <loc>Birmingham, AL</loc> <loc>Gulf Shores, AL</loc> <loc>Alabama, NY</loc> < …
0
votes
3answers
34 views

VBA Public Array : how to ?

Hi folks ! So today's problem is getting me mad because that should be easy and i can not find the answer : How to declare a public array in VBA ? I'm using an array with the lett …
1
vote
1answer
40 views

VB.Net command line (console) program with parameters for SharePoint

Hi, I would like to create a console program in VB.net that would allow parameters. What i would like to do is in the code below add parameters so the webpart page can be created …
1
vote
1answer
38 views

What is the most efficient method for looping through a SortedList in VB 2008?

The code below shows me (I think) that the "for each" loop is about 10% faster than the "i to n" loop, but the "for each" loop creates 567k in new memory? Is this right? Which way …
0
votes
1answer
26 views

PHP and Visual Basic 2008 Conversion Help!

Hello Everybody! I need help converting this into PHP: Public Function Encrypt(ByVal text As String) As String Dim charSet1 As String, charSet2 As String, i As Long …
1
vote
4answers
45 views

Property accessors in Visual Basic .Net

Could someone explain to me the concept of Get and Set property? It's just not sinking in for me. Thanks!
0
votes
2answers
59 views

Pick a random number from a set of numbers

I have an array of integers like these; dim x as integer()={10,9,4,7,6,8,3}. Now I want to pick a random number from it,how can I do this in visual basic?Thanks in advance...
0
votes
2answers
23 views

SQL and VISUAL BASIC 2008 Queries

Hello guys, How can I write a sql query that takes information from a database, and then put in the text in a label? I'm not really sure how to do this so please give me a good ex …
0
votes
1answer
21 views

Not Receiving All Packets - Visual Basic Sockets - Async

Here's the code on the sending side of my sockets: Private Sub Send(ByRef Buffer() As Byte) Dim obj_StateObject As New StateObject obj_StateObject.WorkSocket = …
1
vote
1answer
37 views

COM: How to retrieve CLSID? Can Prog-Id be used?

Hi, if I have a known COM library (the .ocx file itself) is there any way in C# to extract the CLSID info of it? Basically I need the same infos from the file Visual Studio adds t …

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