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

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

TooTallSid

Member List

DavidNJ
gaums
Cine
josh55
BrianMitchellTX
Octurus
MartinUruguay
rotr
Reuben
JocularJoe
mac318
Philipp - San Diego
RensV
aLaMaT
Ami5
cmorel
Sergio Costa Faria
Ikky
Zoop1984
onokles
Only Title

TooTallSid's Q&A profile

  • Visual Studio Express Editions How do I get the collection of frames (image) from videos?

    Dear friends, I would like to get your help. As I want to analysis the color change of video. I have to capture the collection of frames from videos. In other words, I need collection of Bitmaps image that constitute the video. How could I get this collection with C# language. Would anyone help me Thank you. Regards, David http://www.codeproject.com/useritems/ExtractVideoFrames.asp ...Show All

  • Visual Basic insert new rows/records

    Hi all, I have a problem inserting rows/records into my db. In my access db I have 1 table called "Channels" , this table consist of 3 columns (Id, Channelname, ChannelURL) primary key has been set on Id. Table has to be filled up with data captured from textboxes on the form (table is yet empty) When I hit Button1, no new records are added ! Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System. ...Show All

  • Smart Device Development "the new connection uses a data provider that is not supported"

    When attempting to estbalish any form of data connection in my mobile device project I get - "the new connection uses a data provider that is not supported" That's in designers, right (there's no such message in NETCF runtime). Which data base you're trying to connect to NETCF only supports SQL Mobile and SQL Server 2000/2003; you'd need 3rd party provider for other DBs. ...Show All

  • .NET Development openssl and RSACryptoServiceProvider - can they work together?

    Hi, I need some help bad - I've already spent 2 days trying to resolve this issue: I have an ecommerce site written in PHP, which uses the openssl module to encrypt credit card data. I am building a client app in vc# which downloads new orders and also decrypts the credit card info. However, I am having big trouble getting the c# RSA functions to use the private key which was generated by openssl. I already built a client in php, and it worke ...Show All

  • Smart Device Development Strange problem on Pocket PC using VB.NET 2005

    Hi everyone, I'm new to VB.NET 2005 and have stumbled across a very strange problem for which I cannot find a solution for. I am literally pulling my hair out! I'm developing an application for the Pocket PC 2003. I have a form which uses a Port to read incoming data. The data is read at 1 second intervals using a Timer control. The data that is read is then updated in to fields and labels on the form. It all works great until I dis ...Show All

  • Visual Studio 2008 (Pre-release) Pixel width "Thickness" for shapes

    Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All

  • Visual Studio Express Editions array resize query

    In a data gathering application I have a block of data, say 8000 samples, that would be divided into 8 blocks of 1000 samples for the 8 data channels. Now, depending on the application, there may be 4000 samples as 8x 500 samples or 16000 samples as 8x 2000 samples. How would it be possible to resize the data[8,1000] array to data[8,500] or data[8,2000] I've tried array.resize, but that seems to only be for one dimensional arrays. Is ther ...Show All

  • .NET Development CLR Error

    I'm doing a batch data transfer from 'server a' to 'server b'. I get the following error. Any idea what this means please The CLR has been unable to transition from COM context 0x1b1ae8 to COM context 0x1b1c58 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative pe ...Show All

  • Visual Studio RootComponent in IDesignerHost

    I am trying to access the Form in the current DesignerHost thru a macro. The following code almost works, but the accessing the RootComponent gives Remote Exceptions. Sub DesignerTest() Dim host As IDesignerHost Dim rootForm As Form For Each w As Window In DTE.ActiveDocument.Windows If ( TypeOf w.Object Is IDesignerHost) Then host = w.Object If ( TypeOf host.RootComponent Is Form) Then MsgBo ...Show All

  • Windows Forms data transfere from one form to another

    Hi I want to open a dialog box form from current form, to fill some values in text box, transfere it back to current form and close the dialog box. Everything warks except data transfering. How can I take a value of text box in one form and put it in text box of another form Hi, try this in Form1: public TextBox myTextBox {    get {return _mytextBox;}    set {_myTextBox = valu ...Show All

  • Visual C# Data tables

    Hi,    I have a data table (which is populated via xml), how do I read data back from it I'm asking this because when I try to access my data via either the dataset or table I get only one row. The xml is: <root rname="Directory"> <company name="XYZ Inc.">  <addressLines addressdata="One Abc Way">   <address2 val="his avenue"></address2>   <city cname="Tech city"></c ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Convert from OpenGL right-hand coordsys to Direct3D left-hand

    Hi, I am porting from OpenGL to Direct3D, but have some trouble going from OpenGL's right-hand coordinate system to Direct3D's left-hand coordinate system. I have a transformation matrix that I want to apply/load into to the virtual camera (the viewer): | r00 r01 r02 tx | | r10 r11 r12 ty | | r20 r21 r22 tz | |   0     0    0   1 | Where the 3x3 r's makes the rotation m ...Show All

  • Visual C# Dialog Box to ask a question (newb alert)

    I want to call a dialog box that asks the user a question with a textbox for string input, like the JavaScript alert() fuction Thanks Ok, thanks :| ...Show All

  • Visual Basic Passing data from form to form in the same project

    Hello, My project have multiple forms. How can I get a text entry from one form and have it display on another Is it also possible to do with Radio Buttons Thank you. There is two ways to get data between forms. 1.  Pass the data in from a parent to a child using properties exposed on the child form, or via a constructor argument. 2.  Use delegates to send a message to the form in question when the data changes The common problem ...Show All

  • Visual Studio Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All

©2008 Software Development Network

powered by phorum