Software Development Network Logo
  • Windows Forms
  • Visual Basic
  • Smart Devicet
  • .NET Development
  • Visual Studio
  • Windows Vista
  • Microsoft ISV
  • Audio and Video
  • SQL Server
  • Visual C#
  • IE Development
  • Visual C++
  • Game Technologies
  • VS Team System
  • Visual FoxPro

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

Fusion54

Member List

db_cooper1950
Jassim Rahma
DrJim
Thase
Forch
Robertis Tongbram
.NET Developer
Michael Schreuder
jiterbug
Snickel65
JavaBoy
wagnerjp
bookysmell2004
Thomas Pittman
Dvlnblk
sammy chen
rako77
GeoComeProgrammer
Ray Dyce
Christopher Lusardi
Only Title

Fusion54's Q&A profile

  • Visual Studio Express Editions webbrowser help

    can anyone help me about some webbrowser I want to have a webbrowser that goes to another page when you click on something in the webbrowser. I do not own the thing in the webbrowser so I can't change that. so I think that it should go to another page when -it navigates to another page (which it does if you click on the right place on the page -or you just click on the webbrowser control. but I dunno how. someone does know and want to help me many Thanks no.. I know html very well and I allready knew that code of vb but I mean if a user clicks on a hyperlink the webbrowser goes to another page then the hyperlink gives it (or back to the page it was) (I have seen this on another program there you click on a link it sends you ...Show All

  • SQL Server How can i prevent that all data can be seen with notepad?

    Hello, is there a way to say to SQL Server to make the data not readable Regards Markus hi Markus, Markus Sch. wrote: > so the physical file should not be arbitrarly available on cd or ( ) internet... ahem. Where else should a home user store the backup files Ok, he can use a software to encrypt the backup files. But this is a extra step which is not liked and would not be done very often. And i think the internet (some space on an own home page) is not such a bad place to store a backup. It is safe when there is a fire at home or water or some other accident. And there is no cd at home which can be stolen. mmhhhh... not quite sure an internet space grants th ...Show All

  • .NET Development Memory leak when changing tray icons

    Hello, I'm written a small programme in C# 2005 which works fine and animates the tray icon from an Image list but there's one big problem with this. Although the everything runs smoothly, this swapping of images from the image list is causing a memory leak of 16KB/s. I don't know how to stop this! The code is placed inside the tick event of a timer. At the top of the file I've declared Boolean OrigImg = true; I've tried disposing of the icons in the finally clause and I've created bitmap, assigned the image from the image list and then disposed of the bitmap itself but the memory still goes up. The only time it decreases is when the application is minimised. I've read on other forums to insert a GC.Collect(); in the finally clause and th ...Show All

  • Smart Device Development Windows Mobile 5.0 USB driver development

    For my master thesis, I need to develop software that controls a medical implant over a USB link. This USB link requires 1 control transfer (the standard one required by the USB standard) and bulk transfer. In order to do this I need to develop a USB driver to communicate with the implant. Up until now my experience developing for windows mobile: NUL, my experience for developing drivers: NUL. Ofcourse I've already done alot of reading, and on the msdn website I only find some information about developing a USB driver, and there it states I need the platform builder.. which is not free. After what I read about the platform builder, it just configures a whole new windows Mobile, but that's not really needed is it I have a certain PD ...Show All

  • Visual Studio Unable to install VS2005 on Vista 5744 (RC2)

    Dear sir, Just Now I install the RC2 Windows Vista Evaluation copy 5744 . After that I want to Install VS 2005. So i run the en_vs_2005_pro_dvd\vs\setup.exe file. Then It is started installing Microsoft VS 2005 components. Just Half an hour I got Error message. The Error Message is as follows. Setup is Failed: The Following component failed to install Microsoft Visual Studio 2005 Professional Edition -ENU please help me vijil Bangalore. I really don't know since I've never done it. I don't know where to start from really. Have you tried to create an image of the DVD to your hard disk then mount that image using something like a 3rd ...Show All

  • Windows Forms Dynamically adding controls to a Windows Form

    I have been developing a Windows Form Application in C++, but I recently ran into a problem. I need to add a control, lets say a picture box named pctStack1 to a form named frmMainWin. When a function is called during runtime I want to create a new picture box, assign it the normal properties, and place it on the form where it needs to be. How would I do this Normally I don't think it would be very difficult but the way the Windows Form Application in C++ works is when you place the control on the form, it generates the code for it and places it before any events or functions. I have tried a few things, but I cannot seem to get it to work without the code being with all the other code for generating controls, and any help would be greatly ...Show All

  • Windows Forms More bootstrapper questions

    If all the prerequisites exist and I use ApplicationUrl what happens is a window pops up for a split second, goes away, and then nothing while it is downloading. Then our program pops up. Is there some way to get a message while this is happening, preferably with a status bar Otherwise people are going to think it just went away – especially if their download speed is slow. Note – this is only an issue if all prerequisites are already installed. If a prerequisite needs to be installed then this download will show with a status bar. If that cannot be done, what’s the best way to structure this It seems to me it is have a MSI that holds setup.exe and our MSI, it installs both, runs setup.exe and it calls the other MSI locall ...Show All

  • Windows Forms select distinct

    Hello, i hope someone could assist me... i could display my data by datagridveiw but found that there're some duplicated rows. how could i implement "select distinct" DML or same function working with datagridview but no DB existed. there're six columns on my datagridview, some lines(rows) are the same... msgsender msgreceiver subject date size msgid thanks in advance Richard Check out these kb articles on how to implement DataSet Select Distinct in VB or C# ...Show All

  • .NET Development Ftp Upload File

    This is my code snippet for file upload. The problem is after all the bytes are written on the server, while doing requestStream.Close() I get error as underlying connection was closed. FtpWebRequest request = (FtpWebRequest)WebRequest.Create(serverUri); request.UsePassive = false; request.Method = WebRequestMethods.Ftp.UploadFile; request.Credentials = new NetworkCredential("xyz", "xyz"); Stream requestStream = request.GetRequestStream(); const int bufferLength = 2048; byte[] buffer = new byte[bufferLength]; int count = 0; int readBytes = 0; FileStream stream = File.OpenRead(fileName); do { readBytes = ...Show All

  • SQL Server SQL Express Installation error (Error Number:29530 )

    Hi, I am trying to install "Microsoft SQL Server 2005 Express Edition" through VS2005 Setup but it is always failing to install. I am presenting here log file information.I appriciate if any one help me on this..I have marked all failed message with red color -------------------------------------------------------------------------------------------------------------------- Microsoft SQL Server 2005 9.00.1399.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Wed Dec 20 15:04:57 2006 Machine : DATLA Product : Microsoft SQL Server Setup Support Files (English) Product Version : 9.00.1399.06 Install : Successful Log File : C:\Program Fi ...Show All

  • Windows Forms How to override the default HTTPHeaders in WebBrowser.Navigate(,,,) method

    Hi, I am using WebBrowser.Navigate method in my project. I need to override the default HTTP headers that is used by this web browser . WebBrowser1.Navigate( urlString As String , targetFrameName As String , postData As Byte (), additionalHeaders As String ) I need to change some headers especially the "Cookie" values in my modified HTTP Request that i want to send to a web server. After assigning some cookie values to the additionalHeaders string and calling the webbrowser navigate method, it still sends the original previous cookie to the web server and not my assigned values. here is the code, additionalHeaders = "Cookie: PREFID=1323:abc"+ VBCRLF + "Content-Type: application/x-www-form-url ...Show All

  • .NET Development WCF Installation Error

    [08/29/06,16:03:00] ========== Logging started ========== [08/29/06,16:03:00] ===================================== [08/29/06,16:03:00] No language specified in ini file default to OS language [08/29/06,16:03:01] Set lang to 1033 [08/29/06,16:03:01] Pending Reboot Table state : Logging start [08/29/06,16:03:01] _________________________________________ [08/29/06,16:03:01] (, ) c:\641d25ecce0074d39296aa2498 ( ---- ) ( Tue Aug 29 16:00:47 2006 ) Delete [08/29/06,16:03:01] Pending Reboot Table state : Logging end [08/29/06,16:03:01] _________________________________________ [08/29/06,16:03:01] Logging property values [08/29/06,16:03:01] PROPERTY ProductName Microsoft Indigo Beta 2 Runtime [08/29/06,16:03:02] PROPERTY c:\dd5a351bb9df65c ...Show All

  • Visual C# Destructor doesn’t function in release mode

    when using the following code i get this Exeption (in release mode with debug mode everything works fine): System.ObjectDisposedException: (German)Auf eine geschlossene Datei kann nicht zugegriff en werden. (Englisch translation) Can’t access a closed file. bei System.IO.__Error.FileNotOpen() bei System.IO.FileStream.Flush() bei System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) bei System.IO.StreamWriter.Dispose(Boolean disposing) bei System.IO.StreamWriter.Close() bei Logdatei.Log.Finalize() James Curran wrote: RizwanSharp does a wonderful job -- then slips up at the end. His code never call Dispose() except in the destructor, which means you'll still have the same problem. You have to c ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Debug compile and Release compile

    When a game is copied to the "My XNA Games" tab in the Launcher is this always the release version or is it the debug version unless specifically compiled for release ...Show All

  • Windows Forms Set tab color

    Is there a way to set the color of the entire tab control (not just the tab page) Thanks. The tabs are rendered according to the currently active Windows theme and/or system colors. You can override that by setting the DrawMode property to OwnerDrawFixed and implementing the DrawItem event. For example: private void tabControl1_DrawItem(object sender, DrawItemEventArgs e) { e.Graphics.FillRectangle(new SolidBrush(Color.AntiqueWhite), e.Bounds); TextFormatFlags flags = TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter; TextRenderer.DrawText(e.Graphics, tabControl1.TabPages[e.Index].Text, tabControl1.Font, e.Bounds, Color.Black, flags); e.DrawFocusRectangle(); } ...Show All

©2008 Software Development Network