• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    Have you read the book? I waited until after I saw the movie to read it to avoid spoilers. I thought they did a great job considering the problems associated …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in listview problem

    That could actually be Do Until rcdset.EOF and it would help if we knew what line was causing the error.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in introduction

    Hello.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in New Member Introduction

    Greetings.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Bad Grammar

    This will date me, but I'd see it more frequently as IF (5 .EQ. X)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Things I hate about TV shows

    Maybe a sadist who wants the victim to know that he is dead and there is nothing he can do about it.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    I think Sixth Sense and Unbreakable were flukes (the good kind). I stopped watching anything by M. Night Shyamalan after Signs. If you want to see how far he has …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to it mansoor in c programing

    write a program in c who get input from key board and then show the addition of numbers
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in c programing

    That was a mistake on my part. I meant to downvote the OP. I have reversed the error (I hope). Sorry about that.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rubberman in c programing

    See my response in your duplicate posting...
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for Drag-Drop to text box does not work

    Hi, for the life of me, I am unable to get my program to drag/drop to a textbox. Elsewhere in my program i am dragging to a panel just fine …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Drag-Drop to text box does not work

    Anytime. The best questions are the ones where I learn something as well.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Things I hate about TV shows

    There was a site at The Escapist called [Reel Physics](http://www.escapistmagazine.com/videos/view/reel-physics) dedicated to confirming/debunking stuff like that in the movies. Sadly, they seem to have stopped updating.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    I'll have to lookup Identity. I'm a John Cusak fan. I've seen Good Will Hunting three times so, yes, I agree.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the weather today in your country?

    -48C with the wind chill.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Relate two table in datareport code used shape sql

    This is a shot in the dark, but is it possible there is no field named "Tamil" in NameList?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Relate two table in datareport code used shape sql

    hello dani, I am using shape sql for datareport without dataenvironment conncetion towards parent-child relation ship table. But doesn't work with error. Because parent fields only accepted in my project. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to skip the access denied files and folders

    If you go to the Solution Explorer and expand the first item you should find app.manifest. Double click on it and it will open in the editor. For the line …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in c programing

    For the record, rubberman's post in the deleted thread which bears repeating was > You have 4 problems here. > >You posted this twice. >You posted both to the VB.NET, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rubberman in c programing

    See my response in your duplicate posting...
  • Member Avatar for Reverend Jim
    Reverend Jim

    Stopped Watching weird int declaration

    Can you please explain what this weird int declaration does. Here is the block of code. void show(void *u, int w, int h) { int (*univ)[w] = u; printf("\033[H"); for_y …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Bad Grammar

    Interesting. There is a word in Finnish, pilkunnussija, which means "a person who believes it is their destiny to stamp out all spelling and punctuation mistakes at the cost of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    Signs was abyssmal. Aliens to whom water is like acid come to a planet that is mostly water? And there is water vapor in the air? And it can rain? …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to iamthwee in What movie have you seen lately?

    I have to agree with you guys on the movie '*Contact*.' It is one of those sci-fi movies that isn't well known but completely under-rated and in my opinion ranks …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Things I hate about TV shows

    >...after you hear the "bang". I saw one western that got this right. It starred either Clint Eastwood or Burt Lancaster. Then there's the whole "get hit by a bullet …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Began Watching weird int declaration

    Can you please explain what this weird int declaration does. Here is the block of code. void show(void *u, int w, int h) { int (*univ)[w] = u; printf("\033[H"); for_y …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in weird int declaration

    Those macros are obscene and should never be used in code that anyone else ever has to work with. They may make the code shorter but they obscure its meaning. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for Finding Cursor Position

    I'm writing a program where I need to "click and drag" labels across the form. I'm planning on doing this by moving them to the position of the cursor. However, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to skip the access denied files and folders

    Right click on the shortcut and select **Run As Administrator**.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Bad Grammar

    Reminds me of the Yoda condition I see occasionally in code. If 5 = x Then
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Picturebox to open random image

    Sure. Just keep in mind I have no way of knowing your level of expertise. Feel free to ask for clarification if I'm glossing over anything. Private FileList As New …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Picturebox to open random image

    Read the file names into a list. When you want to display a random picture, generate a random index number from 0 to FileList.Count - 1. If you use the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in create database for auto parts web store

    I suggest you start by reading a book on vb.net and a book on SQL. When you have specific questions feel free to ask.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Stuugie in Bad Grammar

    Apostrophes don't hurt either.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Drag-Drop to text box does not work

    This example implements drag and drop from both ListBox and ListView to a TextBox. The ListView is in Details view. Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Version Control

    @jwenting - Some software is free for personal use but $$$ for commercial use. And I believe the distinction between git and github has already been pointed out.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Bad Grammar

    We're discussing grammar and you should have ended that sentence with a question mark ;-P
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need Help

    Try replacing your loop header where you populate the listbox with For intFill = 0 To 9 You may be reading too many lines into your arrays. You can verify …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the weather today in your country?

    I've got 15 years on you and this is the worst one, temperature wise at least, that I can recall.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    I watched an older move called **Source Code**. The concept was interesting but the endinig sucked. I can't say why without spoiling.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Drag-Drop to text box does not work

    I can play around to see what I can come up with but it will have to wait until I finish slogging through my taxes. I should get a chance …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the weather today in your country?

    Yeah, but compared to yesterday when we had winds gusting to 64 kph today seems pretty mild. The steps I had carved into the snow to get out of my …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how to delete?

    That's not code. That's just a string. Please show us your code and include the error message (if any) and the line causing it.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need help saving records in listview to MS access database

    I'll assume that con.Open() was successful due to the lack of an error message. Have a look at [this example](http://www.daniweb.com/software-development/vbnet/code/445801/use-parameterized-queries-to-avoid-sql-injection-attacks) to see how to use parameterized queries with OleDB. You …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Cant find the Error Conversion

    In your earlier post you had cmd.CommandText = "INSERT INTO Resident(ResidentNo, Residential, Street, Telephone, LName, FName, MName, Gender, Birthday, Age, CivilStatus, Religion, Education, Profession, Salary) " _ & ("VALUES @ResidentNo, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for I want to store today value in a string as yyyymmddhhmmss

    When I format the date so that a field gets the value as year-month-day-hour-minute-second, I omly see the date-portion, the rest is filled with zeros. I use: strDT = Format(Date, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in inserting data into sql using datareader

    Is there a question? How does the code relate to the title? A datareader is not used to insert data into a table.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Netwok and Sharing Notification

    Try typing this at the command line net use /persistent:yes If it is set to no then connections will not be automatically re-established.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memory Leak in Daniweb? (Chrome)

    What happens if you add 127.0.0.1 apis.google.com to your hosts file?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Version Control

    >The thing is for me, I have enough "skills" with the command-line that I find that many tasks are accomplished faster that way. I agree with you there. My former …

The End.