DestroyWindow does not appear to work
Clicking Command2 does not destroy the App. Is myWnd not a valid handle? Code: Private Declare Function DestroyWindow Lib "user32" (ByVal hwnd As Long) As Long Dim myWnd ' ' Private Sub Command1()...
View ArticleVS 2010 set windows timer resolution
can someone post an example of either ntsettimerresolution or timegetdevcaps? i can't find any vb.net examples that are complete.
View ArticleObject Collision with a 2-D Sprite
For my GR.11 final project i am making a fan based rendition of a pokemon game. I know how i'm going to do most of my stuff because I've tried it with previous projects, however, I am wondering if...
View Articleright click icon on task bar
Is it possible to do scripting that it right clicks on an app's icon at the task bar and select a menu? The app is not my application.
View Article[RESOLVED] Report footer
How can I display report footer immediate after detail section i have kept signature in the report footer section if there are 2 to 3 lines in the report i want the report footer section should appear...
View ArticleNew to VB .NET 2010
Hey all: I'm new to VB.NET 2010 programming, but not programming in general. I've been able to create a sample DB app using an ACCESS database, added the grid view and can see and navigate through the...
View ArticleNot a valid win32 application
I am using windows 7 64 bit, users with the operating system xp (32 bit) are recieving the error ~~ "Not a valid win32 application" when trying to open my application. I am using visual studio 2012 to...
View ArticleOpening a PDF file in a specific page
I have a code to launch a file with its registered extension. So if I have a PDF, I can open it in Acrobat or a similar registered program for the extension PDF but what I need to do is to launch a PDF...
View ArticleWebBrowser Script Blocking
I have created a Web Browser using ieframe.oca and mshtml.oca (IE Webbrowser Control). I have used Mozilla for many years, and there are 2 features in Mozilla that I consider a must: Multiple Tabs and...
View ArticleHelp with Thumbnail View
I'm trying to get my ListView to display thumbnails, but have hit a roadblock. I know not too many people at this level are still around... but maybe someone has some insight. Here's the most relevant...
View ArticleEtablish a connection between 2 computers over Internet in VB.NET
Hi all! First of all, Sorry for my bad English. I'm Vietnammese and I'm new to this forum. I'm doing a Five In A Row game Project. It's simply that I want my friends can play that over the Internet....
View ArticleVS 2005 Get x/y coordinates of date on monthcalendar
Is there a way to get the x/y coordinates of a date on the monthcalendar control? I'm wanting to create a custom calendar that can X out dates, but I need the coordinates to paint of the date. Right...
View ArticleVS 2008 [RESOLVED] Treeview and textboxes...
Hi again. I've searched a million sites and read a million threads but can't get my head round my issue. I'm creating a work directory of first names and last names (plus all other details). My...
View Articlewinsock chat general question packets
in winsock data arrival how do i recieve packet data such as 1: received text size 2: and transfer rate 3: room text packet flood detect ? am interested your help will be appreciated 4: making ops aka...
View ArticleSetting Finished File Icon
so i have saved my file as a exe but the icon i set for the form is not showing as the file is there something im missing to change the files icon ? btw i using vb 2008
View ArticleVS 2010 Issue with accessing data from dynamically created DropdownLists
I have it setup so that when a user selects an item from a DropdownList, that some DropdownLists are dynamically created, based on the results from the Database that are returned after selecting the...
View ArticleNeed help creating A project
need help creating this project here is the pdf of the project Attachment 94423 here are the pictures i need to use Attachment 94425Attachment 94427Attachment 94429Attachment 94431 Attached Images...
View ArticleJoin table Problem
Hi, I am having problems to get expected results from the following SQL query. As you can see, I have a column 'Amount' in the table CY for total required payment, I also have a column 'Amount' in the...
View ArticleVS 2010 Problem with SendMessage to a not focused application.
EDIT: I completey rewrote the thread since I go ta solution but another problem. I delcare: Code: Private Declare Function PostMessage Lib "user32.dll" Alias "PostMessageA" (ByVal hwnd As IntPtr,...
View Articlepassword before editing recordset
I have a simple form with some text boxes and a data control adodc,i want to set a password when user clicked on delete or edit button. how can i do that
View Article