| Thread | Last Post | Replies |
|
| Help Hours | 21 Feb 2008 13:12 GMT | 1 |
Hi, I have to do a module 'Working hours': Example: StartHour EndHour Interval/Lunch Hours Total
|
| register assembly at runtime without administrative privileges | 21 Feb 2008 08:55 GMT | 1 |
I have a desktop application wherein i am using RegistrationServices.RegisterAssembly to register a .net dll to the Registry. This works fine for a user with admin privileges, but when a user without admin privileges tries to run the application, the following error comes up.
|
| Adding "Undo" to an application | 21 Feb 2008 06:23 GMT | 6 |
Does anyone know how to add "Undo" to a VB application? I remember seing an example once before, where the user pushed the user action onto a stack class (implemented by a collection). A general guideline + maybe a few illustrative lines would be very useful
|
| Ole container .net | 21 Feb 2008 03:07 GMT | 2 |
I am putting this question here because this thread gets some attention and I got no respose on what I though would be a more appropriate thread. I need to create a com container control that will behave something like the bound object frame in MSAccess. A few years ago I would ...
|
| Skinning apps | 20 Feb 2008 23:45 GMT | 13 |
We have a fairly complex application that looks like every other Windows/XP application with the boring sandy coloured backgrounds etc... The boss would prefer it to look more like Office 2003, with the gradient blues. Problem is, how do I achieve this with a fairly old ...
|
| VB4 Program will not run on 2Gig memory Computer | 20 Feb 2008 18:01 GMT | 25 |
I have a VB4 Program that will not run on a 2 gig computer. I get an error message "Out of Memory". How can I get it to run. Dennis
|
| Versions | 20 Feb 2008 17:58 GMT | 211 |
Does anybody know where I can purchase a UK version of Visual Basic or a UK version of Windows Vista? Mike
|
| Socket communication | 20 Feb 2008 17:41 GMT | 3 |
Is it possible (using the winsock control) to send a synchronous message? I have two apps that communicate with each other via TCP/IP sockets. There are times when I need the sending app to wait on a the receiving side to get the message before execution is allowed to
|
| pdf viewer in VB6 ? | 20 Feb 2008 16:54 GMT | 11 |
For my own amusement I am writing a program in VB6 on XP SP2, for part of which I would like to display pdf files. I have looked on the net but only found ocxs to create pdfs, which I do not want, and apart from that they have to be paid for. Since my program will be purely
|
| Where to post API errors? | 20 Feb 2008 16:49 GMT | 7 |
Hello newsgroup, I found an API error in the SendInput function. I know you'll think that's unlikely, but I know it for sure. Can anybody tell me where to report them?
|
| Passing MSFlexgrid to a procedure as a control for loading data !! | 20 Feb 2008 16:19 GMT | 2 |
I have 5 different MSFlexgrids for displaying data. I want to redisplay any one of the 5 in a 6th which is in a different view of the form. I thought I could use anyone of the five to load the 6th MSFlexgrid. So I
|
| PictureBox question | 20 Feb 2008 15:45 GMT | 1 |
I need to get the binary data out of a picture box. Right now I am doing SaveFile() and read the file into a byte array. Is there a better way to do this ? Thanks
|
| Nested Classes in VB6 | 20 Feb 2008 15:11 GMT | 4 |
This is a simple class question. I am trying to figure out how to create this class structure, so that in the module code it would look like this: class1.class2("Argument").class3("Arguments").method = value
|
| Column Visible | 20 Feb 2008 11:34 GMT | 4 |
grdTabela.ColIsVisible(0) = False why gives me a error when trying to hide the column on MSFlexGrid? Thanks
|
| Retrieve User's email from Outlook | 20 Feb 2008 06:17 GMT | 2 |
can I retrieve current user's email (the one who sends the email) from Outlook ? Thanks a lot in advance!
|