| Thread | Last Post | Replies |
|
| open a jpg/gif crop and rotate and save in VB | 13 Oct 2004 03:28 GMT | 1 |
Looking to knock up a little bit of VB to open a Jpg or Gif allow me to crop it by clicking twice, once for top left, once for bottom right, two buttons to rotate left or right by 90 degrees and a done button that saves over the original file.
|
| Couple of VC++ questions regarding dlls and VB6 - newbie questions | 12 Oct 2004 23:05 GMT | 2 |
1) Am I able to do this long __stdcall TestResult(long SelectNum,char* sTime) inside c++ dll as one of my dll functions without a memory leak I pass a VB string variable for sTime. Will this work?
|
| just stariting to learn newbie poster please be gentle | 12 Oct 2004 22:50 GMT | 8 |
im getting version 6 of VB this afternoon, I havent seen the app yet, and have no books on the subject, but im waiting for a few from the library 20 years ago, i used to program in BASIC
|
| Arrrrgh! Please help me sort this out | 12 Oct 2004 20:40 GMT | 7 |
I've been trying this all afternoon and I cannot get my head around so I would be very grateful if anyone can help me out. The purpose of the code is to take an input from a file, and grab permutations of valid combinations from that input.
|
| Listview with Combo | 12 Oct 2004 17:08 GMT | 2 |
I've posted this here before and I'm sorry for being such a dufe! but I've lost it. There is an ocx that incorporates combo boxes onto a listview. Anyone got any ideas where I can find it again!!.
|
| Using MSHTML | 12 Oct 2004 16:10 GMT | 2 |
I suppose this has been asked a fair bit, but after much searching I am now thoroughly confused:) What I want to do is progmatically fill in text fields (and the odd dropdown) on a web page. I can open an instance of IE and have it navigate to the required page but then I am
|
| picture size | 12 Oct 2004 14:01 GMT | 2 |
I'm lost, I like to size the picture control to the size of the picture. Picture1.Picture = LoadPicture(App.Path & "\logo\logo.jpg") Picture1.Width = Picture1.Picture.Width
|
| Cannot get to my PWS from the Internet | 12 Oct 2004 12:35 GMT | 4 |
I have an XP computer (A) which has an internal dial-up modem connection to the internet. I am networked to a windows 2000 computer (B) running Personal Web Server. I run browser applications between A and B no problem.
|
| KeyPreview doesn't trap Enter key | 12 Oct 2004 09:49 GMT | 4 |
I need a form to take a certain action when the user presses the Enter key. I set KeyPreview to True at design time and never change it. Form_KeyDown() gets called in either of the following cases: 1. Focus is on a control other than a command button, and any key is pressed.
|
| Move files to folders | 12 Oct 2004 06:57 GMT | 7 |
I need to move a bunch of files to a folder with the same name as the files. So file is 574.pdf, if the folder doesn't exist, create folder 574 then move the pdf to the folder. If the folder exists, just move the
|
| A program without a form? | 12 Oct 2004 03:17 GMT | 6 |
Dear group, Goodmorning. I'm new to VB, so please bear with me :) I have written a small app with a three button form. Each button imports a table from an Access Database to a Foxpro Database. It works pretty cool.
|
| RaiseEvent Question | 11 Oct 2004 22:03 GMT | 22 |
Can you call RaiseEvent to fire an event which is tied to a control? It does not seem to be working. For instance: I have a ComboBox control which when clicked, performs a certain action.
|
| GetIfTable | 11 Oct 2004 21:03 GMT | 2 |
hello!! help please how can i get the Bkps with GetIfTable Api???? is very urgent, any formula
|
| height of RTF-text | 11 Oct 2004 20:22 GMT | 1 |
To find out the height of an RTF-text I used the following code: Public Const WM_USER = &H400 Public Const EM_POSFROMCHAR = (WM_USER + 38) Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal
|
| fast check | 11 Oct 2004 19:05 GMT | 5 |
i'm usung this command to check 16 checkboxes for inti = 1 to 16 check1(inti) = vbchecked next inti
|