| Thread | Last Post | Replies |
|
| Easy Question - Task Manager | 24 Sep 2004 17:14 GMT | 1 |
Does anybody know of a good control that will allow me to add an event and then at the time of the event notify the user via popup or other action?
|
| database | 24 Sep 2004 16:50 GMT | 1 |
'i am trying to input the information from the user into a database,(which works now by the way) 'but what i am having a problem with is i want the program to see that if i have the same part number in the
|
| Remove shortcut | 24 Sep 2004 16:17 GMT | 1 |
I need some VB code which will remove a shortcut from a user's Start menu. With the next release of our application, one of the menu options will no longer be valid. I've found code to create a shortcut, but nothing to delete one.
|
| Sending Email | 24 Sep 2004 15:33 GMT | 4 |
I need to send an email directly from my application without asking the user for the email address, text or anything. Is that possible in VB?
|
| Passing open file id to a class method in a dll | 24 Sep 2004 15:29 GMT | 7 |
I'm trying to pass a file identifier of an opened file to a method of a class stored in a dll referenced by my program. File is opened by the program but it's to be accessed for binary by program and by class methods.
|
| Unable to show PopupMenu | 24 Sep 2004 15:20 GMT | 2 |
Forms popupmenu isn't working if form is loaded from another forms popupmenu. If it's loaded from command button or regular menu, the popupmenu works ok. You can reproduce the problem:
|
| chart control | 24 Sep 2004 15:11 GMT | 1 |
Hi, Wich chart control you suggest? I have to display some relatively complicated statistic datas.
|
| Add controls to tab strip | 24 Sep 2004 15:08 GMT | 7 |
ok might be a dumb question but, How do you add a control to tab strip other than the first one. What I'm doing is breaking up what is going to be displayed into 3 groups and was going to use the tab strip to make seperate pages for the data to be displayed. I have look in my ...
|
| Disable SafeBoot in XP | 24 Sep 2004 14:02 GMT | 1 |
Hi.. Sorry for not concerning with this News group.. I would like to disable entering Safe Mode in XP how can I do this job?..
|
| (Date + 10 * 1/24) <> ((Date + 8 * 1/24) + 2 * 1/24 ) | 24 Sep 2004 12:30 GMT | 1 |
Can anyone tell me why this happen(I test it in VB/VBA/VBScript)? ?(Date + 10*1/24) = ((Date + 8*1/24) + 2*1/24 ) false But:
|
| tif images | 24 Sep 2004 09:45 GMT | 2 |
My rather antiquated version of VB - v 5.0 will not display .tif images e.g. Me.PictureImage = LoadPicture(PicPath) Is thare anything I can do to persuade it to do so?
|
| Quick Questions - Easy I'm sure | 24 Sep 2004 07:39 GMT | 3 |
I need to develop an app and it would be far quicker and easier to utilize a web page with XML data. That is fine and dandy - my question comes in the event that a user selects a piece of data - say a contact - how then can you launch a 32 bit app and show the data. For example ...
|
| Winsock + SendComplete state | 24 Sep 2004 07:23 GMT | 1 |
Let's say that I have a winsock control holding 2 connection in its array. Client 1 and Client 2 are connected. Is it possible to have the winsock control not able to send a message to client 1 besause it is currently sending a message to client 2?
|
| Here's a strange one | 24 Sep 2004 06:24 GMT | 4 |
I have a sub that gets the last record of a random access file. When I call the sub omitting the word "call," the sub runs and I see it in the debugger getting the value "9" which is correct. However, when we're back in the sub that called it, the value is 0. When I call the
|
| "out of stack space" error | 24 Sep 2004 06:15 GMT | 8 |
Win XP and acad 2000i: I am writing forms to access our layer standards. So far, I have separate forms for "detail" layers, "annotation" layers and "demolition" layers. I can run each of these forms and they work as expected.
|