Open a website within a desktop application
Hi all, Can I open a website page in a desktop application window, not in the browser? Using the following launches the browser: Code: Private Declare Function ShellExecute Lib "shell32.dll" Alias...
View ArticleKnown Folder "Program Files" without hard-coded it
in msdn says that from a 32bits process you can't retrieve the path of welll known folder for 64bits programs, but I needs to know without hardcoding it. is there an enviroment variable or maybe some...
View ArticleVB6 DTPicker disable particular dates
Hi! Would you please help me with the following problem? When using DTPicker, how can I disable (/grey-out, etc.) certain dates (with no particular pattern) so that the user cannot select it? Any help...
View ArticleListbox Database Question
Hey all. Just fyi I am noob to vb. still got alot to learn. But i've been stuck on this situation for a couple weeks now. I'm workin on this program, and its fully functional except the listbox portion...
View ArticleCreate Database using Stored Procedure
Hi I want to create MSSQL Database using Stored procedure & to pass Database Name & Filename as parameters from Visual Basic. Secondly if database already exists then it should give message...
View ArticleProject files in windows keep vanishing
Hi I have a project saved but after a few hours or overnight all the .frm files and the .vbw file delete themselves without a trace. I have reinstalled but no luck, wonder if its common? I have a...
View Articlezoom picture
I have googled samples to zoom picture. But when you zoom the picture, the pixel starts to stretched. how to zoom a picture that still the stretching is superfine that you dont destroy the clarity of...
View Article[RESOLVED] I can't show a form
Goodmorning to everybody. In my project there is a MDI Form (called frmMain) and a standard Form (called frmIssuer). Onto frmMain there is a menu, from where I need to call frmIssuer by clicking on a...
View ArticleUpload Excel to Access
Access have tables: StudentID Name Address Telephone My Excel are: Name Address Telephone I want to write a condition in order to check field in My Excel file if one of field in Excel is missing and...
View ArticleAdjusting an action to specific starting and ending times
In a picturebox I want to simulate the movement of an object from place A to place B, so that it takes exactly t seconds. It currently takes a time much less than t, so it all consists in slowing it...
View Article[RESOLVED] how would i tranfer the velocity or speed of an object into a...
im trying to explain this the best i can . this way you change the velocity to get the balls angle change ,im trying to hopyfully ,with i havent a clue ,get the angle instead. thanks all Code:...
View Articlesimular control like listview WITH multiline text and object support of each...
Hallo, does anybody can help me finding a custom control which has the features like listview control but with full support of wrapped lines (line breaks) - not only at 'view' 0 and 1 (Icon and...
View Articlei need pointers basics
hi i am newbie to vb6 i need guidance and tuts regarding pointers and how to use them in any project if any posts for me it would be very thankful
View Articlewebbrowser - open popup window in current webbrowser control
Hi all, On my website I have a popup filter that I want to handle in my vb application. Ideally I would like my filter to appear in the same Webbrowser control on my form as my website, then when the...
View ArticleHandling .txt files with VB6
Hi, I want to call a subroutine in my VB6 app when an event occurs and append some data to a txt file. I have the following code which I want to open a .txt file that resides in a folder (with full...
View Article[RESOLVED] why contorl array index variable doesnt work ?
Private Sub Labelpad_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single) Select Case Index And Button Case Is = 0 And 2 labelpad(0).Caption = ""...
View ArticleVb6 bitmap streams
Hi, I have a lot of experience in vb6, so any help will be appreciated .. Biblioteca.dll an alert, get a camera by stream. When this library can identify a particular object, it creates several events,...
View Articledetect mouse right click menu events
I am trying to detect right click mouse copy/paste events as below.I am able to detect mouse right click, but don't know how can I detect which event(copy or paste) among different right click menu...
View Article[RESOLVED] Handling .txt files with VB6
Hi, I want to call a subroutine in my VB6 app when an event occurs and append some data to a txt file. I have the following code which I want to open a .txt file that resides in a folder (with full...
View Articlerun time error 3027
i have created a table called i with only one attribute name varchar(100) i connected to vb6 using odbc i am getting the error run time error 3027 cant update: datbase or object is read only i have...
View Article