Array problems
Why can't i get this array to save data? frmRecursion.zip Attached Files frmRecursion.zip (2.7 KB)
View Articleballon multiline tooltip on a msflexgrid
ballon multiline tooltip on a msflexgrid... i use the .cls (cToolTip) in lisview, but not idea to use in msflexgrid? Code: Private Sub ListView1_MouseMove(Button As Integer, Shift As Integer, X As...
View ArticleHow to pass control (focus) to a Chrome window
Hello everyone!! The question of the day that I ask you, is the following! How can I do to pass the Focus, or the control, if you want, to a Chrome Window, from my program !? I tried some methods...
View ArticleVS 2010 mciSendString - get length of wave
Hi all, I spent couple of hours trying to get length of wave file. I have simple code Code:   Dim lengthBuf(256) As Char     mciSendString("open ""C:\Users\Michadzia\Desktop\ggg.wav"" Type...
View ArticleVS 2017 Return Minimum Date from SQL db
Hello: A bit old school with great intentionality. Can someone please tell me how I would return the MinDate in this function? Code: Â Â Private Function GetEarliestStartDate(ByVal _opcheck As String)...
View ArticleVolume Control
I am writing my own mp3 player. I have a reference to Active Movie control type library and MS Shell Controls and Automation. To play the files I use Code: Private FilgraphManager As...
View ArticleAPI's
Whenever I used an API in the past, someone has told me I needed one. Sometimes I got the code, sometimes, I figured out how to use the API, after it was given to me. The question is, how would I know...
View ArticleAbout RC6.cInterfaces
I need to use cDynFactory frequently in my work. But now there are always some strange phenomena: For example, MyTestForm uses cDynFactory to perform a series of operations: (1) In VB6-IDE, after...
View ArticleAbout RC6.cDataSource
If cDataSource is not initialized, an error message will appear when accessing the properties of cDataSource: Run-time error '91': Object variable or With block variable not set. Code: Â Â Dim oDS As...
View Article[RESOLVED] About RC6.cInterfaces
I need to use cDynFactory frequently in my work. But now there are always some strange phenomena: For example, MyTestForm uses cDynFactory to perform a series of operations: (1) In VB6-IDE, after...
View Article[RESOLVED] About RC6.cDataSource
If cDataSource is not initialized, an error message will appear when accessing the properties of cDataSource: Run-time error '91': Object variable or With block variable not set. Code: Â Â Dim oDS As...
View ArticleVS 2013 Combobox change based on a different combobox
Hi everyone, So I have made a userform using VBA in excel and I have decided to make it an app for my colleagues, thing is, I've never actually worked with VB.net, but I do like to learn, long story...
View ArticleSimple Split
Hi, probably a simple question, i used to work alot with VBA.. where we can do a simple split. But with .net its seems to be different:rolleyes:. Code: Dim mlist As Object 'noticed "variant doesnt...
View ArticleAuto-correction spell checking
Hi, In my apps, I use InkEdit to have spell checking. I also use in some cases the spelling correction of Word. But I would like to find a way to auto-correct a text. I implemented an OCR System, and...
View Articlememory access in Win32, win64 and general memory access
I'm not sure if this section is the proper or best forum section to post these kind of question, but many forum users come here and seems to be a general purpose section. Mods might want to move this...
View ArticleSciLexer
The contained SciLexer.dll allows the programmer to create Scintilla based editors Attached Files SciLexer.zip (411.3 KB)
View ArticleSend Email
I've tried several online sites as to how to send emails. Sadly I can never get any to work. Does anyone have the code that actually works in VB6. Here is what I have now. Is anything wrong? Thanks in...
View Articlesave project addin
Hi fellow VB Classic code slingers, Was wondering if anyone knows of an addin that can save your project at a specified interval before i go an make my own. Searched the forum and didnt find anything....
View Article[RESOLVED] Increment Operator Not Working in Enumerable.Repeat
I found that using the postfix increment operator in Enumerable.Repeat doesn't increment the underlying variable. See for example: Code: var parameterIndex = 0; var slugs = new[] {"one", "two"}; var...
View Article[RESOLVED] Changing app.config file
I have written a program and to make it more user friendly, I decided that instead of 'hiding' a value in the file <progname>.exe.config, I would put a fake value in said file and if the program...
View Article