check user access to network drive
Is there a way to check if the person using a program has access to a network folder? I have looked around and all the methods people are using seem very confusing. I thought there may be a way of...
View ArticlewaveOut and waveIn
I also have code that plays sound from a buffer using waveOut APIs. I also have code that records sound from a mic using waveIn APIs. Is there a way to take the sound I get from the buffer (waveOut)...
View ArticleComment Line in VBP File
I tried both Rem and " ' ". Is there anyway to comment out a line in a VBP file?
View Articleform pulls half values from the DB
hey somwthing very strange when i save a data in a form i see it in the listview and everything is ok but when i want to edit i see only 4 values and the rest diappears from the list view and in the...
View ArticleTrying to implement IShellItem - where'd I go wrong?
Just on the off chance anyone around here is familiar with typelibs and interfaces... Code: [ odl, uuid(43826D1E-E718-42EE-BC55-A1E261C37BFE) ] interface IShellItem : stdole.IUnknown {...
View ArticleCalender with two digit Year
HI All on my form load I have Label16.Caption = (Day(Now)) & "/" & (Month(Now)) & "/" & Format(Now(), "yy") which makes the year two digits I also have a command button the that loads...
View Article[RESOLVED] Comment Line in VBP File
I tried both Rem and " ' ". Is there anyway to comment out a line in a VBP file?
View Article[RESOLVED] form pulls half values from the DB
hey somwthing very strange when i save a data in a form i see it in the listview and everything is ok but when i want to edit i see only 4 values and the rest diappears from the list view and in the...
View Article[RESOLVED] Calender with two digit Year
HI All on my form load I have Label16.Caption = (Day(Now)) & "/" & (Month(Now)) & "/" & Format(Now(), "yy") which makes the year two digits I also have a command button the that loads...
View Article[RESOLVED] Save Image to SQL DB and retrieve it?
dears, I'm successfully save image to SQL DB and try to retrieve it but with error message as follow: ( Arguments are of the wrong type, are out of acceptable range, or are in conflict with one...
View Article[RESOLVED] Extra ) in Query expression 'ExpID=1)
hey i got a strange error of query expression after i edit and update i checked my code 1 by 1. dont know why i get this message. you decide this is the update code Code: With...
View ArticleMschart legends
Hello. I just want to ask. How can I turn my legends ON and OFF(DEPENDING ON THE USER WANTS TO SEE IN GRAPH), Trying to tick my checkbox near on my legends.. BTW, Im using LineChart(MSCHART) using...
View ArticleVB6 application has error "This action cannot be completed because the other...
I have a vb 6 application with ms access when I begin press F5 occasional message: "This action cannot be completed because the other program is busy. Choose switch to to activate the busy application...
View ArticleProblem with VBW file and properly saving the state of the workspace
So one of the lines in my Workspace (VBW) file says: Form1 = 96, 20, 891, 486, C, 175, 104, 970, 570, C This means when I load it next time it will start up with both the GUI designer and the form's...
View ArticleSwitch graph origin to lower left
Around the time when VB3 was the only thing around, I wrote a program to print some histograms (bar graphs). I switched the origin of the form where I was printing the graph to the lower left. I kind...
View Article[RESOLVED] how to format a tax value of % like 1.18% or 1.17% or 1.16% and so...
hey im trying to format a tax value when i load the Database to show in the listview i did something like this but something im missing the listview show me 1.2 not what i have in the database 1.18...
View ArticleMulti threaded visiting to a list of website
I don't have experience on this. How can i do this? Visit a lists of website on multi threaded mode for example on a listbox google.com then it is set to 5 threads then 1000 visit yahoo.com 5 threads...
View Article[RESOLVED] columns move aside to the left in the listview everytime i update
hey very strange thing happens when i update something every time i update it move a aside to the left in the listview and getting out the row anybody had this before? Attached Images
View ArticleHow to open a *.vba file
I recently came across a project in need of updating that was written quite a few years ago (though the exact version of VB we dont know). The only source code I was able to find was with a .vba...
View ArticleMemo fields in Access2007 DB not getting updated
If i have more than one memo field in an Access2007 database table, sometime the fields are not getting updated. Address1, Address2, etc will be the values i'm trying to update from my VB6 application....
View Article