No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
77 Posted Topics
Why is it that the icon of my form appears only when I am running it in my IDE. When I publish my program and running it in Windows, the icon does not appear at the taskbar, what appears is a default icon instead. Can help me how to deal … | |
Guys, how do I search for records using keywords from a textbox in all fields within my table (within my database). I am only aware of filtering rows based on a single column value only Thanks... | |
Guys is it possible to get the details of an mp3 file like the Contributing Artist, Artist, Album, Year etc. and display it into a form? I am using the IO namespace and I have almost tried all the methods and properties under my variable. Does anyone know? | |
Guys how do I change the size and location of the controls at runtime by dragging and dropping. I want the users to be able to modify them. Thanks | |
Guys, how do I retrieve my messages from my Yahoo account. Is this going to be a hard task. If there is a site where I can get more information, can anyone tell me where. Thanks | |
Guys anyone knows how to create tables at runtime? Or if it is a long story, kindly direct me to a site where I can learn more... Thanks | |
Guys, I can't still figure out how to show to a user the file info of a file programamtically. Can I just use the Properties window that Windows use to show all the detals of a file (e.g. name, type, size, path, date created ect.) I am using the IO … | |
I think I have posted an issue like this before but I did not get the right and helpful solution. The problem, I can't open other accounts like the Guest account. When I turned it On, log off from admin and log in to the Guest, the screen says, Logging … | |
Guys, can anyone teach me how to specify the only applications that a Guest or other Non-Admin account users can have. Like for example when I don't want the Guest Account to have access to the Internet, Web Browsers, or Office Applications, or specific files and other programs. can I … | |
Guys anyone know how to stop or close a running program remotely through a vb.net program? I am already aware on how to run or open one using the System.Diagnostics.Process.Start method. I would be needing it in my next project Thanks | |
Guys is there any way that I can create a program that has the ability to check spelling that are being entered by a user or even displays a definition of a word? For example, when a user keys in a word in textbox then displays a definition into another … | |
Guys I just want to ask why my KeyPress event is apparently not working. What I want is that when I press the letter m, the selectedindex property of my listboxes would change. Here is the code; Select Case Asc(e.KeyChar) Case 13 Try tray.ListBox1.SelectedIndex = tray.ListBox1.SelectedIndex + 1 tray.ListBox2.SelectedIndex = … | |
Guys anyone knows a site where I can have free access to information regarding Visual Basic.Net? I am now applying for a programming job but I'm just worried that my knowledge gained from school might not still be enough. Thanks... | |
Guys just wondering how can I create a program that does specific actions just by pressing any of the alphanumeric keys on my keyboard instead of the very traditional clicking of a button in a GUI. Example, I want to close the window just by pressing the letter x on … | |
Guys I have this kind of problem where in I have a listbox and two buttons. Each of my button is labeled UP and DOWN. When I press UP, the current item in my listbox will be moved one level (or index) up and when I press DOWN button the … | |
Guys, there is this program of mine which I downloaded from the Internet and modified thereafter. It runs smoothly in my Visual Studio 2008 IDE, but when I deploy it, it does not save the video. When I ran it back using my IDE, it saves the video that it … | |
Guys I have a program that copies files from folder to folder using IO namespace. The problem is, when I am copying a large file, the program stops responding until the file gets completely copied. I have heard about multithreading and have been reading about it recently and I wonder … | |
Re: You have to include in your question the determinant of when your counting will stop and resume. Example, will it stop after 20 seconds, 5 minutes etc. What is your program doing? Is it like a stopwatch? make it clear so that we can possibly help... I am willing to … | |
Hi everyone! Why does it seem that no one is giving an effort for this concern. I know that the code is long but could anyone please shed some light for me here. I need to create a program that captures video and images using either a built-in camera on … | |
Guys I have been asking about this for quite a long time. I need to create a program that can capture video and image. The program is very simple, it just have a screen and a button labeled "Capture". When I click capture, it will capture the image and save … | |
Does anyone know how can I make changes to a folder and its contents without having to pass through any authentication or permission thingies? Because I have this program that renames, copies and moves files from folder to folder. The problem is that, There are some folders that my access … | |
Hi everyone! Why does it seem that no one is giving an effort for this concern. I know that the code is long but could anyone please shed some light for me here. I need to create a program that captures video and images using either a built-in camera on … | |
I actually posted this concern at another thread but I was accused of making double posts so I decided to make a new one. Anyway, I have been using VB.net for quite sometime now but I still don't know how to create a program that captures an image and even … | |
I have this control named axWindowsMediaPlayer. Everything is going smooth. Just have one concern - I have been really figuring out how to get the file information of the media files that I am playing. I mean, what I want is that, I can display the length of the music … | |
Guys, I have been using VB.net for quite sometime now but I still don't know how to create a program that captures an image and even record a video file. Can Anyone please tell me what controls will I be needing and how do i code one? Let's just make … | |
Guys is it possible that I create a program that allows you to open a file, then if you click the button labelled "Properties", it will open the properties window for the file selected. This is so that you won't have to go to the file, right-click it, then select … | |
Guys I am following the turorial found in w3Schools, and I am practising how to bind data to a dataRepeater control. I have this error; <tr> <td><%#Container.DataItem("title")%></td> - - - - - ERROR occurs here <td></td> <td></td> <td></td> <td></td> <td></td> </tr> can anyone tell me how to deal with this … | |
Guys I have been creating a program that copies and moves files from folder to folder; I am using this sort of code; fileToCopy.CopyTo("path here...") or FileToMove.MoveTo("path here...") My problem is, when I am copying or moving a large file, It's taking so much time and my program is hanging … | |
Hi guys, I have already posted a thread regarding this but no one has ever shed a light upon it. I want a program that searches for files (.docx, exe, ppt, txt) from all folders. Is this possible i the first place? If yes, then how? | |
Guys I want to know to skip error massages like the JIT error messages during run-time. What I want in the program is that instead of the JIT popping out whenever an error occurs, I want to generate a msgbox instead of that JIT. Can anyone please help me, thanks... | |
Hey guys, I am wondering what is wrong with my PC. When I created a guest account, all is well. But when I login as a Guest, I can't. When I click on the Guest icon, it says, Logging off... and it turns me back to choosing an account.. I … | |
Guys I am having this error mess. Warning 1 sub 'Page_Load' shadows an overloadable member declared in the base class '_Default'. If you want to overload the base method, this method must be declared 'Overloads'. C:\Desktop\Vb 9.0\experimental_asp\experimental_asp\Default.aspx 6 9 experimental_asp I was just following the tutorial from w3Schools, and I … | |
I'm just wondering guys if it is possible for me to go to the specified listbox item via searching. Example; Listbox1 items are Apple Banana Guava Pineapple Peach When I key in the word Apple in a textbox, the SelectedItem would go to Apple, is this possible? | |
Guys is it possible that I create a program whose functionality would be selecting a file, then gets the contents of that file (Word or text files). The program, of course, has a Richtextbox on it where the file content will be filled to. If it is, could anyone please … | |
guys, it's been a long while since the last I asked about this and so far, no one yet has ever given me the right and helpful answer. My problem is, I have a program, I have published it, and I have been actually using it in my PC. Whenever … | |
I actually want to ask two things, first, how do I set Textbox1 to get focus so that the user will not have to click the textbox if he wants to write something, the .focus() method does not work also, how do I highlight texts inside a textbox programmatically. I … | |
Guys can anyone tell me how to change fontsize of my listbox programmatically? This code does not work listbox1.font.size = 10 or listbox1.font.size = new size 10 What is the right code? | |
Guys I just want to inquire if it's possible to create a program that can lock not only the application but the whole system(PC)? What I want is that, if my application wasn't used within a specified time frame, it will automatically o\lock the whole computer and it can only … | |
Guys, sorry if I intended to put this concern here. I know it's a wrong place, but I am desperate to find a right solution to this problem. WHY IS FACEBOOK TEXT-ONLY? I have seen forums in the Internet regarding this but none of them has ever solved my problem. … | |
I would like to create a textbox (search engine) that can search for items in a database that contains text as that keyed in the textbox. I am already aware of this code: bindingsource.filter = "table Like '" & textbox & "%'" EX: what I want is that when I … | |
Hi eveyone, I want to create applications for my N81 phone. I am currently downloading Symbian^3 SDK, will this lead me to what I want or nowhere? Please reply on this thread if you have anything to say,... | |
Hello guys, I have been thinking if I can develop my personal application using my VB 2008 IDE. I have created different software but all of those are only for PCs. How about for phones, is it possible? If yes, how? | |
Guys, why can't I find a property for my richtextbox for centering its text? A textbox has a property named "TextAlign" while in richtextbox, there is none. How do I center the text in my richtextbox? | |
Guys how do I set a column of a datagrid so that it will only accept numbers? I have this column labeled "Grade" which of course, should not accept letters. I have done setting its Format property but it is not working... Please | |
Does anyone know how to handle errors? I want that, when errors happen such as the errors in datagrid, invalidcastexceptions or others, there should be some pop ups to show instead of the JIT dialog box. Please help me with this, this is the last part of my program (the … | |
Guys, I have encountered this pal in our school who can open my password-protected applications using a combination of keys which starts with the ALT key. I am afraid he could use it to malevolently open my applications and other applications that contain confidential information. Does anyone know this key-combination … | |
Guys how do I save settings of a form like its background color, fonstyle, sontsize etc. I cannot save them as string or text into my access database. | |
What data type could I use in my access database that can hold very long texts. By default, each cell in Access tables can only contain up to 255 characters. Is there any way to extend this to any length I want? | |
Guys, is it possible to change the default text of the button of msgboxes? How? | |
I have been seeing a number of applications where the shortcuts for their buttons are just a single Alphanumeric key. I was just wondering if I could also do that in my applications. My button labeled Open for example, will be triggered if the alphanumeric key "O" is pressed. Is … |
The End.