• Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Correctly align backgrounds and images

    Ok so what you suggesting is that I slice my background image to pieces like (slice the top purple part, slice the white part which holds the buttons, slice the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Correctly align backgrounds and images

    @media are you referring to the background image? If so well I didn't know of a way to make something like the image (I created and used it as a …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Correctly align backgrounds and images

    The problem I'm facing is that when I designed this website I previewed it on a maximized browser and now when I restore the logo appear to be fixed on …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Correctly align backgrounds and images

    Thank you. But as for logo and the home page slider I've tried changing from absolute to relative but as for a logo the logo just got way big its …
  • Member Avatar for Mr.M
    Mr.M

    Created Correctly align backgrounds and images

    Hi Dw. I'm not a pro in web design and I've used CorelDraw to draw a website background which is a web page centered image which the web contents will …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Correctly align backgrounds and images

    Hi Dw. I'm not a pro in web design and I've used CorelDraw to draw a website background which is a web page centered image which the web contents will …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Greyed Out

    I've got a problem on Visual Basic code. Never used it, and I'm supposed to edit this code below. I need to grey out the fields that have been transferred …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Greyed Out

    Since you have a variable to determine if its done, you should create another if statement within that block to verify if done is try (1) or false (0) If …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Anti Virus | Help

    Im trying to make a antivirus prototype for my friend. after some research on youtoobe and google I found this code. have been searching for a while now but most …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Anti Virus | Help

    Well I'm also developing one but on my spare time, I think the simple way would be to get signatures. First of all you will need these: 1) A software …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Request for help | AI

    This will give you motivation against those said it not practical for an individual to make this. check out this "Amy" example video and see. https://www.youtube.com/watch?v=M1YfjY8jcLg this is just to …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Un usual behaviour in selecting controls

    Hi, I think this is a simple problem maybe on settings, I dont know but when I select a control in any form , even the form itself it doesn't …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Un usual behaviour in selecting controls

    Do you have an up to date AV, I'm not sure but I don't think IDE wouldn't show if you have selected a control, maybe there is a hidden program …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Request for help | AI

    Just the links you can check out. Please ensure you read first its post and see which parts are more close to what you want to achieve. The first link …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to startup with admin privilege

    Thanks, will try it out too. Thanks again.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Request for help | AI

    Hi. I was wondering creating a Artificial intelligent program. I know that all app wo do even simple tasks are AI. but I dont want a simle task app. I …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Request for help | AI

    Well as you said you want your computer to understand you and be able to reply back "I hope you understand that very well" because the computer or a software …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching If statement in Datagridview ( Only Once )

    Hi, I have some value at column named "data". I need to scan the value at that column, if more than "2", then column named "1" will be "1 = …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in If statement in Datagridview ( Only Once )

    Here is how to check if the condition is met or not. If Val (DataGridView1.Rows(x).Cells(7).Value) <= 2 Then ' Here the condition is met ' You can put your code …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching System.Windows.Forms

    Hello To All! I have started learning Vb.net. I am using Visual Studio Express 2012. While making a console application, when I write "System.Windows.Forms" to use message box, then compiler …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in System.Windows.Forms

    @Dave that's a C# code, this question is on VB. The OP should make use of Console.Write method or try using MessageBox.Show() method to display message.
  • Member Avatar for Mr.M
    Mr.M

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

    Thank you
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How to startup with admin privilege

    Hi Dw I'm having a problem here, I created this project and because of Access denial I was prompted to use the manifest to make my app run accordingly, but …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to startup with admin privilege

    Thanks guys.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to startup with admin privilege

    Thanks, I've also saw another post with the same answer but my problem is how to locate that campatibility, mean, where my I go to reach that, I've tried looking …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching how to close and kill the web browser process in the selected tab

    i have a tabbed web browser so every time i close a tab the tab is closed but the process is still running for example one of my tabs there …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to close and kill the web browser process in the selected tab

    A code will help so we can see how you ran it.
  • Member Avatar for Mr.M
    Mr.M

    Created How to startup with admin privilege

    Hi Dw I'm having a problem here, I created this project and because of Access denial I was prompted to use the manifest to make my app run accordingly, but …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to startup with admin privilege

    Hi Dw I'm having a problem here, I created this project and because of Access denial I was prompted to use the manifest to make my app run accordingly, but …
  • Member Avatar for Mr.M
    Mr.M

    Created Update ProgressBar dynamically

    Hi Dw I've tried to update the progressbar under the For Each loop and it doesn't change its value, there was a piece of code I tried but can't remember …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Update ProgressBar dynamically

    Hi Dw I've tried to update the progressbar under the For Each loop and it doesn't change its value, there was a piece of code I tried but can't remember …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching one dimensional array read names from txt file

    0 down vote favorite I want to make my click procedure read five names on a list called names.txt file and store them in a five element one dimensional array …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in one dimensional array read names from txt file

    Yes by just reading through your code I noticed that you didn't specify where "names.txt" is located which is why you don't get nothing, if had use the Try block …
  • Member Avatar for Mr.M
    Mr.M

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

    But I must say, just noticed that using the code to skip the files will skip if you not performing AllDirectories search because this will also still throw and exception …
  • Member Avatar for Mr.M
    Mr.M

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

    Sorry guys for late reply, was busy with other projects and one project had the same problem as I stated here so I deg more on google and was able …
  • Member Avatar for Mr.M
    Mr.M

    Created Invalid RegistryKeyPermissionCheck Value

    Hi Dw. I'm tryign to change a registrykey on my system but I get this error: `ArgumentException was unhandled, The specified RegistryKeyPermissionCheck Value is invalid. Parameter name: mode` here is …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Invalid RegistryKeyPermissionCheck Value

    Hi Dw. I'm tryign to change a registrykey on my system but I get this error: `ArgumentException was unhandled, The specified RegistryKeyPermissionCheck Value is invalid. Parameter name: mode` here is …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to record internal video

    As I've stated, I wanted to do this in vb, the only problem is recording video in combination with audio.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in fb

    Have you checked the link? The solution is provided there all you need to do is first test it then make it support what you want
  • Member Avatar for Mr.M
    Mr.M

    Began Watching fb

    how to login Fb usin Webclient in vb.net?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in fb

    Check this out: www.stackoverflow.com/questions/23050880/webclient-login-failure-in-vb-net
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Can anyone please tell me why one of my error messages does not display?

    Ok, this worked to me, what I think you need to do is that instead of creating lots of IF statements without the ELSE could be the course why you …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching can someone help me with my pig latin converter?

    I have been working on a pig latin converter. If a letter starts with a vowel or number it should end with way if it begins with a consonant it …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in can someone help me with my pig latin converter?

    If your question has been answered please mark it as solved.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Auto filling textboxes based on an entry into another textbox

    Hello everyone, i have the code below, it works fine but whenever i insert a student number that does not exist in the table, the rest of the textboxes will …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Auto filling textboxes based on an entry into another textbox

    Try to make your variables as Global and see, also try to add another IF statement inside the current IF statement. The IF statement you need to add will be …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Can anyone please tell me why one of my error messages does not display?

    I think the problem is within your IF statement, will try this and hope I will manage to figure out the problem, because there is something I'm suspecting so just …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching how this come?

    hello. recently Im having this error. Why is this? why is that? PS: after enter a 2nd person in the database it has imported and the first person in. Sometimes …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how this come?

    I think maybe the command is too long so it need to cut the edges. I think it my also help if you could post the code as well.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Can anyone please tell me why one of my error messages does not display?

    I am suppose to display 3 error messages,Premium Channels is a required field,Customer Type is a required field and If a business checkbox is checked an error message is suppose …

The End.