| Thread | Last Post | Replies |
|
| Determining if Excel VBA macro still running? | 31 Aug 2008 20:43 GMT | 1 |
I had a macro I wrote in VBA which created several dozen spreadsheets based off a master spreadsheet. Code runs smoothly in VBA, but trying to port it over to VB caused significant performance issues. I decided the best way would be to just run the VBA macro from VB.
|
| Losing Accuracy in reading numbers | 31 Aug 2008 17:41 GMT | 4 |
I thought i had this down but i think i am missing something. i read in a series of strings in CSV format that are actually numbers. i do something like Dim gVal as Double
|
| Intellisense | 31 Aug 2008 16:55 GMT | 3 |
Hi, I was a user of Visual C# for a while and have gotten used to the Intellisense for that program. I went to try Visual Basic, and the intellisense is so much different. I'll try to make an example: Say I want to write: MessageBox.Show("Hi there")
|
| Newbie Question: Will my old VB6 app run under Vista? | 31 Aug 2008 12:27 GMT | 8 |
I am an amateur software developer, and would like to know if some freeware I developed a few years ago using VB6 and XP will work under Vista. If so, what must I do to create a Vista version, and would it run under XP?
|
| Cannot create an association in dbml | 31 Aug 2008 03:02 GMT | 1 |
regoption in the regex table and the view RegexOption.regexoption are system.int32 what does the message below mean? ---------------------------
|
| Default company name and copyright information in Assembly Informa | 31 Aug 2008 02:00 GMT | 10 |
I'm trying to use the new VB 2008 right now and I want to know how to preset the company name and copyright informtion in Assembly Information. In my current VB 2005, company name and copyright information (the word "CopyRight" with company name and year) is filled in ...
|
| My.settiings Setting dont read at Form load? | 31 Aug 2008 00:04 GMT | 7 |
I have a setting called My.settings.firstrun set to True, set in the setting manager. When i read this in the first form form_Load in a IF sentence it always come out as false. I have tried to change the setting from string to Boolean but no help.
|
| Convert integer to bit | 31 Aug 2008 00:01 GMT | 4 |
I have the following created in vb 2003: Public Bitvalue as byte() Public Sub Upload () dim i as integer =0
|
| How to include WinXP SP2 in prerequisites? | 30 Aug 2008 17:05 GMT | 3 |
I'm testing my setup package in a PC with a fresh installation of WinXP. When i try to execute it, it shows a message indicating that first i need to install WinXP Service Pack2. I want to use the prerequisites to include the SP2 install. cna this be done? How?
|
| Storing Data Locally | 30 Aug 2008 14:22 GMT | 5 |
I am developing a program that keeps track of manufacturing defects and deviances. When a product is being developed, if there is a deviance from the standard, we have to put the part on hold and create a deviation notice (EPN). I am going to use sharepoint for the EPN ...
|
| Smart solution for abort/retry/ignore error handling | 30 Aug 2008 13:37 GMT | 2 |
is there a smart way to develop efficiently that helps me in the following situation: a sub calls a subsub, which calls a subsubsub, and so on. Within a subsubsub an error occurs which I handle, either using on
|
| .exe compiled on vista doesn't run on xp?? | 30 Aug 2008 11:50 GMT | 12 |
I've compiled my application on my vista machine, and it won't run at all on my xp machine. In the windows error report I get Exception code; 0xe0434f4d. I searched for that exception, but didn't see anything related to my problem. I can run a different .exe that I made
|
| Validating Users | 30 Aug 2008 11:37 GMT | 3 |
Some of our apps need passwords to access parts that should only be available to management. We could develop our own and require management to remember yet another password that we would have to take care of resetting whenever they forget,
|
| FolderBrowserDialog error | 30 Aug 2008 03:56 GMT | 4 |
I figured this would be simple but I have a problem. The code below runs fine from the debugger but when I run the exe I get an entry point error: "The procedure entry point RtlDuplicateUnicodeString could not be located inthe dymanic link library ntdll.dll."
|
| IO errors with "folder watcher" program | 29 Aug 2008 14:00 GMT | 10 |
I'm having a lot of trouble with "file in use" errors in my "folder watcher" project. Starting and stopping the watcher and reading my XML file work fine. Once the watcher is started, I'm reading the text files from the watched folder line by line into variables and then posting ...
|