question on treeview from columns
As I read about treeview, it branches out because of the node keys. On the other hand, I have create 4 tables with each Primary Keys. All tables relate to each other like table1 is related to table2,...
View Articleget string
hi all i have this code dim amir as string amir = "amir:123" i need make 2 string about : u = "amir" we = "123" how i can cut 2strings from 1 string ?!
View ArticleOdd - and probably basic error
Hello I am facing to this odd problem. It is probably a simple issue, but I can't find the solution I am calling a sub, in order to - load some values from a form in an array - I am calling this sub...
View ArticleCUT and COPY txt file
I have in c:\mydir\ this txt file: AAAA-BBBB_04-05-2012.TXT AAAA-BBBB_02-05-2013.TXT AAAA-BBBB_02-06-2012.TXT i need to cut from c:\mydir\ and copy in c:\mydir1\ all files based the current year -1...
View Articleweb broswer interaction
ok, so the code ive got it: Code: Call bb1.Document.GetElementById("login_name").SetAttribute("value", "username") Call bb1.Document.GetElementById("password").SetAttribute("value", "password") Call...
View Article[RESOLVED] rotate strings - please read
this is the text Quote: Inbound links were originally vital (prior to the emergence of search engines) as a primary amartitle suggests that of net navigation; nowadays, their significance lies in...
View ArticleStartup Helpl
For some reason the startup value in my computer does not match the value I create it as when I run the code... Code: Dim Reg As Object Set Reg = CreateObject("wscript.shell") Reg.RegWrite...
View ArticleListview check uncheck need help
I have code for checking multiple selected item For Each Itm In lv_LIST.ListItems If Itm.Selected Then Itm.Checked = True End If Next How about unchecking multiple checked items?
View Articlebreaking 1 line of keyword into 5 pieaces
this is involved in (seo) search engine optimization project working with keywords there is 1 thing i need to do breaking 1 line of string into 5 pieces no matter how long or short it should add extra...
View Articlemschart displaying label backwords
hey i have a problem mschart is displaying the words backwords meaning in july is yluj and august is tsugua this only happens if i have more then 6 months bar showing in the mschart need some help...
View Article[RESOLVED] Howto query RGB() value at (Picturebox) position: x=37 y=31
Hello, I want to load an *.GIF image (dimensions: 50x30 pixels) into a invisible picturebox. -How can I determine what RGB value the gif image has at position (x=37,y=31)? I already know the RGB value...
View ArticleHow to query and update the database
guys I would like some advice on how I can loop while updating the database I would like to move through an integer field in the database This field would typically look like this: ShiftNumbers 195 195...
View ArticleCode Module Window Order?
Does anyone know where the display "Order" (i.e. specifying the display order, front-to-back) of the code-module windows is specified, when the IDE is first opened? The initial ordering appears to have...
View ArticleSyntaxt error - need help please
Hello, I found a site that has code for turning off a virtual machine. I get a syntax error when trying to compile on the objVM.Turnoff(). How can I code this to work? I took it right from the website....
View Article[RESOLVED] picture box fade
: ) how do i draw a circle and let it fade away on a timer Code: x1 = (Picture1.ScaleWidth - hgt) / 2 y1 = (Picture1.ScaleHeight + wid) / 2 Private Sub Timer1_Timer() If fade = 0 Then fade = 255 Else...
View Articleerror type mismatch in query epression
im getting a error type mismatch when i try to get the history of a customer cant find exactly where is the mismatch this is my code Code: Dim strSQL As String Dim lngVal As Long lngVal =...
View Articleget value in variable position in string
I can have this strings: RAPP C/C: 000009999 | or RAPP C/C: 000009999 or RAPP C/C: 000009999 ecc... i ned to intercept the string RAPP C/C: in whatever position and get always the right 6 digit from...
View ArticleDevelop, Deploy 32 bit applications to 64 bit Windows?
I create my self-contained programs and their NSIS install packages to prevent their interfering with or being interfered with any other applications on the user's PC. http://www.indra.com/~anderci...
View Articlegetting webbrowser data to text file
hello i am from vb6 and there is a text that is header between <h1>header</h1> and i wnana get that header into text box but how ??? help me :wave:
View Article