EjayBoy's Q&A profile
Visual Basic trouble with function prototype from vb .net DLL with array for unmanaged native caller
Reposted in the hope some experience and skill people can shed some insigght while continue to struggle and research. It has been easy to create a com class DLL. It worked wonderfully for all public methods and functions that have only simple data types. Despite searches, reading, I still have dense cloud in front of my road to make available a method that passes string and integer arrays to unmanaged caller. I even tried different explicit marshalAs, I still did not get it. The target consume calling prototype is something like this Long lSz; String sOut[] Long lPos[] ...Show All
Windows Forms Hierarchical Listview
How can I show hierarchical data in List view, I know I can use the treeview control, however I want columns as well, something like the "locals" or "debug" window in VS.NET Regards :) Hi, Have You find an answer on Ypur question abiout ListView I am trying to do list like yours, but i dont know how. Can you help me ...Show All
.NET Development Islamic Calendar Display 5 Prayers Timings [VERG URGENT ]
The islamic calendar needs to display the Islamic date and year and daily prayer timings (5 Prayer Timings) with sun-rise and sun-set timings. How Bring the exact Prayer timings any having solution for this [ VERY URGENT ] Was the one I mentioned to you on your previous thread not useful for you Granted it doesn't do everything you want, it should be easy for you to use it as a base and add those features you need that it lacks. ...Show All
Windows Forms Record Begin Edit Event
I want to enable a "Cancel Update/Add" button and Save button when a user makes any change to a record. Is there anyway to know when a user begins editing a record besides TextChanged and similiar events I have tried the RowChanged/ing of the Datatable and other events with no luck. Thanks Simmy http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=324160&SiteID=1 ...Show All
Visual Basic Error- Could not load file or assembly
I have two projects in a solution. One is a class library with my FTP, GPG and some other classes that get compiled into a dll call CBI.Utilities. The other is my main app which in a few places call the ftp class. I added the reference to the main solution by browing to the project from references under the main solution and now I get this error when I try to instantiate the ftp class. "Could not load file or assembly 'CBI.Utilities, Version=1.0.2053.21021, Culture=neutral, PublicKeyToken=78bbe40a91a1660e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: ...Show All
Visual Studio Team System Beta Version of Team system
Hi I have Visual Studio team suite on my computer, actually i dont know whether it is beta version or not , is there any way that i can find about it thnx Help => About Microsoft Visual Studio ... ...Show All
Visual Studio Move field object at the end of another field object
hi! is it possible to somehow link two field objects so that the second object starts from the point that the first object ends Provided ofcourse that the first object has the 'can grow' property set to true. Hello, You can try placing the 2 objects inside of one text object - this is the way I do it to get the results you are looking for. Keith - Business Objects ...Show All
.NET Development IO.Compression.DeflateStream compression
Compression.DeflateStream using compression. when i compress a file to an already open stream that needs to stay open for further writing, my deflatestream doesnt seems to end correctly. i need to close it to have the full compressed stream. so as a workaround I ended writing an intermediate file so that i can close the deflatestream and then copyback the compressed stream to my main filestream. is there a bug or something i did wrong byte [] rBuffer = new byte [( int )fread.Length]; FileStream fout = n ...Show All
Visual Basic Web Browser Object, i need help
i'm using a web browser obj (wbo) at my windows form. i need an item as textbox in this browser. how can i get a value at textbox in this html file. For example, there is a form in html and has a textbox. texbox has value as "1234" and name "dgr". how can i read this value at my windows application. i'll thank if u can write a sample code for this question. &n ...Show All
Software Development for Windows Vista taskbar tooltips - please fix!
In Windows XP, if you put the taskbar at the top of your screen, as I do, the taskbar button tooltips appear on the taskbar and obscure the buttons - very annoying! Of course, if the taskbar is at the bottom of the screen you don't have this problem, the tooltips appear above the bar, no matter where the exact position of the pointer is. The fix is to always display the tooltip below the taskbar if the bar is at the top of the screen. I like the feel of Windows XP, and I'll probably like Windows Vista too, but this minor point about taskbar tooltips is actually quite important because it affects my experience constantly. Thank you! ...Show All
Visual C# Using class from another file in the same project
[VC# 2005 Express Edition] Hello! I don't know how to use a class that I defined in another file from the same project (solution). Can you help me, please For example: FIRST FILE: ---------------------- using System; namespace APP { class Class1 { static void Main(string[] args) { Class2 www; } } } --------------------- SECOND FILE --------------------- using System; namespace APP { public class Class2 { public Class2() { // your class implementation } } } --------------------- ...Show All
Visual Studio Adding new property page Visual studio 2005 - strange behavior
Hey, I've added a new property page using a class that derived from UserControl and IproperyPage. This page supports some configurations (Deubg,Relese,etc) and contain a textbox. When user press 'c' on the text box's edit area the focus is transferred into Configuration combo box and when the user press 'm' the on the text box's edit area the focus is transferred into Platfrom combo box. How can I disable this behavior Thanks, Oreng. I would like also to add that this behavior also occurs on one of the project sub type samples provided with VS SDK 2005. The project sub type called "Task project" and on the ...Show All
Smart Device Development .NET Compact Framework Database Providers for Oracle
What database providers are available in .NET CF for Oracle Of those, what are free In looking I can't seem to find any, am I to assume that web services are the preferred mechanism to connect to a database with Thanks, Jeff. Thanks very much. Do you happen to know of any ones that are free This application can't tollerate that type of licencing cost. Thanks, Jeff. ...Show All
Software Development for Windows Vista Question for Workflow Monitor
Hi, All, I get a problem to run the Workflow Monitor sample to monitor UserTrackPoints. I know "All workflow and activity types should be gacced or placed in the same directory as the sample executable". For tracking sample UserTrackPoints, there are only two files in the bin/debug directory, UserTrackPoints.exe and UserTrackPoints.pdb. I put both of files into same directory as WorkflowMonitor.exe, but I still get the error message "Could not load file or assembly 'QueryUsingSqlTrackingService, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.&quo ...Show All
.NET Development Open a web site
I'm have a problem with a hyperlink that I create a run-time. I'm displaying records from a database search one field is the clients web url. I can create the link fine, but when you click the link the server try to find the page on the current server. This is the code I'm using to create the link "<a href ='<%# container.dataitem("internet")%>'><%# container.dataitem("internet")%>". The link on the status bar look like this http://localhost/doc/www.domain.com/ . Thank for any help. Jeff It looks like a simple HTML issue. Here's the difference. Look in the status bar when you link o ...Show All
