gillesgg's Q&A profile
Windows Forms Datagridview control program
Datagridview complaints in the press of a button EditOnKeystrokeOrF2 editing mode, a two content modules Georgia alphabet is the problem For example, according to one, the emergence of two modules one on Georgia, after input normal for the unit to another Georgia is the same, why How resolved ...Show All
SQL Server Select Distinct
Hi there, I run that query SELECT Products.recid, description, partno, price from Products JOIN stock ON Products.recid = Stock.recid Now I want to run the same query but I need the Products.recid to be Distinct, I've tried this but it won't return a distinct value SELECT DISTINCT Products.recid, description, partno, price from Products JOIN stock ON Products.recid = Stock.recid I don't get why it won't return a Distinct value ...Show All
Visual Basic Retrieve Data from ComboBox
Hi, How do I do to retrieve data from Combobox I can retrieve the text but I can’t retrieve the code associate with the text, on VB6 I use ItemData(ComboBox.listIndex) but on VB.net I don’t know ! Thanks, Christian ...Show All
Visual C# Error sending filled form via email
This is the code I use to send my form via email: protected void sendMail(string strFrom, string strBody) { //create the mail message MailMessage mail = new MailMessage(); //set the addresses mail.From = new MailAddress(strFrom); mail.To.Add("myEmail@myDomain.com"); //set the content mail.Subject = txtSubject.Text; mail.Body = strBody; mail.IsBodyHtml = fal ...Show All
.NET Development Sending Windows Messages
I am playing around trying to send messages to windows (specifically close messages and specific messages to dialog boxes). I am using visual studio 2003, and am using the windows API to try to send the messages. What I have found is that FlashWindow and CloseWindow work, MoveWindow kind of works (it does respond, but does some weird things), but SendMessage and DestroyWindow do nothing. Following is the code I have been tinkering with, doe ...Show All
.NET Development .NET Framework 2.0 and Windows 2000 Server Problem
Hi all I have a problem on a Windows 2000 Server: I have successfully installed .NET Framework 2.0 on a Windows 2000 Server (SP 4). When I look under "Administrative Tools", I expect to have a entry "Microsoft .NET Framework 2.0 Configuration". But on this Server there doesnt exist this entry. The entrys for ".NET Framwork 1.1 Configuration" are there ... Would be happy for any comments on this issue. Best regards Frank Uray ...Show All
Visual C# TextBox
Hi every one, I have a TextBox on witch the user has to enter a series of INTeger numbers separated by comma. Each of these numbers need to be assigned to parameteres intro a SQL query... i am new to C# ...so, how can i "read" the numbers and assign them to variables... it is unknown how many numbers the user will enter. Thank you , i appreciate any input. I dont know if this will help, but here is a SQL UDF implementation ...Show All
Visual Studio Express Editions Suppression
Hi There The Locking Of This Forum is Severely Wrong..... For Obvious Reasons.... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=177089&SiteID=1 This Is The US Of A Thank God..... Does MS Agree Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed ...Show All
Visual Studio Team System MSSCCI v1.0 and VS2003 Provider not showing up in Options Menu.
All, I have just built a VPC for development use. So far everything has install great except for the MSSCCI provider. I installed VS2003, then TFS Explorer, connected to TFS Server fine no problems at all. Connect to Projects using TFS Explorer as well. Now install the MSSCCI provider all goes well...... But when running VS2003 under Tools ---> Options -----> Source Control I see no option for the MSSCCI Provider. Swtiching back t ...Show All
Visual Studio Team System TFS December CTP and SQL 2005 RTM
Has anyone tried to install the TFS December using a Single Server setup with SQL 2005 RTM I had problem during the setup and the process was interrupted. The error is 0x80004005: Failed to install databases. The TFSSetup account I use is part of the sysadmin of the SQL server. Thanks in advance for your help. Was this a fresh install That is, was SQL Server & Team Foundation Server ...Show All
Microsoft ISV Community Center Forums Problem: Code not in line with slide shapes
Hi, I really need some help here. I have created an add-in that gives user’s a basic wizard to create presentations from scratch [which can also be used to modify already created presentations]. I have coded the add-in based on the Layout Text (ppLayoutText) which has two text boxes: a Title text box and a body text box. I have two text fields on my form that allow users to enter text. Those text fields are linked to the two text boxes on t ...Show All
Visual Studio 2008 (Pre-release) Flickering background when resizing window
I'm experimenting with Avalon and I notice heavy flickering when a window is resized. This can be easily seen by just creating a blank Avalon project with Visual Studio and (rapidly) resizing this application's main window. What I see is a white background, with parts of it flashing to black (and back to white) when the window is resized. I thought that Avalon is supposed to eliminate flickering, so what am I doing wrong And what with ...Show All
Software Development for Windows Vista What is the difference in calling CoCreateInstance(CLSID) & CoCreateInstance() with five parameters?
Hi All, What is the difference in calling CoCreateInstance(CLSID) & STDAPI CoCreateInstance ( REFCLSID rclsid , LPUNKNOWN pUnkOuter , DWORD dwClsContext , REFIID riid , LPVOID* ppv ); Windows CE help says we should use CoCreateInstance()with 5 parameters instead of single param. Please explain. Thanks Kiran I assume the CoCreateInstance you are calling is as ...Show All
SQL Server Cannot install SQLExpress after uninstalling June CTP
I try to install SQL Server Express after uninstalling its beta and get the following error in the log file. Can anyone help me Thanks. Microsoft SQL Server 2005 Setup beginning at Thu Dec 15 20:28:39 2005 Process ID : 110612 c:\e7b4645908c60721e3107fa330d0184a\setup.exe Version: 2005.90.1399.0 Running: LoadResourcesAction at: 2005/11/15 20:28:38 Complete: LoadResourcesAction at: 2005/ ...Show All
Smart Device Development RTC Multicasting
hi All is there any one can help me, i just want make RTC Client samples to broadcaste over the network, eg if want to broadcaste a video/voice over the network, which bit of the code i should change to make it multicasing samples. ...Show All
