| Thread | Last Post | Replies |
|
| testing for idleness then start another program | 21 Mar 2008 23:44 GMT | 1 |
I have this flash video that's an EXE file. What I'd like to do is be able to test to see if the computer is idel (no mouse movements or keyboard activity) for a certain time and, if so (say five minutes), run the exe file.
|
| ComboBox drop-down window closing/hidden | 21 Mar 2008 22:29 GMT | 3 |
I am trying to get an event when the drop-down Combo Box goes away / reverts back to showing a single item. For example, clicking the box's down arrow, to remove the drop-down window, doesn't seem to generate any event. Not even a mouse event.
|
| Passing Information | 21 Mar 2008 22:02 GMT | 11 |
The code below was written to determine the state of the .Image: With tmpPic .Location = New Point(5, 8 + (100 * (groupIndex))) .Size = defaultPic1Size
|
| Function help | 21 Mar 2008 16:19 GMT | 1 |
Not sure how to do this, but when the function is called and pass the value, I want them to select from a list like “Left, Center, Right”, they only can select those option: Example:
|
| Brush color VB2008 Pro | 21 Mar 2008 15:18 GMT | 4 |
Drawing a line with WPF using Line class. The Line.Stroke is a Brush. I have many colors but they are all using Color and are argb (or just rbg). How in the h--- do you get a Color into a Brush.???
|
| RE: Nullable(Of Integer) question | 20 Mar 2008 23:32 GMT | 6 |
I am new to Nullable types. Let's say that I have a variable as follows: Dim iID As Nullable(Of Integer) Now, let's say that I have code that either needs to assign an integer
|
| Cant use DoEvents in WPF application | 20 Mar 2008 15:41 GMT | 11 |
I have a WPF application in VB in VSTS 2008 RTM. I am trying to "blink" (momentarily clear) a field of data if the data is reloaded from the database to give the user some visual indication of the LOAD operation.
|
| Variable Inside Variable | 20 Mar 2008 15:21 GMT | 4 |
How do I, if at all possible, reference a variable with another variable in VB.NET? For example, if I have a form with a textbox and a button. Type var1 in the textbox
|
| Simple - ASP Absolute Location | 20 Mar 2008 14:19 GMT | 3 |
In my book the book drags a datagridview and a detailsdatagrid onto the form, The person is able to set the two grids side by side. In mine - i can only seem to set them under eachother.
|
| VS2005 WinForms ToolBox Problem | 20 Mar 2008 08:31 GMT | 5 |
The icon next to every tool (except pointer) is the label icon "A". Anyone know how to get back the correct icons? I have no idea how it got this way, but it is. VS2008 is fine. Help!
|
| Password String | 20 Mar 2008 07:10 GMT | 5 |
I have a user enter a password each time they try and access an admin string. How can i create a password string and inside the string the last 3 position be a variable unique 3 place for user to scan in their initial so that they I can tell them apart.
|
| background threads and keeping the UI painting | 19 Mar 2008 22:49 GMT | 6 |
I am trying to do some processing on a background thread while keeping the UI painting. However, this is a generic server side call routine - and it needs to block until the server side call completes. So the idea is, a server side call begins, it gets spun off on another thread ...
|
| Converting 1D To 2D | 19 Mar 2008 22:40 GMT | 1 |
CAN ANYONE HELP ME INCONVERTING DYNAMICALLY ALLOCATED 1D STRING TO DYNAMICALLY ALLOCATED 2D STRING REDARDS, NADEEM AKHTAR BS (CS) FAST-NU PAKISTAN.
|
| Packaging a SQL2005 application | 19 Mar 2008 20:07 GMT | 3 |
I've created quite a few .Net apps we use locally and I generally just publish them as ClickOnce applications to a network drive. Now I'm being asked to make my app portable to other networks/companies. So I want to create a setup program on CD/DVD. The hurdle here is that my ...
|
| easy one...need to print picturebox | 19 Mar 2008 19:47 GMT | 3 |
on my form in vs2005, i have a PrintPreviewDialog1, PrintDocument1 and PictureBox1 all i want to do is print the image i have in Picturebox1 through the PrintPreview control.
|