Request to specify a specific number in domainupdown
Hello , I want a code if Statement When specifying a specific number in (domainupdown) When the condition is met, a message appears Can you help me with that and thanks
View ArticleVS 2010 [RESOLVED] WebClient The operation has timed out
Hello Everyone, Sometimes when the following code runs I get error "The operation has timed out.". The php script it calls sometimes does not take time to work and sometimes may take a couple of...
View ArticleArrange the numbers
Hello, How can i Arrange the numbers in the database Because it come like this in database So can i Array Sorting or no 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 1 2 3 4 5 6 7 8 9 10 11 12 13 14...
View ArticleVS 2012 List of Data
Hello, What I am doing is creating 2 lists. Adding the same variable to each, altering the value in the first list, and seeing if the value changes in the second list. Button 1 uses a simple string,...
View ArticleNew banner ads at the bottom
Not sure how these will play out. Seems to cover content annoyingly but perhaps they go away after you view some number of them?
View Article[RESOLVED] Huffman String Conversion
What I am trying to do is use hoffman and not go straight to file because it must be obfuscated. Could anyone possibly help my on my quest to determine how to do it? First the hoffman compression must...
View ArticleDriving me crazy for years click menu in 3rd party app. event fires in 'our'...
G'Day Guys This has been driving me crazy off and on for years :( I know how to add a menu option into M$s notepad as an example, BTDT :) I have been looking at code like this for more than a decade...
View ArticleRadial Busy GIF
I was looking for a simple rotary graphic to indicate that a program was busy performing a task. I found such an image at this Web site: http://www.ajaxload.info/ You can change the color combinations...
View ArticleLISTVIEW and scrollbar left to right...
Ppossible to fix (lock) the first 2 column in listview and scroll only the column from 3h column?
View Articlelistview and header column name
possible to have a header column name in vertical? similar: AAAA To: A A A A
View Articlehow can i walk throw the line?
see these image: https://2.bp.blogspot.com/-STOKeDBaa...0/distanc1.png i know calculate the AB distance using the Pythagorean theorem. my question is: imagine that i'm on vector A, how can i move,...
View Article[RESOLVED] visual studio 2017 how can i create a sample invoice pdf
hey i want to create a sample invoice and save it in pdf i found a dll called itextsharp but didnt find a sample to create the document tnx for any help salsa :)
View ArticleHow to find out if a form is 'on-top'?
Google returns countless articles/examples of how to set a form topmost or not_topmost using the SetWindowPos API. But, how do I determine if a Window has been set topmost? TIA. Bob.
View ArticleVB6: where is SQRT() and ceiling() functions?
the Visual Basic 6 don't have the Sqrt() and Ceiling() functions? the Sqr() isn't Sqrt(), right?
View Articlewhy Polygon() don't use the brush?
i change the brush: Code: Dim oldbrush As Long oldbrush = GetDCBrushColor(Me.hDC) SetDCBrushColor Me.hDC, RGB(255, 0, 0) i call the Polygon() function by double a double vectors(draw 1 line at...
View ArticleUsing vb.net in image processing
Hi everyone this my first time in VBForums I have homework to do before Monday The question is how to know the most color appears in image automatically and then change this color to red in vb.net and...
View ArticleGdipGetFamilyName
Has anyone had success calling the GDI+ function GdipGetFamilyName ? When I call it, I get a stat = 0 (OK), but the return string is empty. Call: Code: Dim famName As String stat =...
View ArticleLinq Group with SortOrder
Hi, I'm looking more into Linq and I found this sample to Select a Folder and Group by Extention. my Question is .. does the Sort order have to be in a separate Function like this Code: Dim...
View ArticleWhat is the best design for referencing one record in one of multiple tables?
Let's say I have three tables like this: Code: sql = "" sql = sql & "create table if not exists TBL_A ( " sql = sql & "TID INTEGER Primary Key, " sql = sql & " ......, "...
View Articlevb.net - How to create a program to create Twitter accounts
Hello I have a Twitter account creation project Now the problem that I faced is that Twitter does not support the Visual Basic web browser Even with updating my web browser files to the 11th version, I...
View Article