Click here to Skip to main content
Page 1 of 46,570
Page Size: 10 · 25 · 50


License filtered by: The Code Project Open License (CPOL) [x]
Question 14 May 2013   license: CPOL
I have the following code in VB6. How can I re-write this in VB.net?Structure selectStruct Dim name As String 'name of menu Dim options(0 To 300) As String 'the options in the select/combo Dim selected As Integer 'the number of the option which is selected Dim size As...
VB6
Question 14 May 2013   license: CPOL
how to develop a RMI with ehcache ... with netbeans
Question 14 May 2013   license: CPOL
Is it possible to intercept messages which are being sent to a window. I have a 'messages' window running on my PC which receives text strings upon certain events and I would like to intercept these messages with a separate application in case I need to take some action. I can get a HWND for the...
Windows
Question 14 May 2013   license: CPOL
Hello Everyboy !i want deploy my application c# with mysql database so i dont know can i do it whith method clickOnce.my database is installed in xampp server and i'm connecting from my applicationso how can deploy mySQL Server database with c# application and Creating MySql...
Answer 14 May 2013   license: CPOL
Yes, you are posting in the wrong forum. But to answer your question the reason it is slanted toward Windows development is because the vast majority of users are windows developers. I would have thought that fairly obvious.Perhaps you should try visiting the site as you must have done to...
WindowsLinuxPlatform
Question 14 May 2013   license: CPOL
Hello, I have a very important project, which is a monitor in the computer operationsThe project is show if the window has been opened a new operation.I used this code in formLoad event: For Each p In Process.GetProcesses old_list.Items.Add (p.ProcessName) ...
Question 14 May 2013   license: CPOL
H,I am trying to display logged in user and the roles which user is involved.function UserName() : String;varUser : Pchar;i:DWORD;begin i:=1024; user:=StrAlloc(Succ(i)); if GetUserName(User, i) then Result := StrPas(user) else Result := 'unknown';end;With...
Answer 14 May 2013   license: CPOL
I have solved this!I am so embarrassed that I had to actually post a question like this!The problem was in coordinates passed to the child's CreateWindow() function.I have calculated the positioning of a child static control related to main window's coordinates, so I have passed 300...
Question 14 May 2013   license: CPOL
Hi,We are using one .net windows application for viewing the reports.we don't have any issue while opening this application with IE7.Recently our systems are upgraded to windows 7 and IE 8.Please find the example attached screenshot for reference.Here the problem is unable to select required...
Question 14 May 2013   license: CPOL
Hi all,I have an app that is using OLE compound storage and for each stream it uses an CArchive that has the boolean m_bForceFlat on FALSE.If I perform a copy on an PowerPoint object and place into my app, it pastes properlly.The interesting thing is that I can save the document once,...
OLE

Page 1 of 46,570
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid