First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Microphone
I have tried to control the microphone level on my laptop through code. It reports back as unavailable even thoug the Recording Control show it as adjustable. On a friends laptop, my same code does have access to the control. On my laptop, when I initially try to work with the mic the master volume gets set to... 23 Apr 2010 11:49
MSflexgrid truncation
Does anyone know how to avoid a column from truncation. I know that you can resize the col, but how does the program know it is being truncated. Plesae note I am not talking about wordwrap here. Thanks ... 22 Apr 2010 14:31
xy scatter plot
Hi all Thanks a ton for your help. I have stored each line from my sampletext file, which is like 204 -204 101 -209 etc with the following and stored in Str2 array Dim Str2(2048) As Variant Do Until EOF(IQTestFileNumber) Line Input #IQTestFileNumber, TempStr If TempStr = "" Then 'Do n... 21 Apr 2010 12:35
Trouble reading .ini files on Win7 x64
I'm having trouble reading values from a .ini file on windows 7 x64. Specifically, changes that I make in a text editor are not appearing when I try to read them in through my application. Other settings that have been in the .ini file for ages will read in just fine; just not the new entries. When I try to ... 21 Apr 2010 09:29
add maskedbox to form on runtime
Hello to you all is it possible to programmatically add a maskedbox to a form at runtime? thanks Catharinus ... 22 Apr 2010 14:31
String array access doubt
Hi, I have a text file which is like 205 -204 203 -102 i want to read each line, split each line elements to arr(0) as 205 and arr(1) as -204 i know the length of the file which is 2048 lines, how do i access arr(0) and arr(1) meaning odd array indices and even array indices sperately post split function. St... 21 Apr 2010 10:31
How to ignore Datatype of ADODB Fields while populating data into
Hi, Following is the method that i am using to Convert a Datatable into ADODB Recordset. It all works fine. I am able to successfully convert Datatable into Recorsets. But there are few cases where this code throws exception. In a scenario where i define the Datatype of the Field to Decimal, but i may get s... 20 Apr 2010 13:27
xy scatter plot and split function clarification
I have data like this in a file. i need to draw a simple XY scatter plot, 221 -255 196 -255 191 -255 181 -255 168 -255 159 -255 151 -255 150 -255 105 -255 I opening this file and try to use split function Do Until EOF(TestFileNumber) Line Input #TestFileNumber, TempStr If TempStr = "" Then... 20 Apr 2010 18:34
resize picture - eg convert to thumbnail
Try 3D Thumbnail Generator to create impressive 3D thumbnails. http://www.softorbits.com/3d-thumbnail-generator ... 20 Apr 2010 16:33
string manipulation question
how would you do a search and replace like this? <!-- start marker 1 --> bunch o text <!-- end marker 1 --> let's say you want to replace what ever is between the start and end markers with text from an external file. would just like some smart tips how to do this with VB. tia, mcnewsxp ... 19 Apr 2010 15:44
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48