I'm at my wit's end here and I hope someone could help me here (Tek tips has saved me countless times before).
So my PC will not boot into anything, I cannot even get bios to load. The fans on the video card and processor fan start up alright but it does not proceed any further. The optical...
hey there, two things:
1. is there a delay or pause for x amount of miliseconds function in actionscript?
2. is there a way to keep a movie clip from looping? what i want to do is a box that when you mouse over moves out a little bit and when you mouse out it goes back to its place but not all...
When i boot my computer it load fine for a few seconds then it tells me 'Disk read error. CTRL+ALT+DEL to reboot'.
I can only assume its the HD because theres no other media in in CD or floppy drive.
Is my HD cooked? If it is, is there anyway i can salvage Data from it...
When i use 'getchar();' it will take any numberof characters until return is pressed.
I just want to use it as an input key/keypressed detetecter and i KNOW that's how it's supposed to work.
I'm using Dev C++ 4 complier and ive re-installed to see if that would fix a possible header error...
I have a form that opens and populates excel windows but i want it to be shown even if the excel windows are fullscreened. is there a way to make a form "always on top" like some programs (i.e. winamp) have?
---------------------------------------
2b||!2b that == the_question
I have a standalone MSA database that i'm converting to a ms project that communicates with an SQL server. But whenever i have a form with 'data entry = true' it shows up completly blank. not controls or anything. how would i go about fixing this but still allowing the user to use data entry...
I need to test the user logged into a MSAccess project database to redirect to a switchboard specific to the access permissions.
I looked in the archives but all i could find was =Environ("UserName"), but that's for the computer, not the database.
Thanks...
I'm Updating an old Offline database to become an access project that interacts with sql server 2000. I simply imported the tables and forms. Took some tweekeing to syntax but all was well. Now i'm making a new form, once again all was well. I added a subform and all hell broke loose. Abnormal...
I've made a program that takes data from a PDF and through formatting can enter it into sql tables. Im using "able2extract" to pull data from the PDF and into an HTML file and reading that into my program. The problem is, "able2extract" will format the data all over the place. In theory it will...
How would i go about listing files in a set directory?
im trying to use a file system object but im starting to think this won't do the trick.
---------------------------------------
2b||!2b that == the_question
if i want to run a reg key from command line without prompt of yes or no, how would i go about doing this?
i tried /f and that didnt work.
any suggestions?
---------------------------------------
2b||!2b that == the_question
I have a function with a 2d array in it. but since it's called all the time it keeps being reset to zero when dim'd. I tried making it public in a module but it seems to be causing ridiculous memory leakage.
Is there a way i can get around this 're-dimery' without using a public array or some...
Does making a publicly defined array in a modual kill alot of memory?
Lately my program has taken longer and longer to unload whenever i finish playing around with it. But this slowdown goes away if i close VB alltogether and start again. but the more times i run it, the longer it takes to...
How would i make a connection to a textfile that's curently on a website protected by a username and password? I was thinking i could do with with ADO, but i cant find just the right string for the job.
I need to open an excel file before i read from it or i'll get an error so i figured i'd just work that into the code.
Dim var As Variant
var = Shell("C:\rip.xls", vbMaximizedFocus)
But with everything but .exe files, it gives an invalid argument error, is there some way i can run an excel...
When i read into vb from excel it takes some cells as null when they're clearly not. There's NO pattern at all some are numbers some a headers, they're all over the place. Anyone know what might cause this?
More on the ongoing saga/battle against Excel.
I'm reading chargeback reports that come from all over the place and the sheet names are always different. is there a simpler way than just asking for user input as to the sheet name?
CONN.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _...
When i run my code below, it will do nothing because of the line: "If RS.Fields(0) <> Null Then". But if i take that if statement out, the msgbox will print out the data from the excel file. So i dont understand why it says its null one time but not another. i need to check for nulls for when it...
I'm trying to add a back colour if the user has set collumn heads on in a flexgrid.
so i had this code from what ive gathered from looking up old posts:
If mnuHeadOn.Checked = True Then
ws.Range("A1:A5").Select
ws.Selection...
End If
but it complains my worksheet (ws) doesnt support...
I'm not quite sure this is possible, but it would make my flexgrid alot more user friendly.
Can i add code to bring up a right click menu when someone right clicks on my flex grid. I dont know how good my terminology is, but i want something like what would happen if you right clicked somewhere...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.