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

Software Development Network >> W. Barbosa's Q&A profile

W. Barbosa

Member List

Dorfer
markovuksanovic
Bandile
Paul Bradley
rmccullough
stratos13
Vicky Z
bryanedds
EvilOneSD
noNchaoTic
jamba8
@lex(is)
lbc06
Young K
Zooz
Santhosh Pallikara
Bryan Kelly
nastynate
Spulit
AlfonsAberg
Only Title

W. Barbosa's Q&A profile

  • Community Chat Firefox 2

    Yay! firefox 2 is being released at 8pm today!! Hooray! just thought i would let you know... Brian Kramer wrote: Looks like it's certainly catching up to IE7 which finally caught up to FF1! ...Show All

  • Windows Forms what is wrong in this code openning url?

    axInet1.URL="http://www.google.com"; axInet1.OpenURL(); I want to open google url when i press button ahmedilyas wrote: where did you obtain this ITC control from you would have to consult the documentation - I dont think .NET Framework has this ITC Control and sounds like a 3rd party control. I am sorry but it is an old control called Internet transfer control ... and it helps to connect pages through http and ftp protocols in easy way .... okay ... no problem .. I am going now to solve the problem ... but the bigger problem is how to let http understand arabic language ... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Differences between Texture2D.FromFile() & Content.Load<Texture2D>

    Hello, I'm a new XNA and C# programmer and wondered if someone could explain to me the difference between using Texture2D.FromFile() or Content.Load<Texture2D> to load texture resources into an application Is there a benefit to using one approach over the other I looked into the XNA documentation but couldn't find any documentation the really differnetiated between the two approaches Thanks in advance for any insight, Kevin All that being said, I think I will replace my FromFIle() calls with Content.Load<> calls and see if that improves things. I like the idea of everything being self contained anyway. I was getting errors when trying to publish the app to a remote machine as ...Show All

  • Visual Studio Express Editions How to do a function if a mouse button is clicked

    i want to make a bar that when i click and move the mouse (while the left mouse button is still depressed) the form moves with it but as soon as the left mouse if let go (unclicked) then the form will stop. so far i have this: Private Sub MoveBar_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MoveBar.MouseMove If Windows.Forms.MouseButtons.Left Then Me.Location = e.Location Else End If but the problem is that "Windows.Forms.MouseButtons.Left" this piece of code askes the program whether a left mouse button exists, not whether its clicked......can anyone help please! Thanks heaps to anyone whome can help me, even in the slightest. Josef Stalin if (e.MouseButton = ...Show All

  • Visual J# How to connect to Access2007 by JAVA ?

    I want to access Access2007 by JAVA ,but don't know how to do it . Anyone suggestion will be useful to me ,thanks. Hi, No Idea about Java but if you meant J# then http://msdn2.microsoft.com/en-us/library/9bbt582h(VS.80).aspx is what you are looking for. Thanks. ...Show All

  • Visual Studio Express Editions open new form

    i need the open new form code. it looks something like this: "Dim clone new form1" I'm now working on a notepad... and i need to have the save as dialog. the TextBox1.ShowSaveAsDialog() didn't work i get the error: Error 1 'ShowSaveAsDialog' is not a member of 'System.Windows.Forms.TextBox'. ...Show All

  • Visual Studio Express Editions bored...vb and C?

    After taking a break from writing VB code, because with windows I have formatted my hard drive more times then my Visual Studio CD has been "misplaced" and I am not about to go purchase another visual studio, I decided to write a little java. My code is so strange sometimes with declarations of variable type first but no sign of a semi-colon anywhere. My comp throws a fit when I compile. Anyway I digress, I happen upon this nifty express version and something inside start feeling warm and tingly as I start hoping and praying that I can start making VB applications again without reinstalling Visual Studio. I have been writing almost non-stop in vb since I installed VBE :). After sometime I remember how to throw ...Show All

  • Visual Basic VB ToolTip

    How to set Tool Tip on ListBox Add a ToolTip control (say its name is ToolTip1 ), set its properties, then you will find a new property of ListBox called ToolTip on ToolTip1 set it to the text which you want to show when you put the mouse's cursor on the listbox. HTH ...Show All

  • .NET Development Error Removing Assembly

    I have an assembly installed in the gac and used via com by an asp web application. The method called uses a datareader to get a set of values from the db and closes the reader and connection via the CommandBehaviour.CloseConnection. When trying to remove the assembly I get a "Error Removing Assembly" dialog box which says: "There was an error removing YourAssembly". Any ideas why this might be happening are much appreciated. Thanks, Olja Sounds like the assembly is still being used in an AppDomain created by IIS. Exactly when IIS unloads an AppDomain is murky, you might get a better answer if you post this question at forums.asp.net... ...Show All

  • Windows Forms How can I add OleDbDataReader Object to DataSource ??

    hi, when I retrieve data from remote DB as the following // //.... OleDbDataReader reader; //Executing The Command. reader = command.ExecuteReader(); //Reading if (reader.Read()) { MyBindingSource.AddNew(); MyBindingSource.Add(reader); // It doesnt work, whith error.., } //... So how can I add the reader object to MyBindingSource Try loading a datatable from the datareader. DataTable dt= new DataTable(); dt.Load(reader); MyBindingSource.DataSource=dt; ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to make .x file? how to understand them?

    hello How can I design my own .x file for terrain Which programs allow it and I must understand; what describes .x files how can I get the values that I need for example what is the height of the hill at specific point how can I get this value from x file Any help will be appriciated. You can use CreateMesh function and then Lock the VertexBuffer and IndexBuffer to copy your value You also need to use CreateMaterial and define one...(do this before calling CreateMesh so you can use it) You need to know the size of your vertex and index buffer so it's better to define them before the call to Createmesh Once you have this you call SaveMeshToFileX() ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DXGI_FORMAT_R11G11B10_FLOAT format

    Hi, the DXGI_FORMAT_R11G11B10_FLOAT render target format seems to be a clear winner when it comes to HDR rendering. The question I could not find an answer in the documentation for is: is it guaranteed to support alpha blending, multi-sampling and filtering Thanks in advance, - Wolf Yea, shame on me! Surery correct answear is using _source_ alpha. I wanted to state that there is no requirenment what rendertarget should contain alpha channel to be able to use post PS blending. ...Show All

  • SQL Server Can't Route to another LOCAL Broker Instance

    I have two databases (A and B )on the same SQL Server instance. Both have SSB enabled and running fine within themselves. All athorizations are at present set to dbo. Recently I had a requirement to start a dialog and send a message from within data base A to a queue via a service that is in database B. I tried coding the SSB instance in the BEGIN DIALOG then I set up a route and tried that. On both occoasions I got the following on sys.transmission_queue "An exception occurred while enqueueing a message in the target queue . Error : 916 , State : 3. The server principal "sa" is not able to access the database "B" under the current security context ." Is this sometjhing to ...Show All

  • Visual C++ call function in a C# class from a project created in Visual Studio C++

    Hello I have created a project in C++ an added an other project to the solution. This is a C# class library. What i want to do is to call a function in my C# library from my C++ code. Does anyone know how to do this I'm rather new at programming in C++. I have added a reference to the C# class library, but now I'm blank. Don't know where to go next. Are there a kind person out there that can help me with this Regars, Thore I'm not a C++ guru! Thats a fact! I have tlb file that I import into my C++ project(Visual Studio 2005). The tlb file is created in C# and here are some information: - namespace is JTTestAll - public class is called JTTest. - the function I want to call fr ...Show All

  • Windows Forms FormClosing-event doesn't fire if owner form is modal

    If a form (form1) is displayed with the .Showdialog method and this form has owned forms (form1a, form1b) which are displayed with the .Show method, the FormClosing-event does not fire in form1a and form1b when form1 closes. The reason why I open form1 modal is another bug: I have a big MS Access application which I gradually port to .NET. So there is a COM-Wrapper which calls certain parts of the .NET assemblies. When MS Access opens a .NET Form via this COM-Wrapper and the .NET form is not modal, the user cannot tab between the controls on the .NET form. Thanks Try this workaround in the modal form's FormClosing event: private void Form2_FormClosing(object sender, FormClosingEventArgs e) { while (this.OwnedForms.GetLeng ...Show All

©2008 Software Development Network