hegde's Q&A profile
Software Development for Windows Vista once a WIA device is installed, an icon automatically can appears on My Computer?
Dear all, I have written a WIA Micro driver on the XP, it can work on the Vista. but the icon can't appear on my computer! What's matter with it And if needed,how to modify the inf files Thanks in advance! Tang ---------------------- 2006/2/21 ...Show All
.NET Development How do I use this method: " Private Shared Sub AssignParameterValues "
I added the Microsoft.ApplicationBlocks.Data to a .NET solution. No problem. Using its methods and function is clear. No problem. The comments in the methods are clear. No problem. BUT I am not clear on how to use the below PRIVATE method. I understand the parameters used BUT where and how do I CALL this method. Do you have a sample on how this method is used ___________________________________________________ Private Shared Sub ...Show All
Windows Forms Noobzilla vb.NET browser development others are welcomed
i'm looking for somebody who's good in vb.net who can hep me make my project better am looking to make a better slimmer browser called noobzilla you can see a screen dump below, thanks if you want to help me please email here alexander.alisani@gmail.com the code will be provided to you you can download the browser here [img=http://img243.imageshack.us/img243/2742/noobzilla0qg.th.jpg] ...Show All
Visual Basic Functions not writing out new txt files
The console pops up for like one second. I am not finding any new txt files being written to the destinatin directory...and not sure why. When I try to debug, it doesn't seem to stop at any of my set points..just the console pops up so quick that I can't see it. Imports System.IO Module Module1 Sub Main () Dim parser As New ...Show All
Visual Basic Dynamically Changing Button Properties
I am writing an application where I have a 5x5 array of buttons that I want to dynamically update some of the properties. I have created all of the buttons in the editor and have given then names that reference their position in the matrix (i.e. btnGrid11, btnGrid12, etc.). Based on the button that a user presses, I would like to update the image that is shown. I would like to do this in a loop and the problem that I am running into is tha ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Directx and vb6 error "AUTOMATION ERROR -2146073472 DIRECTX"
i try to make chat app with direct play 8 and when i when i connect to server in the vib chat box i get this message run time error : AUTOMATION ERROR -2146073472 (80158480); ------------------------------------------ AND I HAVE other qustion why winsock can 't connect to other machin over the internet i try it many onces and in the end i used dircet play 8 is it are good divice to creating chat room l ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectSound->Lock() function: Invalid Parameters. (C++)
I've been writing a dll that will be used as a simpler interface for loading and playing sounds in other applications (specifically, of course, a game). According to the DirectSound documentation, the secondary buffer function Lock() will lock a portion of the buffer for writing, provided the requested space is not in the space between the Play and Write cursors of the buffer. My problem is that despite meeting these requirements, ...Show All
SQL Server Can not connect to SQL Server 2005 Developer edition remotely
I setup a SQL Server 2005 Developer edition, which is bundled with Visual Studio .NET 2005 Professional edition. The SQL Server authentication mode is enabled in this database server. But when I try to connect it from another PC using SQL Server authentication, it failed. Is it a limitation on the developer edition Hi, although you didn’t post the erro rmessage, I assume that remote connectivity is not enabled, ...Show All
Visual C# Decimal Problem...
Very simple question... I have the following code: decimal one = 2752 / 6217; MessageBox.Show(one.ToString()); The message box continues to output ' 0 '. I changed the formatting within the 'toString' to ' N5' (to get 5 decimal places) and still returned ' 0.00000 '. This calculation (according to Windows Calculator) should return ' 0.44265'. I have even tried changing the datatype to 'double'. Can someone please explain ...Show All
Windows Forms C# code problem
Hi !!! I have translated a VB code to C# code but i have problem as it gives me an error that i can not solve. my code is :- this.treeView1.Nodes(refEmp.Type).Nodes(refEmp.SSN); Type and SSN are read only properties that return only <b>: 'System.Windows.Forms.Tr ...Show All
SQL Server VS2005 Beta2 - Send updated DataTable to SQL
Not sure I'm doing this correctly. It isn't working. I'm importing a text file via ftp, parsing it, adding each parsed line into a strongly typed dataset/datatable and then trying to insert the dataset into an sql table. The TableAdapter generated a Select and Insert method (as Text Commands) when I initially created it, but no Delete or Update Commands were created (even though there is an Update Method available, that came from ...Show All
SQL Server Help me!emergency!
dear: can anyone tell how to connect to Microsoft Mobile Server 2005 using System.Data.SqlceConnection or using System.oledbConnection connect to Microsoft Access DataBase in Pocket Pc or windows CE program dose there any minimum requirements i need to install would you like to list a list for me thanks alot. If you are using Visual Studio 2005 that has Smart Device programming support, you are ready to develop against ...Show All
SQL Server Reporting Services Error
There are no words to express my frustration with setting up RS... Do you find the error below helpful Btw, no events, the RS config looks OK... What's your problem RS Reporting Services Error you'll get more info on the error in the error log: c:\program files\Microsoft SQL Server\ MSSQL\Reporting Services\LogFiles use notepad and do a search for you error, then post the section of the error log peratining to your error. ...Show All
Visual C++ source encoding problem
Can I instruct the compiler to process the source file using an encoding which I specify The problem is that my source is encoded in iso-8859-1,but my compiler always processes in the encoding of GBK, because GBK doesn't contain some characters which are contained in iso-8859-1, compiling can't pass. Are there some compiler options to do this Thanks in advance. The only thing I know is to manipulate the codepage via: #pragma setlocale( " ...Show All
Visual Studio Team System is .net runtime beta 2 redistributable?
If I were to develop shrinkwrap software with beta2, would it be legal to distribute the .net runtime beta2 with my software jedediah wrote: Let's say I decide to target the .NET 1.1 runtime. In Whidbey, how to I setup my project to throw a compiler error if I use any 2.0 features I think you need to post this question as a new thread. If I understand how this forum thing works peopl ...Show All
