Errror selecting internet control
I have a project which includes a WebBrowser control. I started the project on a specific computer ("no. 1", Windows 7) where all was working fine. But then I opened the project on another computer...
View Article[RESOLVED] how to sort dates in listview with DTPicker
hey i have a listview that shows logoff and log on for the user with date the listview show 12-6-2013 13-6-2013 and so on how do i sort the date by using DTPicker ? lets say a user loged in the system...
View ArticleReplacing XML with JSON (Change of Twitter API 1.0 to 1.1)
Hello all! I was hoping to get some direction from someone who is familiar with XML and JSON (and/or Twitter REST API 1.1). I am only sending status updates to Twitter and not leveraging any other...
View ArticleApp Crashes Only If Shelled
I'm working on this sound application that uses waveIn/waveOut to capture sound and display a sine wave in real time. If I run the app as a stand-alone it works perfectly but if I shell it then it will...
View ArticleData acquisition real time plot ?
Hi every body, I've succeded of making a board wich is capable of aquiring a signal form from a function generator "PIC16F877A to parallel port communication", but I need to do a real time plot to...
View ArticleQuestion about printing.
Is there a specific call I have to use to force a "page break" and make printing on a second, separate page? Thanks for your time.
View Articlehelp extract this string
i am getting my data via winsock and this is what i get , i need to extract the blue coloured string to list1 please </td></tr><tr><td class="label">Reciprocal Link...
View ArticleProblem when implement "SpecialFolderLocation"
Hello All :) I have problem when i get startupmenu location path to combine with Application EXE Name. here the complete code: Code: Declare Function SHGetSpecialFolderLocation Lib "shell32" (ByVal...
View ArticleInfinity Issues
I'm working with Infinity to use in my Sweep AABB collision detection. How I implemented infinity was simple: vb Code: Public INFINITY As Double Public Sub Initialize_Infinity() On Error Resume Next...
View Article[RESOLVED] how to Keep ListView Selected Item Highlighted When Lost Focus?
how to Keep ListView Selected Item Highlighted When Lost Focus?
View Article[RESOLVED] help with 2 list box checking if contains
having little trouble detecting list1 items site1.com site2.com site3.com list2 items <a href="http://www.site1.com/">free- Free general Directory</a> <a...
View ArticleHow to make installer in VB6
hi i know how to make installer in vb6 by using the Package and Deployment Wizard and also im using Innu Setup 5, my problem is when the installer is finished and try to run the set up i want my files...
View Article[RESOLVED] listbox 1 more help 1 char need to remove it
<a href="http://www.site1.com/">free- Free general Directory</a>; <a href="http://www.site2.com/">red- Free turn Directory</a>; Dim i As Integer, x As Integer For i = 0 To...
View ArticleFor Loop issues
VB is returning an issue with my "Next S". What I am trying to do have my function "Psi" return an expression of X dependent on which cellular compartment is the target (T) and which is the Source (S)....
View ArticleNeed DECOMPILER for Visual Basic 2 app
I have a VB 2 app written in 1996. I have to rewrite the app in .NET but need all of the calculations and formulas from that app. I have the exe, .vbx, .vbk and dlls for the app. I need to find a...
View ArticleAPI get pixel
I have question, is it windows is provide some API can easy and quick to get (bmp/picture) that Pixel? I want to get that pixel around 200-300 bmp file(s), any advice please! Attached Images
View ArticleHow to detect a running application (VB6)
Hi everybody. I'm modifying an old Visual Basic 6.0 application and I need a process that verify if the application is already running. This proceess must prevent the application being running twice in...
View ArticleExplorer style fallback thumbnails
Let's start off by establishing I'm terrible at graphics in VB. I have zero experience with manipulating images; nothing. My program includes a file browser with thumbnail view. If it's not an image...
View Articlehow to calculate between times (login & logout)
hey i have a form with login in and log out options now i added another field in the Database with the name Logtotal = (time in time out) only when i log out and then log in i can see the log out time....
View Articleimage is not moving smoothly and blinking
Hello I am a beginner to visual basics and I started learning with visual basics 6. I was creating a simple animation in which a plane is moving forward and the background is moving backward. I used...
View Article