User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 20
1
2
3
4
5
6
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.87
seconds.
Search:
Posts Made By:
the master
Forum:
General
03-21-2013, 12:03 PM
Replies:
7
Webbrowser control not receiving keypresses
Views:
289
Posted By
the master
I've tried adding my control to a standard VB...
I've tried adding my control to a standard VB form at design time then using the SetParent API to move it to the form I want it on. Unfortunately it only works while the standard VB form is visible....
Forum:
General
03-21-2013, 01:09 AM
Replies:
7
Webbrowser control not receiving keypresses
Views:
289
Posted By
the master
That will be suitable as a temporary fix. I've...
That will be suitable as a temporary fix. I've also found that it works fine if I add new elements to a control array at runtime.
I would like to find a permenant solution if possible. My actual...
Forum:
General
03-20-2013, 02:58 PM
Replies:
7
Webbrowser control not receiving keypresses
Views:
289
Posted By
the master
I think I have found why I have this problem....
I think I have found why I have this problem. After a lot of googling it seems that what's not working are called "Accelerators" (keyboard shortcuts to normal people). It seems I need to translate...
Forum:
General
03-19-2013, 08:45 AM
Replies:
7
Webbrowser control not receiving keypresses
Views:
289
Posted By
the master
These are all real key presses sent directly from...
These are all real key presses sent directly from the keyboard.
I've been testing out Spy++ and I've found that the control is receiving all key down and key up window messages but in the working...
Forum:
General
03-19-2013, 06:46 AM
Replies:
7
Webbrowser control not receiving keypresses
Views:
289
Posted By
the master
Webbrowser control not receiving keypresses
Hi, I have a project that has to dynamically load a control at runtime. The control is a wrapper for the webbrowser control.
If I add my control to a form normally (drag/drop in the IDE) then...
Forum:
General
02-12-2013, 04:52 PM
Replies:
2
Prevent all forms from showing when clicking on one of them
Views:
137
Posted By
the master
Yeah, I've not been doing VB much lately. It's...
Yeah, I've not been doing VB much lately. It's good to see a familiar name. I didn't think anyone from back in the day would still be around.
The program I'm writing is a chat client. It has a...
Forum:
General
02-12-2013, 03:03 PM
Replies:
2
Prevent all forms from showing when clicking on one of them
Views:
137
Posted By
the master
Prevent all forms from showing when clicking on one of them
Hi, I've been trying to find an answer to this for ages with no luck.
I have an application with multiple forms. When any form from the application gets focus then all of the visible forms come to...
Forum:
Communications
12-09-2012, 07:17 AM
Replies:
1
UDP Error 10014 when sending data
Views:
787
Posted By
the master
UDP Error 10014 when sending data
Hi, I'm trying to send UDP packets using the winsock control.
This is literally my entire test program
Private Sub Form_Load()
Winsock1.Protocol = sckUDPProtocol
End Sub
Private Sub...
Forum:
General
03-16-2011, 12:16 PM
Replies:
2
Get size of a skinned window
Views:
583
Posted By
the master
I think these windows are displaying the full...
I think these windows are displaying the full client area so I should be able to use those APIs. The only problem now is figuring out if the border is visible or not. I don't want to run those APIs...
Forum:
General
03-15-2011, 12:56 PM
Replies:
2
Get size of a skinned window
Views:
583
Posted By
the master
Get size of a skinned window
Hi, I've been using the GetWindowPlacement API to get the size and location of windows in other programs. For most windows they are fine but windows which hide their border/title bar and draw their...
Forum:
Communications
11-27-2010, 04:58 PM
Replies:
11
Receive small packets quickly over winsock
Views:
1,683
Posted By
the master
I did look at UDP a while ago hoping it would...
I did look at UDP a while ago hoping it would solve the problem. I prefer TCP because it's more reliable. In this case I would rather not lose any data. It doesn't have to be portable so as long as...
Forum:
Communications
11-27-2010, 03:40 AM
Replies:
11
Receive small packets quickly over winsock
Views:
1,683
Posted By
the master
Unfortunately that is one downside to this...
Unfortunately that is one downside to this protocol. It's never been a problem with the TCP connection but it has happened when forwarding to the devices. It's very unlikely that it will happen given...
Forum:
Communications
11-26-2010, 10:49 AM
Replies:
11
Receive small packets quickly over winsock
Views:
1,683
Posted By
the master
I had already tried using doevents but it gave...
I had already tried using doevents but it gave the same result. The protocol between these applications specifies a message length in the first 4 bytes. When receiving they ignore all bytes until a...
Forum:
Communications
11-25-2010, 11:01 AM
Replies:
11
Receive small packets quickly over winsock
Views:
1,683
Posted By
the master
Receive small packets quickly over winsock
Hi, I've got some client/server apps that need to send small amounts of data (about 50 bytes) really quick. Winsock is quite good at this but if i send the data 2 or more times without waiting then...
Forum:
Web Programming
10-20-2009, 04:44 PM
Replies:
8
Stretching Background
Views:
877
Posted By
the master
Ahh, I see what you mean now. You literally want...
Ahh, I see what you mean now. You literally want a stretching image. I only know of 2 ways to do what you want. One is to use a filter but this would require javascript and would cause way more...
Forum:
Web Programming
10-18-2009, 08:33 AM
Replies:
8
Stretching Background
Views:
877
Posted By
the master
Im not completely sure i understand what your...
Im not completely sure i understand what your asking now. Most webpages have a header, content and a footer. Each section is completely seperate.
It sounds like you are only talking about a...
Forum:
Web Programming
10-16-2009, 09:27 AM
Replies:
0
PHP: Get new orders from amazon UK
Views:
652
Posted By
the master
PHP: Get new orders from amazon UK
Hi, We have a seller central pro merchant account and i need to get all the new orders and return them using PHP. There is very little _usefull_ documentation available from amazon. I did find this...
Forum:
Web Programming
10-09-2009, 11:17 AM
Replies:
8
Stretching Background
Views:
877
Posted By
the master
That can be simplified a lot by only using divs...
That can be simplified a lot by only using divs for the header, content and footer. As you have a border around the whole thing you will need a 4th div that contains the other 3. I would still use...
Forum:
Web Programming
10-08-2009, 05:16 AM
Replies:
0
PHP: htmlentities() double_encoding in PHP4
Views:
579
Posted By
the master
PHP: htmlentities() double_encoding in PHP4
Hi, I've been using htmlentities() and setting the double_encoding parameter to false. This does exactly what i want but this parameter only exists in PHP 5.2.3+. I need the same functionality in...
Forum:
Web Programming
10-08-2009, 05:09 AM
Replies:
6
Apache/PHP question
Views:
1,144
Posted By
the master
Try searching the ini file for "upload_tmp_dir"....
Try searching the ini file for "upload_tmp_dir". Its usually already defined but its further down than the comments about it.
Edit: The correct format is one that you already tried....
Forum:
Web Programming
10-08-2009, 04:58 AM
Replies:
8
Stretching Background
Views:
877
Posted By
the master
I would use 3 divs here. Set the height on your...
I would use 3 divs here. Set the height on your top and bottom divs to use as header/footer and the middle one will stretch with your content automatically.
Forum:
General
08-20-2009, 08:51 AM
Replies:
12
Interesting: How to fetch data from the Internet w/VB6
Views:
666
Posted By
the master
If its actually paypal that you want to login to...
If its actually paypal that you want to login to then they offer an API which allows programs to fetch account information, transaction history etc and it saves your program having to go through all...
Forum:
General
08-11-2009, 11:32 AM
Replies:
4
Random number generator to show a form?
Views:
673
Posted By
the master
A more efficient way would be to create an array...
A more efficient way would be to create an array of picture boxes. You say you dont want to do it this way because each picture is made up of multiple smaller pictures but you can put those smaller...
Forum:
Excel
08-11-2009, 11:24 AM
Replies:
2
Copying folders.
Views:
232
Posted By
the master
First you need to create a loop that will loop...
First you need to create a loop that will loop through all of the folder names. Use sheet.cells(x,y).value to check if there is a value in the cell. Keep looping until you find a blank value. You...
Forum:
General
08-11-2009, 11:08 AM
Replies:
12
Interesting: How to fetch data from the Internet w/VB6
Views:
666
Posted By
the master
There is the API method too and even though they...
There is the API method too and even though they can both be very usefull (especially the winsock method) they are not very easy for a beginner to use. The Inet control can do everything in 1 line of...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
4
5
6
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Announcements
Announcements
Visual Basic .NET (2002/2003/2005/2008, including Express editions)
.NET Knowledge Base
Tutors' Corner
Code Library
ASP.Net
.NET Communications
.NET Game Programming
Managed DirectX
.NET Office Automation
.NET File I/O and Registry
.NET Database and Reporting
.NET Interface and Graphics
.NET Installation / Documentation
.NET General
Xtreme .NET Talk
Legacy Visual Basic (VB 4/5/6)
Knowledge Base
Tutors' Corner
Code Library
Communications
Game Programming
DirectX
VBA / Office Integration
Excel
Word, PowerPoint, Outlook, and Other Office Products
API
File I/O and Registry
Database and Reporting
Interface and Graphics
Installation / Documentation
General
Other Languages
Web Programming
Miscellaneous Languages
General Discussion
Tech Discussions
Random Thoughts
Forum Questions / Concerns / Comments
Advertisement:
Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
Home
Register
Calendar
Today's Posts
FAQ
Archive
© Xtremevbtalk.com 2001 - 2013. All Rights Reserved.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.