| Thread | Last Post | Replies |
|
| Instancing problem with user control | 07 Jun 2007 15:11 GMT | 1 |
I have a form on which I have used a user control, if I open the form, close and repeat this process then after a certain number of times (on my machine it was 50) I get the following error "Failed to load control 'uctPartyPCControl' from uctPartyPC.ocx. Your
|
| Using Numbers in Textboxes for Calculation | 07 Jun 2007 05:14 GMT | 7 |
I'm using Visual Basic Express 2005, I'm trying to make my first app. I have 4 textboxes in a form, and here's what I have for code: Public Class Form1 Function Cell() As Decimal
|
| phone dialing using through modem | 06 Jun 2007 15:13 GMT | 2 |
hey frnz, i wanna know ............. is there any way by which i can make phone calls using a vb code to a particular number and give a pre-recoreded
|
| Copying a Macro to several other excel files | 06 Jun 2007 00:26 GMT | 2 |
I have a macro (assigned to a button) within my excel spreadsheet. I want to give this macro (and button) to several my colleagues for them to insert into their spreadsheet. What is the easiest way of doing this? I right clicked on my button and selected Copy. I then loaded up ...
|
| Octet to Septet | 05 Jun 2007 17:44 GMT | 6 |
I know that to many of you this will be second nature - but I'm a relative newbie to this kind of stuff. I have an app that will be in receipt of text encoded into Octets. To give an example, the famous "hellohello" sms message is encoded as E8 32 9B FD 46
|
| Data Source of List Box - Database Query | 05 Jun 2007 17:33 GMT | 2 |
I would like to fill a list box on a form with the results of a database query. Does anyone have any guides for doing this? Thanks, WJ
|
| Game in VB 6 | 05 Jun 2007 16:35 GMT | 1 |
Hi all.. i want to make a game in VB 6, a really small game (really small). But i can't find information on how to make games in VB 6. Im not very experienced with Visual Basic, but, because im not sure if im gonna make any other programs after this, i really dont like to go
|
| Printing a .doc document | 05 Jun 2007 16:15 GMT | 1 |
I'm pretty new to VB6 and wonder if ther is any way to print a .doc page from within a function. So far I have managed to print .txt and .rtf files in a simple fashion, using wordpad... Call Shell("write.exe /p " & App.Path & "\FileName.txt")
|
| New learner to VB | 05 Jun 2007 09:28 GMT | 1 |
All I am a new learner to Visual Basic can any one of you please suggest me any free learning sites. I have to learn very quickly please send me those as early as possible.
|
| Two newbie questions | 04 Jun 2007 08:57 GMT | 6 |
- Question 1 How can I start from out VB6 an .exe program? Name$ = "c:\program files\test\test.exe" What must I do to start the program, given in Name$?
|
| Interact with webpage | 03 Jun 2007 20:23 GMT | 4 |
Hello to all, Is there a way to interact with a webpage on the screen in access or simply in Internet Explorer using vba to fill in a textbox and then click a submit button?
|
| ServiceController Example Needed in VB 2005 | 03 Jun 2007 19:13 GMT | 2 |
Hello all. I am relearning my VB and was trying to write a program to stop and start one specific service. I have been all over the place looking for code samples but they all seem to want to use a listbox interface to let you choose the service.
|
| Deployment of web application in .Net 2.0 | 02 Jun 2007 04:55 GMT | 1 |
Hi,I am new to .net 2.0 and have just built one web application and deployed the application on web server. The problem which i am facing is that if i make any changes in the .cs files or aspx files then everytime i have to publish the site and give new upload for whole
|
| VB6 Form resize diable user from manually resizing it? | 02 Jun 2007 03:48 GMT | 1 |
I have a VB6 project that on the form I have set the BorderStile to 2 - sizable and created a function to resize the form and its controls min or max. Although, I am trying to find a way to disable the user from dragging the
|
| calendar control and form close button | 02 Jun 2007 02:11 GMT | 4 |
I have a form with (amoung other controls) a calendar control and one command button - close. If I change the month in the calender, it requires two clicks on the close button to close the form, even if the calender is reset to the current month.
|