[RESOLVED] Cross Ref Of ObJects In MS DLLs?
What I want to do is add a Tabbed Dialog to a form. The problem is that I don't know what file to add to Project\References\Components. Is there a cross reference that shows the objects contained each...
View ArticlePrint vertical text
I want to print vertical text on the printer. What's the API call I need? Attached Images Â
View ArticleSimple. Need values back in range
I know it is simple basic thing. I wonder that I do not know. Start with range name range1, range has values, then I move range with offset and I want new range , the same size just in new location to...
View ArticleProblem with sorting an array and Spearman's Rank
Ok, i've been on this forum for a long time, anonymously browsing and searching for problems. I've always found the answer i sought after but now i'm really stumped and desperately need someone's help...
View Article[RESOLVED] how to remove a symbol from a phone number in access
i have a list that i transferd from outlook to aceess now, there are phone numbers that contains a symbol like this " - " e.x 054-7223510 needs to be like this 0547223510 and in my program is max...
View ArticleHangman Game. Can't remove lives correctly.
Hi, I've attempted to make a simple hangman game and it went kinda of okay. However, I've ran into two hiccups, which I cant seem to solve. Before I go on outlining my problem, I'll say I have basic...
View Article[RESOLVED] Hangman Game. Can't remove lives correctly.
Hi, I've attempted to make a simple hangman game and it went kinda of okay. However, I've ran into two hiccups, which I cant seem to solve. Before I go on outlining my problem, I'll say I have basic...
View ArticleVB6 Webbrowser Problem Help me !
webbrowser.navigate = http://portal.nttgame.com/Signin/Sig...dhbWUuY29tLw== Supmit Click ... Help me. Attached Images Â
View Article[RESOLVED] syntax error in query expression via Sql DataReport
i am trying to show a report of a specific customer when i hit the buttonreport i see his history only if his name dosnt contain this ' e.x salsa31 this is ok salsa's room here i get the error when i...
View Articlehow to decode special symbol from xml to symbol in vb 6
hi sir, i want decode special symbol like: " ξ " i used genral url decoder but it not working. Public Function URLDecode(StringToDecode As String) As String Dim TempAns As String Dim CurChr As...
View ArticleVB 6 Application to Install a Software only for 3 Computers in Network
HI all, I Have developed a User Application which has to install in computers connected in Network. But I need to Restrict the Installation Only For 3 Computers in Network. How can i do this,, Please...
View ArticleExport chart from Excel to VB6
Hi everyone, I found at this address (http://www.deixsys.com/fr/SITE%20DEI...10_DEIXSYS.zip) an excel document containing a map of Italy divided by provinces. My need is to be able to use this map in...
View ArticleI'm trying to save icon from form code will not work please help?
Hi, I have a form with a icon I'm trying to save that one icon here is the save code I have in my Module Name is OpenSaveTest Code: Public Sub SaveTest() Dim SS As Integer Dim m As Integer SS =...
View ArticleSaving richtextbox as rtftext ( plain text ) but keep text colour ?
Hi all I don't know if want I want to do is possible:- My application loads an RTF file into a rich text box, the RTF would have been made by MS WORD, and there could easily be some line spacing in the...
View Articlesubscript out of range, can't see why
I get <subscript out of range> as a tooltip when debugging this (bold) code. It's probably obvious, but I can't see why. Test() As String and H% are both listed with other (working) variables as...
View Article[RESOLVED] wait code without timer ?
hello i made a Project to check if notepad.exe is not running then will wait until its running :) actually someone helped me with this code :) Code: Private Sub Form_Load() Timer1.Enabled = False...
View ArticleJava To VB
In a Java file I have this Code: public int images_X_Y[] = {0, 0, 119, 166, 183, 147, 235, 133, 288, 118}; Can I do something similar in VB, like this Code: public images_X_Y() As Integer = (0, 0, 119,...
View Article[RESOLVED] Java To VB
In a Java file I have this Code: public int images_X_Y[] = {0, 0, 119, 166, 183, 147, 235, 133, 288, 118}; Can I do something similar in VB, like this Code: public images_X_Y() As Integer = (0, 0, 119,...
View ArticleIs there a way to search a list for an item, then remove it?
Hi there everyone. I am working on a math game where students can make their own custom game patterns. I am working on a way for students to be able to delete custom patterns down the road. So far I...
View Article