Gioman40's Q&A profile
Windows Forms Binding the DataGridView control an array.
I do not get what I expected when I attempt to bind the datagridview control to a class property that returns an array. I have a simple example class that has two properties that return arrays. The arrays are defined within the class as follows ... Private m_dataDouble() As Double = {1.0, 1.5, 2.0, 2.5, 3.0} Private m_dataString() As String = {"Red", "Green", "Blue"} The Properties are... Public Property Dbls( ...Show All
Windows Forms Automatically scroll to the end of text in a multiline textbox
Hello, I have a multiline textbox where I add text programmatically. When text was added and the text length exceeds the visible part of the TextBox I want to scroll programmatically to the end of the text. I'm looking for something like the En ...Show All
.NET Development How to marshal structure with "two and more level of" nested structures into it?
Hello to all, I hope someone can help me, i really need help as soon as possible. I need to marshal structure that contains other structure, and the second also contains nested structure inside it. I talking about structure PRINTER_INFO_2. I need managed version of it. I will paste a snippet how this struct seems and other struct called _devicemode in it, otherwise all of you probably know what is it in fact. typedef struct _PRINTER_INFO_2 { ...Show All
SQL Server Win 2003 x64 - SSIS error Importing xls and access data
I am having a problem importing data from xls and access into my SQL2005 DB using SSIS . Would appreciate any help in getting this resolved. Environment: Xeon 64 bit processor machine/Win 2003 64 bit (x64)/SQL 2005 64 bit Some of the resources that I have dug up so far have pointed to Jet Engine SP8 and WOW64. A search on the box shows this: C:\Windows\SysWOW64\Msjet40.dll – File version is 4. ...Show All
Visual Studio Express Editions Problems sending people my programs
I'm trying to send a simple program I wrote to my friends and family. Problem is I find that it doesn't run on other computer (apparently because they don't have a compiler). I am writing simple console applications I learned in an intro to computer course. I try sending both the executable file alone (which I thought would work) and the entire project folder but nothing works. I think I might hav ...Show All
Software Development for Windows Vista Problem displaying state machine wf in the workflow monitor
The Activity layout is a mess when diplaying a state machine workflows in the workflow monitor sample (sdk). Is there a solution I dont use xoml, and therefore get an error when tryong "this.xoml". What should be the value of this.xoml Thanks ...Show All
Smart Device Development two-way compression in netcf anybody?
hi, i really need help from you guys..i need to compress my data to and from ppc app. im using netcf1.0 and xml webservices that transports dataset to and from the application. anybody here knows how to implement that or have a "working" example of this thank you very much. Hi, If you still need this, have a look at http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx I've used this (and recompiled a lot of it for CF 2.0 ...Show All
Visual Studio Team System Let the submitter close the issue only?
if A submits a issue in VSTS, currently any one can close the issue. How to implement a rule. only A can close the issue. It's in the VSIP SDK here: http://www.vsipmembers.com/downloads/28/UserFileDownload.ashx Brian ...Show All
Smart Device Development Debugging Apps that use UDP on the WM5.0 Emulator
Hi, Has anyone found a way to do this i.e. Debug UDP apps using the WM5.0 Emulator. It also looks like our app doesn't connect on real devices either ! ...An App Built with the old style PocketPC SDK works and connects fine. (running on a WM5.0 device) But an app built (with exactly the same connection manage code) fails to even create a connection manager connection let alone try to open a UDP socket, when its built with the WM5.0 SDK ...Show All
Windows Forms ClickOnce install not starting with beta 2
I'm having a problem with a ClickOnce deployment. On some computers, I can go to the publish.htm page and click Install and nothing happens. The page refreshes and the installation does not begin. On other machines, I have no problems. I have the following mime types set on the server: .application: application/x-ms-application .manifest: application/x-ms-application .deploy: application/octet-stream The client machines all have .NET 2.0 Beta 2 ...Show All
Visual Studio Clob Data Type in Crystal Report
Does crystal report support CLOB data I have to bind a stored procedure which returns CLOB data to my report. I am presently unable to do this. Do we need to specify some settings for this or is there any equivalent datatype in crystal reports. Please reply soon It is very urgent.I am not able to bind the proc in run time. How to do this But I m able to see the datas using Oracle in Oracle editor. Thanks Hello, How are you connecting ...Show All
SQL Server Installing SQL Server 2005 Express edition
I'm trying to install the latest SQL Server Express downloaded from Microsoft. I've followed all instructions on the download page but get the message concerning Incompatible Components being found on my machine. To my knowledge I have never installed any previous components from any betas or other previous versions. Nor have I had a previous version of .Net Framework 2.0 on my machine. Just in case, I've checked Add/Remove Programs and run the ...Show All
Software Development for Windows Vista Qury Regarding Long Running Workflows ....
Hi to all Well i know that WF had a capability to handle long running workflows , now here are couple of points i want to ask , please provide the detail answer 1) Very simply how you guys handle following scenario , you have workflow running and Machine got resarted/ reboot I mean is the workflow starts next time with previous state / Activity or gona crash as in non destermenistic state 2) hmm what are mimium steps to ac ...Show All
Visual Basic Can I run the java programme using VB
Hey, I know that in java, we can use runtime class to run a programme written in another language. But I'm not sure if it is possible in VB6. If yes, how to implement it Besides, how to read in a text file in VB6 Thanks in advance! Process.Start will run a program, no matter what it was written in. There is a file system object you can create to read text files. Google will answer this for you, in seconds. ...Show All
Windows Forms hDC -> graphics object
Hi, I have a hDC which i use to create a graphics object , like this: Graphics g=Graphics.FromHDC(hDC); this works fine , and i can use both the graphics object AND the hdc to draw on. (the hdc is not mine , its owned by another control) so&nbs ...Show All
