-
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in How to startup with admin privilege
Thanks, will try it out too. Thanks again. -
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 … -
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 … -
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 = … -
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 … -
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 … -
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. -
Replied To a Post in How to skip the access denied files and folders
Thank you -
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 … -
Replied To a Post in How to startup with admin privilege
Thanks guys. -
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 … -
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 … -
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. -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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. -
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 -
Began Watching fb
how to login Fb usin Webclient in vb.net? -
Replied To a Post in fb
Check this out: www.stackoverflow.com/questions/23050880/webclient-login-failure-in-vb-net -
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 … -
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 … -
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. -
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 … -
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 … -
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 … -
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 … -
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. -
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.