Software Development Network Logo
  • Visual C++
  • Smart Device
  • Microsoft ISV
  • Visual J#
  • Windows Live
  • Game Technologies
  • VS Express Editions
  • .NET Development
  • Visual FoxPro
  • VS Team System
  • Visual C#
  • Windows Forms
  • Visual Studio
  • SQL Server
  • Windows Vista

Software Development Network >> etorres's Q&A profile

etorres

Member List

needhelp1111
Mike Husar
Doug Svacina
TPR
Bklynjava
dicjb
nhl66pens
Pedro Bernardo
Miyamoto M
Sagar-1
edhampt
Lacan
dimmario
rayeesul
Flima
Catalin Pop Sever
torchred
Minh
Boomstik
Fahad Hussain
Only Title

etorres's Q&A profile

  • Visual Studio 2008 (Pre-release) turn tooltip visible

    How can I turn a tooltip visible (forced). If I use IsOpen = true, then it stays there forever. What I actually want to do is: if the mouse is hovering over the control, and I need to display some info to the user in a tooltip, then I want the tooltip to show. Currently, if I am hovering, and I change the tooltip property to Visible, it doesn't also show it. Any ideas Off the top of my head (read: didn't try this), can you not bind IsOpen of the tooltip to IsMouseOver of your element This assumes that your ToolTip is 1:1 per element. HTH, Drew ...Show All

  • Windows Forms windows forms flicker problem

    Hi I am kind of new to the windows forms, learning, and I would very much appreciate your help on this one as I think it is trivial but I don't seem to have the answer. I have designed a windows form with a background image (800x600 jpeg) and added some label controls (with transparent background). The problem is that every time the form open ...Show All

  • Visual Basic Problems with ODBC32.dll - cant get a handle for a connection

    Hi folks,  I am trying to get - for example - a list of available Data Sources on my PC.  I had it working when I was using the SQLAllocEnv function followed by SQLDataSources but as I researched further, everything that I read says I should be using SQLAllocHandle, which was introduced with ODBC version 3, instead of SQLAllocEnv.  I'm pretty sure I have ODBC 3.5 or so.  When I do use SQLAllocHandle function - I seem to get a handle to the environment - but then when I feed the environment handle back into the SQLDataSources function, it no longer returns any Data Sources.  The only thing I can come up wit ...Show All

  • Visual C++ iostream.h

    Ciao a tutti, sto provando a usare visual c++: ho creato un'applicazione console con il seguente sorgente: // // PRIMO.CPP // Il primo esempio in C++ // #include <iostream.h> main() { cout << " CIAO MONDO! "; return (0); } Ma compilando mi da errore: dice che non puo includere il file iostream.h Io pensavo che le librerie venissero trovate in automatico. Cosa devo impostare grazie ciao:) Ted. wrote: #include <iostream> using namespace std; And also int main . ...Show All

  • Visual Studio Express Editions How to examine HTML from a web page?

    I'm a bit perplexed with this. I've got about 4096 characters that are returned from Webbrowser.documenttext property, but the rest of the page is lopped off when assigned to a string. Any idea if there is someway to get at this information with VB 2005 Express WebBrowser is type web.   Thanks,   Ben   Here's the failing code Private Sub FGSADiscountAutomator_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim WebPage As String If CBoxAutoUpdate.Text = "On Startup" Then WebBrowser.Navigate( New Uri( "http://www.gsa.gov/Portal/gsa/ep/ ...Show All

  • SQL Server SSMSE license (can it be bundled along with SQL Express)

    We are planning to ship SQL Express, can the SSMSE be bundled as well and installed on the customer site What licensing does it follow Right now SSMSEE is prerelease software and therefore is not licensed to be used against live operating environments unless Microsoft permits you to do so under another agreement. When the final version is released our expectation is you will be able to bundle it and install it with SQL Express. ...Show All

  • Smart Device Development run program automatically when cradled

    Is there a way to automatically run a program when a user cradles/sync's I've found two solutions that seem like they should work, each with a shortcoming. They both use CERunAppAtEvent: 1) NOTIFICATION_EVENT_SYNC_END - This kind of works, but you have to connect the device to the cradle (sync), then manually sync to get it to fire the event. 2)NOTIFICATION_EVENT_NET_CONNECT - This is the most promising event, however according to the microsoft site, it is not supported, just defined. Cute, huh Anybody else have any other ideas ...Show All

  • Windows Forms Custom controls Docs

    Hi, Where can I find docs about creating custom controls I mean, I need the reference that says how to interact with the object inspector and the form layout. Create that arrow on the right top corner of the control, and others... This is the basic and everything is derived from this. If you need something more advanced, just ask. about the icon, the best way is to create a 16X16 bitmap and give it the full namespace name: MyNameSpace.UserControl1.BMP. add it to the project, set its properties BuildAction to Embedded resource. on the user control header: [ ToolboxItem ( true ), ToolboxBitmap (MyNameSpace.User ...Show All

  • Smart Device Development PocketPC Desktop -Synchronizing issue

    Hi, Well ,I am working in PocketPC (eVC++,VC++6.0) I have to Synchronize the PocketPC and DesktopPC . For Synchronizing am using ActiveSync I have a Folder in the desktop for example D:\Temp\ I have a Folder in the PockePC in the Device Root for example: \Temp . I am coping a text File from desktop and placing it in the Device (PocketPC), say for example \Temp\Text.txt in the device. when i do this i create a .dat file (say Test.dat) ,now what happens is, i place both Text.txt and Test.dat in the Temp folder. so the same file (Test.txt) is copied in desktop ( D:\Temp\Test.txt) This for a single file. Suppose I have multiple files and large s ...Show All

  • Visual C++ /ORDER linker switch always causing LNK1117: syntax error in option

    /VERBOSE /OUT:"C:\manoman\Release\stinkinapp.exe" /VERSION:6.66 /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"Release\stinkinapp.exe.intermediate.manifest" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /OPT:NOWIN98 /ORDER:"linkorder.txt" /MACHINE:X86 /ERRORREPORT:PROMPT kernel32.lib  ...etc.libs... 2>LINK : fatal error LNK1117: syntax error in option 'ORDER:linkorder.txt' I can put any non-existing, made-up filename after /ORDER: and I still get the same LNK1117.  I've used a FQFN for the order name and that made no difference.  It would seem that it's not looking inside the file yet.  Everything's compiled /Gy. Is the ...Show All

  • Visual C++ Lib Size difference

    Hi, I have created a "Static Lib" using Visual Studio .NET 2003, as "Use of in a shared DLL" . Each and every time when i try to build this lib. i got different sizes. Plz find the following configuration settings that i have used during Lib creation: Configuration : DEBUG Runtime Library : Multi Threaded Debug DLL Precompiled Header: Use Precompiled Header Building the Lib in Machine A: 4,986,628 bytes Building the Lib in Machine B: 4,986,733 bytes Building the Lib in Machine C: 4,986,973 bytes Operating system : XP Pro Could you please tell me why i am getting this size differences If you have any articles/links ...Show All

  • .NET Development DataAdapter Update Error: Syntax error in INSERT INTO statement

    I am trying to add a record to an Access DB Table, everytime I try to update the DataAdapter with the updated DataSet I receive the Error: Syntax error in INSERT INTO statement. Here is the code: Dim da As OleDb.OleDbDataAdapter Dim ds As New DataSet Dim con As New OleDb.OleDbConnection Dim sSQL As String con.ConnectionString = "PROVIDER=Microsoft.jet.OLEDB.4.0;Data Source=Alarms.mdb" con.Open() sSQL = "SELECT Message FROM [AlarmsList]" da = New OleDb.OleDbDataAdapter(sSQL, con) da.Fill( ds, "AlarmList" ) Dim dsNR As DataRow Dim cb = ...Show All

  • Visual J# Serialization much slower in .NET 2.0

    I tested Java serialization/deserialization with both .Net 1.1 und 2.0 and recognized that 2.0 is much slower, especially on deserialization. Here are my results in seconds for 5 iterations: .Net 1.1: Serialize-Duration 0: 00:00:01.3920016 Deserialize-Duration 0: 00:00:01.6223328 Serialize-Duration 1: 00:00:01.1917136 Deserialize-Duration 1: 00:00:01.5722608 Serialize-Duration 2: 00:00:01.2217568 Deserialize-Duration 2: 00:00:01.6123184 Serialize-Duration 3: 00:00:01.2918576 Deserialize-Duration 3: 00:00:01.5221888 Serialize-Duration 4: 00:00:01.3519440 Deserialize-Duration 4: 00:00:01.5322032 .Net 2.0: ...Show All

  • Windows Forms How to Ngen the assemblies after ClickOnce installation?

    How to configure the ClickOnce that make the assemblies ngen'ed after the installation Thanks! Lei, There is no support for doing this in ClickOnce. NGen'ing an assembly installs it into the native image cache on the local computer (a reserved area of the global assembly cache).  This is a globally impactful operation not supported by ClickOnce. Regards, Elizabeth ...Show All

  • .NET Development changing the way the SQL command read date

    Hi Im from Denmark and when i use an sql query in visual basic 2005 the system wants the syntax #mm-dd-yy#. But in Denmark we use the syntax dd-mm-yy Can you change that in the system so that the latter is the standard There are different formats provided with the DateTime Class, check out this article http://msdn2.microsoft.com/en-us/library/zdtaw1bw.aspx ...Show All

©2008 Software Development Network