First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
Simple Obfuscation
I am fiddling with this piece of code i got from someplace. I can't remember where. Some time ago. Thanks to whomever for the snippet. It works for pure ASCII text that I have tried. I am trying to get it to work on .RTF text but I do not understand enough to get it going. Someone please show me how to do thi... 16 Mar 2010 04:41
float inexact result
An error I've never seen before, and I'm not sure what to look for: "float inexact result" Crash happens only after program has exited and only when compiled. "float inexact result" was the error shown in VC++ debugging. The error shown in Windows varies. I can't think of anything I've changed. In fact the p... 15 Mar 2010 19:31
Registration for vbAdvanced
I know I had the registration code for vbAdvanced before, but am unable to find it now. It seems that I remember it now being free, since the program is no longer for sale. A search on Google failed to turn anything about a registration code and the site that the program takes you to does not mention anything a... 15 Mar 2010 19:31
Path.GetInvalidPathChars "Visual Basic 6.0 Classic" equivalent
Someone may remember putting me onto Link_File_1532711212003. I'm using it for my VB6.0 lnkfile IMDB rating project. At that time I had a problem with Microsoft updates breaking the IsLink function. Now, I am finishing up interfacing the 32bit AMDBW14 title.exe program and it produces a txt file for each IsLink e... 17 Mar 2010 20:00
C:\WINDOWS\system32\ieframe.dll\1
Hello, if you have problems with VB6 - C:\WINDOWS\system32\ieframe.dll\1 1. open regedit 2. search for: C:\WINDOWS\system32\ieframe.dll\1 3. change to: C:\WINDOWS\system32\ieframe.dll 4. save regedit finished :) ------------------------------------------------------------------------------------- Hallo, ... 12 Mar 2010 17:20
Which Endian routine is better?
I am converting big endian to little endian and have written these two functions: Function Endian32_UsingString(ByVal n As Long) As Long Dim s As String Dim d As String Dim i As Integer s = Right$("0000000" & Hex$(n), 8) For i = 1 To 7 Step 2 d = Mid$(s, ... 23 Mar 2010 21:47
VB 6 & VS?
I just purchased VB6 upgrade. It was one CD for VB and about 7 CDs plus startup manuals for Visual Studio. Is this what I was supposed to get? I just opened the box so my questions might be answered as I get further into it. Earl ... 15 Mar 2010 19:31
VB6 word .saveas method fails when installed
I'm attempting to open a Word document from local disk, modify contents of embedded fields, and save the modifed document using the .saveas method. Code looks like: set wrdDoc = wrdApp.Document.Open("C:\foldername\doc1.doc") wrdFileName = "C:\foldername\doc2.doc" Call wrdDoc.SaveAs(wrdFileName) wrdDoc.Close (... 10 Mar 2010 20:55
File Extensions and Directory Writes
I've run into a little problem with my current project. I created a file and gave it my own filetype of .fdr. Problem: When the user goes to download this file, it shows up in the download directory dialog as "myfile.unk". In other words, it has the ..unk filetype because my Windows system does not know what a ... 21 Mar 2010 15:05
Quick Graphic Question
I'm still working on my graphics understanding but have a need to do something pretty quick for now. So I thought someone might tell me how to do this quickly. Here is my function that draws these RED DIAMONDS on my picturebox. Private Sub DrawFDDiamonds(pic As PictureBox, x As Long, y As Long) Dim p1 As POINT... 13 Mar 2010 15:23
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61