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

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

aabukar

Member List

fods
Izzz
sideswipe
ThePatrickP
Pablo A Castillo
Hugor
dzimmy
JGiers
Alex Ivanoff
vaishalli
MShanahan
kfrost
MuscleHead
donkaiser
Alexnaldo Santos
Brandon Amoroso
Tryst
Michael G. Emmons
Michael Grounds
ElliotHC
Only Title

aabukar's Q&A profile

  • Windows Forms Problem with a customized TextBox

    Hi, I've created a customized textBox which I can drag in a PictureBox (besides other functionality that works almost perfectly). But when I move my control it doesn't paint itself as it should. It makes a kind of flick. At first, I tried to solve it doing a double-buffer; but I didn't get anything, it worked in the same way. I don't know what I have to do to make it function well. Here, you have my code: public class MyTextBox : TextBox { private bool bLeftDown; private SizeF sizef; Point previousPoint; PictureBox container; public MiEtiqueta( PictureBox screen) { this .ReadOnly = true ; bIzqPulsado = false ; this .AutoSize = true ; this .AcceptsReturn = true ; //this.M ...Show All

  • Visual Studio 2008 (Pre-release) Can convert Winforms to WPF

    I haven't used WPF yet, so I apologize in advance if these are stupid questions. Is there a way to convert Winforms application to a WPF application Is there any ability to interoperate between Winforms and WPF Thanks! > Is there a way to convert Winforms application to a WPF application No. Those two UI platforms are very different and there is no app which converts a WinForms app to a WPF app. Of course, this will not prevent you from reusing any business/DAL/logging/Ioc/etc libraries you use in WinForms. > Is there any ability to interoperate between Winforms and WPF Yes. There is lots of info about interop on the web. You might want to start here: http://www.infusionblogs.com/blogs/ ...Show All

  • Smart Device Development Streaming Multimedia

    Does anyone know how to stream audio and video using RTP or and RTP like implementation to and from a smart phone check out my website , I created a wrapper for an open source RTP for smart devices. http://rtpmobile.sitesled.com/ ...Show All

  • SQL Server Creating Time Dimension for seconds

    I'm creating analysis cubes on data that needs to reflect it's distribution over time during a 4 hour period. I'd like to create a Time Dimension for "Every 15 seconds" I've already got a DIM_Time table that includes actual event times (down to milliseconds) Do I just need to create fields on that data for the 0:15 block that the particular event falls in, and create records for every 0:15 even if there isn't a related row in the measures table So that... Measures ID TimeId Measure 1 1 100 2 2 200 DIM_Time TimeId Time 1 0:01.1234 2 0:31.2345 3 0:15 4 0:30 5 0:45 6 1:00 7 1:15 etc... Hi Greg, You're on the right track. The reason you would put the 15 sec ...Show All

  • Visual Basic How to highlite a lable

    hi , just a quick question on how to highlite a lable thank you Hi Timmy, Are you referring to a web browser printed table IF so you need to askl this question in the appropriate forum. http://forums.asp.net If not pls advise. Thanks, Martin. PS - For the web question it's really a client scripting/ css issue, and not very uniformly handled across different browsers. ...Show All

  • Windows Forms Drag outside window and get drop path

    Hi,  Im trying to find out how i can get the path of a drop when you drag an item off the form and drop into a folder or desktop. Im using C# if that makes any difference. Same as lets say winrar where you drag a file out and it extracts it into the location you dropped it. Thanks for any help,     -Dave It is the other application, the one that created the window onto which your dropped the object, that gets the drop notification. That would be the Windows Shell. Writing Shell drag and drop handlers requires C++, it cannot be done in C# or any other .NET language. This is a technical limitation of the shell that probably won't be resolved for a while. Here's a good project ...Show All

  • .NET Development Primary key collision

    I am rather new to the web development but is currently working on a small project that would store the data on the production office output. As the part of it, the system will provide a form to insert the order placed. 1.The order is intended to have a unique OrderID key and would store several items with their respective qtys under the same OrderID. 2.This means that there will be two tables in the DB - Order and Order_Item in order to tie the order items to the orderID. I would be using a stored procedure to insert the data in the DB. 3. There is a need to identify repetitve orders within a certain period of time (i.e. 2 weeks) in order to avoid the duplicates. THEREFORE ------------------------------------------------------ ...Show All

  • Visual Studio UML Reverse Engineering C++ With Visio 2007 / Visual Studio 2005

    Hi, I have had a looked around the forums, but alas I am still none the wiser! I am running VS 2005 Professional and Visio 2007 Professional -  and every time I try to reverse engineer a C++ project it will only open Visio with a blank document. Any suggestions/advice would be greatly appreciated. :) [Please Note: I have already tried repairing both installs :( ]   Hi, Visio does not automatically lay out the reverse engineered classes on the design surface. The reverse engineered classes are populated in the "Model Explorer". You'll have to drag and drop the classes from the Model Explorer to the design surface to view the classes. The Visual Studio Team System Archit ...Show All

  • SQL Server Regarding Stock chart

    Im quite new to SSRS, i wanted to create charts in SSRS. I managed to get my line and bar charts right, but im confused with the stock chart and not able to understand the high-low-close data values , and how to map those to my data. Can anyone please help me out on this issue with an example. Thanks in advance. Hi there, You may want to check out Dundas Software for better charting capabilities. Here is further info on stock chart http://msdn2.microsoft.com/en-gb/library/ms155962.aspx Here's a posting around how to format the data for charting. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=981628&SiteID=1 cheers, Andrew ...Show All

  • .NET Development avoiding timeout exception for methods that take a TimeSpan

    I am a newbie to both .NET and MSMQ and I simply can't understand why anyone would design an API where the common case is to throw an exception! For example: MessageQueue queue = new MessageQueue(...); try { Message msg = queue.Receive(new TimeSpan(0, 0, 1)); ... } catch (MessageQueueException mqe) { ... } throws an exception after one second if there is no message on the queue. Why not just return null The return type is a Message, you should be able to figure out if the Message is null that you had a timeout... It seems pretty wasteful to throw an Exception. Moving on, what would be the result of this code : private static Message receiveMessage(MessageQueue mq) { IAsyncResult asynchResult = mq.BeginReceive(new TimeS ...Show All

  • .NET Development Simple two comptuers home networking access problem

    I am new to this forum. I have wo windows 2000 prof. at home that I am trying to configure them as a workgroup and share files and printer. The computers are combined by D-Link RT-624 router, configured as dynamic DHCP. In spite of all the effort and experiments, this configuration does not work. When I am starting a single computer, it recognises itself as a network and I can bring up the shared file easily. However, when I start the second computer, both computers stop the file sharing, and network access is denied. I have read all the the messages on this forum and tried all recommendation, but unfortunately nothing realy worked. Could I get help from anyone Thanks in advance..... This forum ...Show All

  • SQL Server accessing result of sp_tables

    When I run exec sp_tables it give me a "list" of tables in databases. In fact the result is a table where one of the columns contains the database table names. It is no problem to access it in a client application but I need to access that column and verify existance of a certain table in SQL Server's user stored procedure . So far anything I tried did not work. FETCH pertains to a cursor and I cannot declare a cursor for this command. The only thing I got so far was @@ROWCOUNT but it is of no use for me. Perhaps there is another way to verify if a table exists from inside a stored procedure . I have the same problem in terms of verifying existence of a user stored procedure from inside another user stored procedure but if I g ...Show All

  • .NET Development How to register a program as a trusted application?

    Does anyone know how to register your program as a trusted application in Windows so that the user is not prompted with security concerns throughout its execution ...Show All

  • SQL Server Hide identical rows in same group

    I am creating a report based on a group value and hiding the duplicate values by clicking the hide property on the selected textbox. The report values are displayed in two rows. If in the same group there is a same record then I am not displaying it. Which works fine,but it is leaving a blank row all over the report. Please guide me as to how do I avoid the blank row if I am hiding duplicate values on a row. example: 1 joeph test 111 222 red sample done works 2 joseph test works If in the same group, if the 1st line repeats for the 2nd row then there is a blank row after hiding duplicates. I want to remove that blank row if row repeats for each group Right click on textbox, properties, choose for ...Show All

  • Visual Studio Team System Change types of work items?

    How would I change a project so the types of work items are : Defect, Enhancement, Requirement and Task Instead of the default I got like Bug, scenario, etc. Thanks Hello, You need to change the Process Template used to create the Project to customize it to your need. By default the project is creaated based on Agile Process Template. More information available here http://msdn2.microsoft.com/en-us/library/ms194945(VS.80).aspx , http://msdn2.microsoft.com/en-us/library/ms243849(VS.80).aspx Hope it helps, ...Show All

©2008 Software Development Network