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
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
165
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
104
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
236
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
72
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
58
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
153
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
362
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
81
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
126
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
154
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
117
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
237
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
77
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
86
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
70
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
100
Member Avatar for aecha

Hi. I want to ask is it possible to do break statement first then to the continue statement? Like example, I want to do counting and have a break at the certain time then continue the counting back and stop back.Is it possible for me to do that? I already …

Member Avatar for markdean.expres
0
111
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
119
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
104
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
178
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
73
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
76
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
67
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
71
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
630
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
68
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
170
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
151
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
100