
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 09:38 AM
When I load project, an error occur like following.
If I open form's log file, it says like following.
This control is a user control.
Can...
0 replies | 1 view(s)
-
Today, 09:17 AM
You really, really never want the current directory of the IDE to be within Program Files.
This typically happens when people start the IDE from a...
7 replies | 105 view(s)
-
Today, 09:08 AM
It's up to the the poster to work out his/her own culture info as far as I am concerned.
I don't see anything necessarily wrong, perhaps it could...
16 replies | 167 view(s)
-
Today, 08:51 AM
Problem Statement w/ Background
I have an existing legacy vb6 program that interfaces with a MS Access .mbb file that has an associated User...
0 replies | 15 view(s)
-
Today, 08:32 AM
Is there anyone who wrote a demo of using this class?
TIA
0 replies | 19 view(s)
-
Today, 08:27 AM
Thanks Schmidt.
Thanks jbpro.
I found the degree character without the 194-bytevalue.
I asked WebDevs to correct the error.
5 replies | 246 view(s)
-
Today, 08:22 AM
thanks for your consideration,
how should I know if its registered properly ?
actually there's a installer which installs .OCX controls,...
2 replies | 58 view(s)
-
Today, 08:20 AM
Public Class Form1
Private table As DataTable
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
...
11 replies | 304 view(s)
-
Today, 08:00 AM
You can't use a result set alias in a filter condition. You have to repeat the expression that you're aliasing, i.e.
charindex('-',DV_data.,1) - 1...
1 replies | 23 view(s)
-
Today, 08:00 AM
I don't think your problem has anything to do with blank fields... well... actually it does... because the field shouldn't be blank if it was a...
16 replies | 167 view(s)
-
Today, 07:58 AM
I have a ”result” column (alias) which holds the result or a substring calculation. My problem is that I need to use that column in my where clause...
1 replies | 23 view(s)
-
Today, 07:57 AM
That does not, in any way, mean that it is "launched from a grid". You will be handling an event and opening the form in that event handler. The...
3 replies | 43 view(s)
-
Today, 07:48 AM
Its actually a diary, that lists the cases in a custom Datagrid, clicking on the case, launches the case form, but the toolstrip is sometimes...
3 replies | 43 view(s)
-
Today, 07:37 AM
I don't know what that even means. Maybe you should create an example that we can test for ourselves and use to diagnose the issue.
3 replies | 43 view(s)
-
Today, 07:28 AM
Hi, I have a toolstrip at the bottom of a form , it seems to display fine most of the time, but when the form is launched from a grid, it can vary in...
3 replies | 43 view(s)
-
Today, 07:22 AM
Someone has to reduce the value they are passing to the Sleep API in this thread to resemble a form of sane communication :-))
cheers,
</wqw>
16 replies | 168491 view(s)
-
Today, 07:17 AM
Can you just post code that I can copy and paste, much as I did above?
11 replies | 304 view(s)
-
Today, 07:11 AM
Did you not see the post title...it obviously worked :p
16 replies | 168491 view(s)
-
Today, 06:56 AM
Hi and thanks for the reply.
I was actually testing the values so lets start from this:
I created a windows form named form3 and inserted a...
2 replies | 82 view(s)
-
Today, 06:53 AM
Thanks, its going to take me a while to get the hang of some of this.
As for replicating the problem I was having, I went back to a new project...
11 replies | 304 view(s)
-
Today, 06:50 AM
Hi, I'm ontro
here I leave the attachment in zip
Thank you
6 replies | 130 view(s)
-
Today, 06:35 AM
Was the ocx properly registered on your system? If yes, then...
If you create a new test project: 1 Form, 1 Timer then does the timer event work?...
2 replies | 58 view(s)
-
Today, 06:31 AM
I haven't actually read the posts in this thread but, at a glance, you may find that the CodeBank thread I have highlighted in my signature below can...
6 replies | 158 view(s)
-
Today, 06:21 AM
JFYI, clearing target var w/ sBuffer = vbNullString just before calling SysReAllocStringLen increases performance another 30%
String$ +...
9 replies | 259 view(s)
-
Today, 06:13 AM
do you need to load all records ?
here a sample to show the progress when loading records, I used a table with 40.000 records
with smaller tables...
6 replies | 158 view(s)
-
Today, 05:08 AM
For future researchers, what was the solution?
7 replies | 105 view(s)
-
Today, 04:26 AM
hi guys,
I'm c# developer and have to maintain our company's vb product. I've faced in a strange situation after windows 10 update, and I wish you...
2 replies | 58 view(s)
-
Today, 03:49 AM
that's how Windows 10 (and 7) x64 works, it's actually only using SysWo64.
Also wasn't theming part of Aero which is removed from windows 10 (if I'm...
2211 replies | 474216 view(s)
-
Today, 03:32 AM
Here's a simple demo of reading values from the Registry and casting the Object references you get:
Imports Microsoft.Win32
Module Module1
...
6 replies | 103 view(s)
|
Click Here to Expand Forum to Full Width
|