ListviewColumnSorter Doesn't Work On Windows XP

Mar 9, 2010

I have a listviewsorter that does work on Windows 2000, Windows Vista and Windows 7 (and maybe others), but it doesn't on Windows XP.

View 5 Replies


ADVERTISEMENT

Tooltip On Windows 7 Doesn't Work VB2010 - Thecolor Doesn't Change ?

Jun 12, 2011

I am trying to change the background color of a tooltip

I am using tooltip.backgroundcolor = color.colr

No errors but thecolor doesn't change

View 5 Replies

Application Doesn't Work On Windows XP?

Jan 26, 2009

I've developed a small windows form application in Visual Studio 2005. I have tested the application on a completely fresh install of Vista 32-bit as well as Vista 64-bit and it works fine... But when I copy the application onto an XP machine the following problems occur:The application no longer has its icon, just the default .exe console box icon
Whenever I try to open the application, absolutely nothing happens

View 11 Replies

Windows Service Doesn't Work?

Feb 28, 2011

I've created a windows service which must produce a beep every 0.5 seconds.

I've installed and started that. but nothing happends.

what should I do?this is my service:[URL]...

View 1 Replies

Module Doesn't Work On Windows 7 X64 Change?

Jul 29, 2010

This Module doesn't work on Windows 7 x64.What I should change?The module is : Runpe.

vb.net
Imports System.Runtime.InteropServices
Imports System.ComponentModel
Public Class rp

[Code]...

View 11 Replies

Windows Service Debug Doesn't Work?

May 14, 2010

I'm writing a Windows Service:

Code:
Public Class Service1
Protected Overrides Sub OnStart(ByVal args() As String)
System.Diagnostics.Debugger.Break()

[Code].....

I've installed the service, I can run it with no errors but... I can't debug!

I thought that with the line System.Diagnostics.Debugger.Break()
the service should stop and wait for my input. But NO!

I also tried to click on Tools > Attach process to debug but I can't see anything, just a gray background!

In the registry event it's written that the process started successfully, but the process doesn't show me the message box "Up and running"

View 3 Replies

Windows 7 Crystal Reports Doesn't Work [resolved]

Nov 5, 2009

Visual Studio 2005 SP1cr10 developer also installedOn XP machine, works fine. Got a Windows 7 machine(64bit and all) and copy over the project, run it and can't, I get an error in each crystal report gets an error [code]I take these lines out, and no more error for the report. Since there are like 40 reports in a project and there's 5 different projects that would have to be altered, this will be a pain. And I'm not the only developer. Another developer, on Vista and another will be coming in on XP, don't have this issue. I've tried uninstalling everything Cr and visual studio, then reinstalled visual studio and ran it, same thing, then installed SP1, same thing, then updated security fixes, same thing. CR10 isn't installed. I've removed and added the references back ,they seem to be the exact same versions.

View 3 Replies

Windows.Forms.Cursor.Show() Doesn't Work?

Sep 8, 2010

I have a test app driven by bluetooth serial events In my form load code I hide the cursor so it doesn't get in the way of pictures (fullscreen) When one event is called by bluetooth, it brings up a msgbox and the user has to click OK. I tried Windows.Forms.Cursor.Show() but it doesn't work.

I'm guessing it's something to do with delegates and events and the form, but the debugger doesn't complain at any point. It just refuses to show the cursor. How can I get my serialport event to show the cursor? And then hide it after?

View 6 Replies

Lostfocus Doesn't Work With System.Windows.Forms.KeyEventArgs?

Apr 20, 2010

I have the following code and I can't get the lost focus to work.

Private Sub txtSpeed_KeyDown(ByVal eventSender As System.Object, ByVal eventArgs As System.Windows.Forms.KeyEventArgs) Handles txtSpeed.KeyDown, txtSpeed.LostFocus

[code]......

View 2 Replies

VS 2008 Change Proxy Sub Doesn't Work On Windows 2003

Mar 12, 2012

I'm having trouble getting this sub to work on Windows 2003. It works on Windows XP and Windows 7. Windows 2003 has "wininet.dll".

change_proxy("123.115.112.222:3128")
*********************************
Public Sub change_proxy(ByRef proxy_port As String)

[Code].....

View 4 Replies

Windows Messaging - SendMessage() Doesn't Work On A Window Already Found?

Oct 14, 2011

I am trying to SendMessage to an app called 'Signal threads' - a test app which sends out a message called TV1_Threads, and listens for a reply. I have shown the values of each variable in the commented areas.

[Code]...

View 3 Replies

ShowIcon = False Doesn't Work On Child Form That Has A MDI Parent In A Windows Application?

Nov 30, 2007

I have a MDI form that has a child form that is opened by default when the application loads. I also automatically maximize the child form. Even though I have set ShowIcon to false, the little blank image that indicates that there is no icon appears in the upper left hand corner of the form. Is there a way to get rid of this?

Private WithEvents m_frmLineItems As frmLineItems
m_frmLineItems = New frmLineItems(Me)
mfrmLineItems.WindowState = FormWindowState.Maximized

[code].....

View 3 Replies

Visual Studio 2010 Created Program Doesn't Work On Windows7 64 Bit While Works Fine On Windows Xp

May 15, 2012

I have one tool which we developed on visual studio 2010. there are basically two parts of my project, one is UI part which i wrote in VB and algorithm part which is in C++ on back end. When we compile C++ part it creates a .dll which is used by my front end VB program.

Now my problem is little weird since i am compiling and deploying this tool on windows xp machine but some of the users are using windows 7 64 bit machines and after running the program for about 5-10 minutes, it crashes on windows 7 with following error

Not enough storage is available to process this command and when i view details of that error, i get the following description.

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.
************** Loaded Assemblies **************
mscorlib

[Code].....

i am completely clue less for this error since this program works fine on xp but doesn't work on windows 7.

View 12 Replies

PerformClick() Doesn't Work - How To Make It Work

Feb 2, 2011

I have an application that requires data be entered, and after entering, a button is clicked to process that data. Clicking the button works just as it should--the data is processed properly. In constructing a test module, I provide a set of data values, followed by:

btnWhatever.PerformClick()

Nothing happens. I have used this syntax for years, and it has always worked flawlessly. I have triple checked everything else and isolated the problem to the failure of the PerformClick(). The PerformClick() is in a test subroutine that does nothing but fill textboxes and labels with default data, then calls the PerformClick() on the button to begin processing. Again, the button works fine, the data is entered as it should be, but the PerformClick() does not fire the click event.

View 21 Replies

.net - Datagridview Doesn't Work

Sep 13, 2010

Possible Duplicate: Datagridview doesnt work! I have written code to show records in a datagridview but it shows nothing. I have tried to debug & when it step into GetData function following codes

Catch ex As Exception
returnData = Nothing
If connection.State = ConnectionState.Open Then
connection.Close()
End If

become gray & it shows error sign. When I take my mouse pointer on it it shows message. It says "Cannot open database SUIMT requested by the login. The login failed. Login failed for user 'MY-PCJames'".

Imports System.Data.SqlClient
Public Class Form34
Private Const ConnectionString As String = "Server=.SQLEXPRESS;" & _
"Database=SUIMT;Trusted_Connection=True"

[code]....

View 2 Replies

.net - VB 2 Streamreaders, One Doesn't Work?

Oct 11, 2011

So I have 2 data files, single dimension, that I'm trying to populate two rtb. If I comment one streamreader out the other will print. This also works in the vise versa situation. Does anybody see where I'm going wrong with this? They won't run together.

Dim Alpha As New System.IO.StreamReader("alpha.dat")
Dim Beta As New System.IO.StreamReader("beta.dat")
Dim strLine As String

[code].....

View 1 Replies

.NET: Why Doesn't This Nullable Work

Dec 15, 2010

dim str as nullable(of string) is this syntax incorrect?

View 1 Replies

AxAcroPDF Doesn't Work When Using MDI?

Nov 26, 2010

i'm working on a MDI application and need to view a ".PDF" files in a MDI child form, but when using the AxAcroPDF control it doesent work, note that it works fine when viewing the form separately from the MDI application.

View 14 Replies

Backgroundworker Doesn't Work?

Aug 21, 2011

this is my code:

Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork
For i = 0 To 1000

[code]....

View 2 Replies

Dll Doesn't Work On Any Other Computer

Mar 15, 2012

Has anyone succeeded in creating a class library solution/project in VB.net VS2010 4.0 Net Framework for COM to run on WindowsXP Excel 2003. I created a dll which changed specific data in an excel worksheet. The dll worked just fine on the development computer but wont work on any other. I downloaded .NET 4 framework onto the target PCs and used RegAsm.exe to register both the .dll and .tlb files in the registry. That worked OK and the dll is visible as a reference in excel and can be ticked. The error message I get is RunTime Error -2147024894(80070002): Automation Error The System cannot find the file specified.

I also tried creating a Setup and Deploy project in the original development solution but this created just a vbproj setup file which the target PC cannot read (no VS installed), I hoped the project would create an EXE file I could use. Does anyone know any links that describe how to do this type of stuff as most links I have tried are either for Windows Forms projects are are way above my knowledge. Maybe someone out there has already succeeded with this sort of activity?

View 1 Replies

Express DLL Doesn't Work On Other PCs?

May 24, 2012

I have Visual Studio 2010 Express Edition. I'm using it to evaluate functionality before purchasing the real thing, but I'm having trouble. I want to build a DLL that can be used on PCs other than my development PC, that I can call from VBScript.

I follow the hundreds of examples out on the intranet and things still don't work.I have built a simple HelloWorld DLL with a function that returns "Hello World".I've been through all the stuff about making the assembly COM visible, and the threads about Register for COM Interop checkbox missing. One person suggested editing the .vbproj file and adding a tag to turn on Regiser for COM Interop (which was not needed because it was already there).

Anyway, if I build my project and run my VBScript:

Set testdll = CreateObject("HelloWorld.Class1")

wscript.echo testdll.HelloWorld()

Everything works great. But....if I copy the DLL to another PC and register it with RegAsm, the VBScript fails with a "File not found" error on the CreateObject line of the VBScript.

In fact, if I unregister the DLL on my development PC and then register it with RegAsm, the VBScript now fails on my development PC. RegAsm said everything was okay and if I look in the registery using RegEdit, things look good, but it still doesn't work. The only way to get it to work again is to rebuild the DLL (which in turn, registers the DLL).

I'd like to be able to build a DLL which I can be registered and used on other PCs (without requiring those PCs to have Visual Studio 2010 EE and without requiring them to have the source and build the DLL).

View 1 Replies

If Statement Doesn't Work Right

Oct 13, 2009

Dim
a As Date? = Nothing
Dim b As Date? = If(a Is Nothing, Nothing, GetValue(a))

I thought b would be Nothing, but it is not...is it a bug?

View 4 Replies

IsDBNull Doesn't Work

Dec 3, 2009

I am getting a datarow from my dataset and some columns can be NULL.So I am trying to check for this using the IsDBNull function, but it just won't work. I have tried almost every possible combination. Can someone please explain to me how to use this properly?ser is a datarow and GUID is a column with data type: unique indentifier (so a Sytem.Guid)

user.GUID.Equals(DBNull.Value) Then .GUID = System.Guid.NewGuid
I tried using above, IsDBNull(GUID), guid = dbnull.value, guid is dbnull.value etc etc I am just getting this error: The specified Cast is not valid.

[code].....

View 5 Replies

OOP-inherition Doesn't Work?

May 13, 2009

why this code doesn't work?

[Code]...

View 1 Replies

Picture Box Doesn't Work

Sep 25, 2009

i made a picture box and the fowling event when my program runs:

[Code]...

View 7 Replies

Why Application Doesn't Work

Jan 28, 2012

So basically I made this code below to make my application (when the mouse leaves), go smoothly in an 70% opacity, with a fade.

Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick
Me.Opacity = Me.Opacity - 0.05

[code].....

View 2 Replies

Me.Close() Doesn't Work - The Form Doesn't Close?

Apr 16, 2009

The form is an About Us form so has nothing on it only a text box and a OK button.

[Code]...

Why won't the button close the form? I'm puzzled, I tried another button just in case with the same result. UPDATE: I set a break point on Me.Close() and it isn't reaching it when I click the button, I created a new button and the same thing happened.

View 4 Replies

.net - LINQ: Except Doesn't Work In The Expected Way

Jul 18, 2011

I've problems to detect if there are new rows in a DataTable Email_Total that is yet not imported into ContactDetail.

Dim srcUnique = From row In src.Email_Total
Select row.ticket_id, row.interaction, row.modified_time
Dim destUnique = From row In dest.ContactDetail

[Code].....

View 2 Replies

.net - Why Doesn't <ScaffoldColumn(False)> Work

Oct 2, 2011

Its my understanding that by adding the ScaffoldColumn(false) annotation to an property in a class, that property will not added to the view when doing Add View. However even though i have added scaffoldcolumn false to properties i dont want added to a Create form, they are still rendered inthe create view. Is ScaffoldColumn broken? On page 552 in Pro ASP.NET MVC 3 Framework by Freeman and Sanderson, it states "If we want to exclude a property from the generated HTML, we can use ScaffoldColumn attribute. When the scaffolding helpers see the ScaffoldColumn attribute, they skip over the property entirely; no hidden input elements will be generated and no details of this property will be included in the generated HTML.

" Also the MVC Music Store PDF on p 77 indicates that the attrtibute will do the same -"Allows hiding fields from editor forms".They add it to the AlbumId property and then when the app is run AlbumId field is not shown in the browser. Is this attr broken?If i change a html helper to DisplayFor it does not appear in the form regardless of whether scaffoldcolumn is present. For example i dont have scaffoldcolumn false on Property PostTitle but if i change @Html.EditorFor(Function(model) model.PostTitle) to displayfor then it does not render regardless of the scaffoldcolumn attr. Also my Create view is strongly typed to @ModelType RiderDesignMvcBlog.Core.Entities.Post?

View 1 Replies

.NET Forms Authentication Doesn't Work

Mar 20, 2011

I have an issue with my .NET application and it can only be reproduced sometimes and only on client's location, which makes it extremely difficult to resolve. In the application the forms authentication is used. There is a login page to which every anonymous user is redirected. After user enters username and password, it redirects to DefaultURL or some predefined page. The problem is that sometimes when user enters correct username and password, it doesn't login, instead it just refreshes the login page without any error messages. After several tries of inputing username and password, user is able to login to the system.

See my login page Submit_Click code below:

Dim userName As String = tbUsername.Text
Dim password As String = tbPassword.Text
Dim returnUrl As String = Request("returnUrl")

[code]....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved