Jquery list files on a folder
is it possible to list all the files on a folder using jquery? Thanks.
View ArticleGet text between tags..
Hi all, I try to get some text between the tags, is this possible and how can this be done? Code: <ul class="listbox item-frame" tabindex="0"><li class="item active" data-val="1">...
View ArticleMsOf03 [RESOLVED] MyArray (NumRows, ##) Error
Hi There VBA Community, I am having issues with the following code. I am receiving a Compile Error (Expected Array) at MyArray (NumRows, 15) but cant figure out why. I'm sure I'm missing something...
View ArticleVS 2010 [RESOLVED] Constructors - How Do I?
I'm working with some 3d stuff, and to start I'm going to create a new structure. It's very simple: Code: Public Structure Point3d   ''' <summary>   ''' The horizontal position   '''...
View Articlevb6 coding url mistake?
ok, guys.. i got a wierd bug, i can't figure out what i got wrong here.. maybe some one can point it out for me, what i did wrong! please do not post the corrections. just confirm the place or point me...
View ArticleNovice programmer trying to complete a Restauran Menu Calculator in Visual C#...
Hi, I need to Create an application that can be used in a restaurant to calculate a tableÂ’s bill. The program should display all the menu items from the table below in 4 Combo boxes. There are 4...
View Articleonlick open another.exe ?
i am basically making a form that will open a .exe files when you click on the corresponding button but i am not quite shore how to do it. http://gyazo.com/d0b6359b05845c217dac09258205df96 this is my...
View Articlerequest download for vb6 application
good day, does anybody has the DigitalPersona U.are.U SDK for Windows 2.2.0 software which I will use for the vb6 application. May I ask for it. I already have the reader but have old software which I...
View Articlesearch listview dosnt search
hey im trying to search a listview in a textbox but its not searching for some reason. the listview pulls the data from another form ive done this a houndred times already i know im missing something...
View ArticleVS 2012 Hashing
Here is my Hash code: Code:   Private Function MD5HashString(Input As String, Password As String) As String     Dim origBytes() As Byte     Dim newBytes() As Byte     Dim sFinal As String...
View ArticleI want help
Hi , I'm a student , and I want to ask you to help me In word document I inserted an object as a package in the 8th line , I want to use macro in word 2010 to automatically open this pachage when I...
View ArticleDownloading Multiple files with DownloadFileASync and then Identifying The File
I am running this line multiple times Code: WebClient.DownloadFileCompleted, AddressOf DownloadCompleted WebClient.DownloadFileAsync(New System.Uri(ImageURL), OutputFileName) But I have no idea what to...
View ArticleVS 2012 Get exact number from string
Hi all, I have a number of rows in a datagridview that i want to go through and get the string. The string will consist of letters, numbers and punctuation. But all will have a eight digit number...
View ArticleVS 2012 Serializing and Deserializing Encrypted Objects
I am having some trouble with deserializing an encrypted object. Here is the Serialization Class: Code: Imports System.IO Imports System.Runtime.Serialization.Formatters.Binary Imports...
View ArticleVS 2010 Better way to align controls?
Hi, I have a selection of labels going down the screen with textboxes next to them. I have having to margin-left my textboxes so they line up because the labels are different lengths. This is very time...
View ArticleVS 2010 Sql server and local files - Speed or lack of it
I currently have an application that writes data to an sql database after reading it in from a text file. The file is extremely large and contains 100000's of records, so speed is important. In...
View ArticleTimer
Hi guys, as the title say, can i make Something that repeat it self without a timer ? Like Sendkeys.Send("{A}") without using a timer ? is it possible ? Please don't tell me something like Code: sub...
View ArticleVS 2010 DataGridViewCheckBoxColumn with Button appearance
I would like to have a DGV with a data-bound column that works like a normal checkbox control with the appearance set to "button". That is to say, I want the button to "latch" on and off based on the...
View ArticleChanging Picture settings
Hi everyone. I am writing a macro in vb6 that opens a Word 2010 document, accesses a particular picture ("Picture 2") and changes its brightness. My code is: sub ChangePictureBrightness() Dim wrdapp As...
View Article