|
Laptop w/ 2nd monitor: open VB here, Word there? (Sorry if this appears twice - I thought I posted it before, but I can't find it.) I'm using a laptop running Win XP Pro with a second monitor. I would like to make my VB app open in the laptop screen and Word open in the second monitor. I am not at all familiar with the functions to handle this. Where do I s... 8 Jul 2008 20:18
Use of Manifest File Although I found this "problem" at the same time as my other post here, it is actually unrelated (mostly), so thought I needed another post. By accident, I realized today that an XP PC can have a Windows Classic style set for windows and buttons, or the normal Windows XP style. I knew this; just forgot it. Whe... 8 Jul 2008 22:21
Manifest Requires Win2K Compatibility? I've never run across this problem before, but I have a program originally developed in WinXP, and now I'm using Vista. My work PC was Win2K, and I just got a new one with WinXP. Well, I use a Manifest file, that never caused a problem on my home XP machine, or my old work 2K machine or my Vista machine, or any... 14 Jul 2008 16:49
Vista 64 registry I have an application that reads the registry and has been working forever. I moved it to Vista Home and it works great. I moved it to Vista Ultimate 64 bit and I have a problem. The program reads the registry at HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run but it returns the contents of HKLM\SOFTWARE\Wo... 12 Jul 2008 11:32
Laptop w/ 2nd monitor: make sure app opens here, Word over there?` I am working on a laptop running Windows XP Pro. I would like to run my VB app in my laptop screen and make sure the Word docs it opens all open in the second monitor. I am not at all familiar with any of the type pf code I would need for this. Where would I start? Ed ... 8 Jul 2008 13:07
Repost: OT - comment about spam in this and other newsgroups Please DO NOT post follow-ups TO the spam. No matter how funny YOU think you can be. The very existence of a thread makes it harder for those who are charged with identifying the spam for removal. Bob -- ... 7 Jul 2008 20:44
corrupt data from FindNextFileW This code is in an Access Database module (VBA). It builds an index of all files and directory in a given tree. Sorry, some elements of the paths have been changed in this post due to some of my firm's policies. One such file has the path: "\\server\data\shared\username\New Folderaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... 11 Jul 2008 14:04
VarPtr does not work for class Hello, a function expects an array in this form: call Append_PolygonPTR(VarPtr(m_lPoints(1)), m_lPointCount) and here is the function: -------------------------------- Public Function Append_PolygonPTR(ByVal lnPointsPointer As Long, ByVal lnPointCount As Long, _ Optional B... 7 Jul 2008 21:46
Create and run app from memory Is there a way to have a program create another exe and run it in memory without writing anything to disk? I write a lot of cmd and vbscripts and I'd like to wrap them into an .exe to run. My initial thought was to create an exe that has code to make a copy of itself and then append an encrypted version of a te... 8 Jul 2008 14:08 |