• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Advice about renting your HDD needed

    I can see several issues off the top of my head such as - You may have to guarantee that your drive is available 24x7. What provisions would you have …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Dani in Is Search Broken Again?

    Better late than never. In house search is back.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    Going back to your first post and rereading I see where I misunderstood. I think that by unhiding the Admin account you may fix the problem. This would make the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to add images each picture box when they are loop

    You can load an image into a picturebox by Dim fs As New System.IO.FileStream(filename, IO.FileMode.Open, IO.FileAccess.Read) pbxPicture.Image = System.Drawing.Image.FromStream(fs)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    What restrictions, if any, did you put on the user account? When I do WINKEY X I just get the UAC prompt "Do you want to allow this app to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in VBScript Arrays

    When you declare an array in vbScript the indexes go from 0 to the number declared. As silly as that may be, it works the same for vbScript and vb.Net. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Is there any problem with Mozilla Thunderbird?

    What is the problem?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    I always wanted to be somebody, but now I realize I should have been more specific. - Lily Tomlin
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    Instead of using runas it is far easier to press WINKEY-X and then select **Command Prompt (Admin)**. Incidentally, there are still things you can't do unless you are logged in …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in document browser

    If you google "c# wpf create control at runtime" you get a number of hits.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help needed with c# elevator task

    Please consider that when you just post a homework assignment verbatim you are possibly in violation of some sort of copyright. Also please note that nowhere in your post is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to SimonIoa in Syntax error in Javascript Function

    Hello. In my editor shows that there is a syxtax error in this function. Does anyone knows whats the syntax error? !function(i,t){var e=function(i,t,e){var s;return function(){function n(){e||i.apply(o,r),s=null}var o=this,r=arguments;s?clearTimeout(s):e&&i.apply(o,r),s=setTimeout(n,t||150)}};jQuery.fn[t]=function(i){return i?this.bind("resize",e(i)):this.trigger(t)}}(jQuery,"smartresize"),function(i){i.Gal=function(t,e){this.element=i(e),this._init(t)},i.Gal.settings={selector:".item",width:225,gutter:20,animate:!1,animationOptions:{speed:200,duration:300,effect:"fadeInOnAppear",queue:!0,complete:function(){}}},i.Gal.prototype={_init:function(t){var e=this;this.name=this._setName(5),this.gridArr=[],this.gridArrAppend=[],this.gridArrPrepend=[],this.setArr=!1,this.setGrid=!1,this.setOptions,this.cols=0,this.itemCount=0,this.prependCount=0,this.isPrepending=!1,this.appendCount=0,this.resetCount=!0,this.ifCallback=!0,this.box=this.element,this.options=i.extend(!0,{},i.Gal.settings,t),this.gridArr=i.makeArray(this.box.find(this.options.selector)),this.isResizing=!1,this.w=0,this.boxArr=[],this._setCols(),this._renderGrid("append"),i(this.box).addClass("gridalicious"),i(window).smartresize(function(){e.resize()})},_setName:function(i,t){return t=t?t:"",i?this._setName(--i,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz".charAt(Math.floor(60*Math.random()))+t):t},_setCols:function(){this.cols=Math.floor(this.box.width()/this.options.width),this.cols<1&&(this.cols=1),diff=(this.box.width()-this.cols*this.options.width-this.options.gutter)/this.cols,w=(this.options.width+diff)/this.box.width()*100,this.w=w;for(var …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Syntax error in Javascript Function

    Hello. In my editor shows that there is a syxtax error in this function. Does anyone knows whats the syntax error? !function(i,t){var e=function(i,t,e){var s;return function(){function n(){e||i.apply(o,r),s=null}var o=this,r=arguments;s?clearTimeout(s):e&&i.apply(o,r),s=setTimeout(n,t||150)}};jQuery.fn[t]=function(i){return i?this.bind("resize",e(i)):this.trigger(t)}}(jQuery,"smartresize"),function(i){i.Gal=function(t,e){this.element=i(e),this._init(t)},i.Gal.settings={selector:".item",width:225,gutter:20,animate:!1,animationOptions:{speed:200,duration:300,effect:"fadeInOnAppear",queue:!0,complete:function(){}}},i.Gal.prototype={_init:function(t){var e=this;this.name=this._setName(5),this.gridArr=[],this.gridArrAppend=[],this.gridArrPrepend=[],this.setArr=!1,this.setGrid=!1,this.setOptions,this.cols=0,this.itemCount=0,this.prependCount=0,this.isPrepending=!1,this.appendCount=0,this.resetCount=!0,this.ifCallback=!0,this.box=this.element,this.options=i.extend(!0,{},i.Gal.settings,t),this.gridArr=i.makeArray(this.box.find(this.options.selector)),this.isResizing=!1,this.w=0,this.boxArr=[],this._setCols(),this._renderGrid("append"),i(this.box).addClass("gridalicious"),i(window).smartresize(function(){e.resize()})},_setName:function(i,t){return t=t?t:"",i?this._setName(--i,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz".charAt(Math.floor(60*Math.random()))+t):t},_setCols:function(){this.cols=Math.floor(this.box.width()/this.options.width),this.cols<1&&(this.cols=1),diff=(this.box.width()-this.cols*this.options.width-this.options.gutter)/this.cols,w=(this.options.width+diff)/this.box.width()*100,this.w=w;for(var …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    At least the only thing he will be grabbing for a while is headlines.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to creat the new android application?

    Try google with your exact question.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in document browser

    There is an article on how to create vb.net controls with events at runtime [here](https://www.daniweb.com/programming/software-development/code/423678/create-controls-at-run-time-with-events). After you read it please feel free to post any questions you have here. I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    They could also possibly make a case that because he refuses to divest, he is financially incapable of executing his duties. Foreign holdings aside, if he were to repeal the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    >They can impeach him for his lies or his attitudes towards women or not liking his tie or his combover whatever the hell they want. If that were the case …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    >If the admin account is not hidden, and you attempt an adim task from the standard account, windows 10 will prompt you for an admin password I have set up …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    So Trump has signed an executive order to build the wall (although funds would have to be approved by congress). He has already stated that the initial costs would be …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    There are fears that Trump has normalized all types of language and bad behaviour. In almost all cases I agree that this is a bad thing. However, there is one …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for Input/Output C++

    hi guys im new to c++ can i have some assist ? The manager of a football stadium wants you to write a program that calculates the total ticket sales …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How can I write 2 numbers?

    If you've been searching for days for how to input two numbers and divide one by the other, and you haven't had any luck, then I suggest a career in …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How can I write 2 numbers?

    Are you actually unable to read any of the dozens of books or hundreds of introductory web sites that show you how to do this? You are too lazy to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Svelta emulator

    Hello, I have got a new printer that has Svelta emulation. Beside Svelta emulation, this printer supports ESC emulation. I have sent raw data from a web site (with the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    Running a program/shell with Admin (elevated) rights is not the same as running under the Administrator account. What is your UAC set to?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Alternative to Windows Indexing

    In my case, I have hundreds of articles plus a few thousand pictures in many folders and sub-folders and it is often very convenient to be able to see all …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Unfortunately, with the splintering of "news" sources into 6 (maybe fewer now) major traditional conglomerates and several thousand internet feeds, most people are free to consume only those "facts" that …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    I should reread it. I forgot it isn't doublespeak. It's Doublethink.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Alternative to Windows Indexing

    I frequently find myself looking for files on my computer. 99.9% of the time I am looking for a file by name rather than by contents. Typically there are two …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    Do you mean on the login screen? Did you actually associate a password with the account? On my system I leave the Admin account permanently enabled. That way if my …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in New search functionality

    Oodles better than using Google. Super job.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Admin account problem

    An easy way to enable/disable the admin account is to open a command shell as admin (press WINKEY+X and select Command Prompt (Admin)) then type either of net user administrator …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Export data to Excel from Datagridview

    Why not use my example and just iterate through the datagridview rather than a listview?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited set timer for each page

    I created quiz application using PHP..in that Application i display one question per page when user click on next button it display next question from database randomly..so for that i …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    We are now officially in the world of George Orwell. The Trump administration is now using the phrase "Alternative Facts" when what they say disagrees with reality. For those unfamiliar …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Shared editor window??

    I may be dense (or just old fashioned) but when I want to show Adam (son) something like that on Skype I just paste a block of code (or text) …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited set timer for each page

    I created quiz application using PHP..in that Application i display one question per page when user click on next button it display next question from database randomly..so for that i …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How to calculate the binnary mlm in php and mysql

    Please help me .. how to calculate the binnary mlm calculation in php and mysql ... thanks in advances ...
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Shared editor window??

    That might work for some but not for me. I'm not saying it's a bad idea but to me it sounds like one-on-one tutoring and I think the quality of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Shared editor window??

    >that would have keystrokes logged and could be replayed I don't understand. How does seeing pre-recorded, animated keystrokes add to an explanation?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in MujO2Internet_3E497C

    Well, at least it's concise.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Shared editor window??

    >Does anyone see a use to this? Is anyone even using chat? Doesn't look like it based on reviewing the logs. I don't see the ROI potential here. I think …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in window problem

    You might want to have a look at my recommendations for installing Windows 7 in [this thread](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/424868/reformatting-my-computer-with-windows-7-ultimate) The imaging software I use is [Macrium Reflect free edition](http://www.macrium.com/reflectfree.aspx).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in window problem

    You can start by being more helpful when you post. For example, you said you gave it 40mb and now the space is showing 20gb. That statement is confusing if …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Obama's inauguration was about hope. Trump's was just more "the country has gone to hell" rhetoric from his campaign. At least he didn't have the sniffles.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Best idea of 2017 Someone proposed that Obama resign as president one day early to allow Biden to serve as the 45th president for one day. This would have made …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in vb.net closest number

    13973.88 is closer to 15833 than it is to 10000 so what is the problem?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in C++

    You have to declare your strings to have enough space to hold the longest expected string. Since you declared only one char for name (for example), any unused input chars …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Export data to Excel from Datagridview

    Here's an example of how to [export data from a ListView to Excel](https://www.daniweb.com/programming/software-development/code/464769/export-listview-to-excel-spreadsheet) but it doesn't use OleDb.

The End.