Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~18.5K People Reached
Favorite Tags

77 Posted Topics

Member Avatar for markdean.expres

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 …

Member Avatar for Ronald_2
0
169
Member Avatar for markdean.expres

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...

Member Avatar for M.Waqas Aslam
0
106
Member Avatar for markdean.expres

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?

Member Avatar for Reverend Jim
0
240
Member Avatar for markdean.expres

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

0
74
Member Avatar for markdean.expres

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

Member Avatar for hericles
0
61
Member Avatar for markdean.expres

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

Member Avatar for markdean.expres
0
157
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
371
Member Avatar for markdean.expres

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 …

Member Avatar for caperjack
0
95
Member Avatar for markdean.expres

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 …

Member Avatar for caperjack
0
145
Member Avatar for markdean.expres

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

Member Avatar for markdean.expres
0
160
Member Avatar for markdean.expres

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 …

Member Avatar for M.Waqas Aslam
0
120
Member Avatar for markdean.expres

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 = …

Member Avatar for weeraa
0
240
Member Avatar for markdean.expres

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...

Member Avatar for kothaisaravan
0
81
Member Avatar for markdean.expres

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 …

Member Avatar for Reverend Jim
0
91
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
3K
Member Avatar for markdean.expres

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 …

0
72
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
106
Member Avatar for aecha

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 …

Member Avatar for markdean.expres
0
114
Member Avatar for markdean.expres

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 …

Member Avatar for Oxiegen
0
122
Member Avatar for markdean.expres

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 …

Member Avatar for lolafuertes
0
108
Member Avatar for markdean.expres

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 …

Member Avatar for hotmatrixx
0
194
Member Avatar for markdean.expres

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 …

Member Avatar for hericles
0
76
Member Avatar for markdean.expres

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 …

0
79
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
69
Member Avatar for markdean.expres

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 …

0
73
Member Avatar for markdean.expres

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 …

Member Avatar for Phasma
0
674
Member Avatar for markdean.expres

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 …

0
70
Member Avatar for markdean.expres

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 …

Member Avatar for GeekByChoiCe
0
174
Member Avatar for markdean.expres

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?

Member Avatar for keyboardxtreme
0
152
Member Avatar for markdean.expres

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...

Member Avatar for Oxiegen
0
103
Member Avatar for markdean.expres

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 …

Member Avatar for jingda
0
138
Member Avatar for markdean.expres

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 …

Member Avatar for Fortinbra
0
242
Member Avatar for markdean.expres

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?

Member Avatar for markdean.expres
0
6K
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
132
Member Avatar for markdean.expres

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 …

Member Avatar for lolafuertes
0
154
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
275
Member Avatar for markdean.expres

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?

Member Avatar for Reverend Jim
0
677
Member Avatar for markdean.expres

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 …

Member Avatar for NetJunkie
0
128
Member Avatar for markdean.expres

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. …

Member Avatar for gotboots
0
68
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
124
Member Avatar for markdean.expres

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,...

Member Avatar for peter_budo
0
72
Member Avatar for markdean.expres

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?

Member Avatar for markdean.expres
0
61
Member Avatar for markdean.expres

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?

Member Avatar for Mitja Bonca
0
70
Member Avatar for markdean.expres

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

Member Avatar for Mitja Bonca
0
97
Member Avatar for markdean.expres

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 …

Member Avatar for markdean.expres
0
110
Member Avatar for markdean.expres

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 …

0
62
Member Avatar for markdean.expres

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.

Member Avatar for PdotWang
0
195
Member Avatar for markdean.expres

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?

Member Avatar for markdean.expres
0
97
Member Avatar for markdean.expres
Member Avatar for codeorder
0
128
Member Avatar for markdean.expres

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 …

Member Avatar for Luc001
0
70

The End.