Answer Questions
totalidea "Google Desktop Effect"?
Hello For anyone who has tried the Google Desktop will notice that when their Google Desktop is running (Display on Sidebar) and you maximize an app. Let's say IE. Then when you maximize IE, the IE will maximize but Google Desktop will always be on there. IE won't stretch across (either bottom or top) of Google Desktop... Is this effect "acheivable" on VBE .NET Thanks keehun Nam Here a quick and dirty port to VB.Net ...Show All
tuncali RS232 (Comm Port) Cant read the line HELP
Hi, I was trying to read the text from comm poert w/ new SerialPOrt object but for some reson it dosnt work. But I can write everything though. I'm using all defult seetings for the port object. And here is the code that I have. Also when I chnded read timeout, I got an error in time out. Public Class PORTs Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click sp.Op ...Show All
rc594 Express Edition on the LOCAL Track?
Is there a "speed throttle" on the Express Edition I know it is doing a lot of work in the background, but it seems as if it is "throttled". I've seen this before on mainframes and minis, so I was just wondering It's doing background compiling as you type, but that's about all. What were you thinking of And good mainframe code on good mainframes do not have throttles in it. I know several of the dev ...Show All
Patrick Antonioli one click deploy and file positions
I wrote a vb2005 express app that open an oledb connection to an access db trough a connectionstring defined in the sub main() Module ModMain Public dbcon As New System.Data.OleDb.OleDbConnection Sub Main() Dim Main As FrmMain Dim connstr As String Try Main = New FrmMain connstr = "Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=db\delta.mdb;Mode=Share Deny None" ...Show All
JeffMP C# software or installer package
HI with C# can you buld a software... also how you make the C# applications to software. I made a program by C# how can I run into a computer that doesnot have installed visual studio express or others in it.. My question is how and what to do with C# application so it can be run in any computer with out using C# tools thanks a lot To create a setup application (to create shortcuts, uninstall application, et ...Show All
Igor Tur Newb Question: Opening Forms inside main form
I'm completely new to programming, my knowledge only goes as far as html, css and light php so I'm way in over my head. :) I've been through the tutorials but all the teach is how to pop open a form in a new window. I need it to display as though it was seamless. I've created Form1 and I want to use that as the main design of everything. What I need to do is open up all other forms created inside of Form1. For instance, if someone clicks on the ...Show All
Soydaner Ulker Report Designer in Visual Basic Express 2005
Does anyone know, how to add a report designer component in Visual Basic 2005 express like VB 6. In general how to design a report in VB 2005 express I have got Visual Basic 2005 express version. Do I need to buy MS Visual Studio 2005 pro to avail Reporting Service Let me know if you have any other solution available for desiging and calling reports from the VB 2005 express. Thanks in Advance. I have the ...Show All
twisterjosh C# express Fails to debug
My copy of C# express (.img version) on my windows xp sp2 pc debugs successfully but it will not launch the subsequent .exe. I have reinstalled twice and I still get the bug. I have also installed C# express on a windows 2000 computer in my store room (only a pentium 2!) and it didn't do the above either. I can do a normal F6 build and execute the file by double clicking on it's icon in explorer, but that's no fun. The only clue I have is that t ...Show All
pbd Where's the "e-book"?
As one of my "Registration Benifits" listed, I see: E-book - Download an electronic version of MicrosoftR Visual C#R 2005 Express Edition: Build a Program Now! from Microsoft Press I've searched High and low -- Where do I find this hi, if you registered your product you can check this link https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 hope this helps Try ...Show All
Lorenzo778 Value Conversion Error
Hi Whenever I retrieve a piece of information from a custom query, and then trying to add that information to a new row, I always receive a "Value of type Integer cannot be converted to 'System.Guid'" error. Does anyone know what could be the root of the problem Dim currentHighID As Integer = Me .Tbl_OrderDetailTableAdapter.GetMaxID newRow.ID = currentHighID+1 <<line with error ...Show All
dondi81 Is there a place to download the MSDN Beta Library?
The library failed to install properly when installing Web Developer Express, C# Express and SQL 2005. It has some of the information in it but not all of it. Derek I followed the Express edition uninstall on three machines now and after the install of Web Developer from the Internet Download option, I have no ASP.NET classes in the Class Reference section of the MSDN library. At this point I'm using the online version until I ...Show All
EJK Getting desktop width/height
Just a simple question as I can't find what I want in Google without wading through tons of pages that are irrelevent Making a windows forms application and would like to modify the size of the form dependent on the user's screen resolution. As an example, no matter what resolution the user is using, I'd like my form to always be 30 pixels from the top and 30 pixels from the bottom of the desktop. So the higher the resolution, the more the form ...Show All
Puneetm StreamReader
I am able to get the information that I want and a lot more that I don't using the following code -------------------------------------------------- Dim out As String Dim Net As Process Net = New Process() Net.StartInfo.UseShellExecute = False Net.StartInfo.RedirectStandardOutput = True Net.StartInfo.RedirectStandardInput = True Net.StartInfo.FileName = "cmd.exe" Net.Start() Dim mystr ...Show All
mneedham cannot update and delete the record
How to delete and update the record in table adapter, when generate the datasource that automatically generate the tableadapter and dataset but can't update and delete the record how do i do it hi. Is your problem solved Thank you, Bhanu. first thing you should know: a copy of your database is created in the \bin\debug subfolder of your project folder. check to see if that one is updated. if it is, search for "savi ...Show All
wf1971 SQL Server 2005 Express
I am getting the following error when logging in using SQL Server Management Studio: Server Type: Database Engine ServerName: xxxx/SQLEXPRESS Athentication: Windows Authentication Error Message: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: ...Show All
