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

Software Development Network >> Maizatul Akmal's Q&A profile

Maizatul Akmal

Member List

DEQ_Rene
TheMaj0r
jbattat
Tarey Wolf
rajesh20k
Richard Carmel
OmegaMan
Sanjeev K Purohit
Russ McDaniel
jack563
Fluxtah
David_Reynolds
Avy32
adorer
mEt
Becool
ammard
fdc2005
bobnalong99
GoldRunner
Only Title

Maizatul Akmal's Q&A profile

  • Windows Live Developer Forums Popups for pushpins have wrong Y coord in Firefox

    Not doing anything fancy - just supplying some text to popup for a bunch of pushpins. Location of popup is fine in IE, but in Firefox the y coord discrepancy gets worse the larger the y-pixel value of the pushpin is in the map. Anyone know of a workaround Hi John, I'm experiencing the same problem GWW2007 mentioned. It happens with VE code run in IE (6&7) when the window isn't maximized. I'm also experiencing the issue when the pushpins are near the bottom of the map in IE7 even while the window is maximized. Is this user error or a bug As an example, I used the code from Chandu Thota's article " Code Your Applications To Deliver The World With Virtual Earth APIs" (I updated the code ...Show All

  • Windows Forms A Class Populating a form

    Ok, I'm having trouble trying to populate some labels on form1 of my program. I have a class that stores the data but i need the data to be displayed on the (status screen) form1 ill poast what i have Hi Jon, your business objects should not know anything about your GUI, your GUI should know about your business objects but not vice versa. So you do not want a populate method in your business object, what you need to do at some point in your form code is to populate your GUI, tis can be done either by hand coding or by DataBinding. An example of hand coding would be like below, at some point in your GUI you will create one of your business objects, then you will pass your business object into a method where you update your GUI: ...Show All

  • SQL Server Skip duplicate records when bulk insert...

    Hi, when bulk insert using 'BULK INSRT' SQL or bcp utility, can I skip duplicated record by key and continue the next row No, it is all or nothing. With 2005 using SSIS, you can redirect error records somewhere else and continue. But not with Bulk Insert or bcp. ...Show All

  • Microsoft ISV Community Center Forums Hide/unhide

    I have a button that when the user presses the button the program will search an ordered column for values equal to 0 and hide the rows that has values equal to zero. If the rows already are hidden then they shall be revealed by pressing the button. My code is: Sub showHideButton_Klicka() Dim relativCell As Range Dim i As Integer, j As Integer, k As Integer Dim blnFirstFound As Boolean, blnLastFound As Boolean, blnIsHidden As Boolean Set relativCell = Worksheets("Berakning").Cells.Find("Rel.", LookIn:=xlValues) 'hittar forsta och sista cell med varde 0 Do Until IsEmpty(relativCell.Offset(i, 0)) = True Or blnLastFound = True If blnFirstFound = False Then If relativCell.Offset(i, 0) = 0 Then blnFirstFound = True k = i ...Show All

  • SQL Server Service Broker doesn't produce what I expect [Please Read]

    Hi, I made a simple service broker code that is: -- step 1: Enable Broker use master alter database AdventureWorks set enable_broker go -- step 2: prepare use AdventureWorks go create schema CustomerService go create schema EmailService go -- step 3: Message Type create message type [//AdventureWorks/Sales/CustomerDetails] validation = well_formed_xml go -- step 4: Contract create contract [//AdventureWorks/Sales/SendCustomerDetails] ( [//AdventureWorks/Sales/CustomerDetails] sent by initiator ) go -- step 5: Queue create queue CustomerService . NewCustomerQueue go create queue EmailService . NewC ...Show All

  • Windows Forms Binding to static dropdownlist

    Hi- This has to be a simple question but I couldn't find it in a search. I'm simply trying to bind an integer value from my datasource to the selected index of a static dropdownlist. The dropdown has a number of fixed items in it, i.e. cat, dog, fish, and the datasource value is the index of the selection, i.e. 0,1,2. I've tried numerous ways in code and in the designer but I can't get this sucker to bind at all. I'm using C# and .NET 2.0. Thanks. -Gary ...Show All

  • Visual C++ how does WINVER affect my code?

    hello everyone, im using vc++ 8 and trying to run code that i just moved from vc++ 6. everytime i build the code, it tells me that winver is not defined. what does this mean and how does it affect my code after going through the help, i have got the impression that all i have to do is define winver (version of windows environment ) at the beginning of my code. i am using windows xp, so what do i define my winver as im still learning so i would appreciate if explainations are given in 'lay man's' terms. thanks in advance. i am also interested to know if setting the right WINVER will affect the number of errors i have in my code.... i.e. would i have errors in my code just bcos my winver has be ...Show All

  • Visual Studio 2008 (Pre-release) Creating ADO.NET DataSet definition files, C#

    Hello, I do reporting solutions, VS2005,C#, SQL Server 2005. I am looking for a way to set up a typed ADO.NET DataSet definition reference before actually generating a DataSet. I heard it can be done thru a C# Class, XML Schema .xsd file, etc. What options do I have Thanks, Serge Hey Erick, the trick here is to design the XSD schema at run when the user selects the server, DB, table and finally the fields, you know like the visual designer but thru an app's GUI . I want to have the reference to such custom designed dataset to be used later on when the data are needed for further processing. Thanks, Serge ...Show All

  • Windows Forms The remote server returned an error: (414) Request-URI Too Large

    Hi, we have a ClickOnce application deployed. All of the computers I've tested on so far can receive the ClickOnce updates without any problems. One computer however, which is on a corporate network receives the following error message when trying to update. The remote server returned an error: (414) Request-URI Too Large ( The size of the request header is too large. Contact your ISA server administrator. ). Has anyone seen this error before, or know what might be causing it I'm guessing it has something to do with the network that this computer is running on. Any ideas are much appreciated. This sounds like http://support.microsoft.com/kb/819962/ ...Show All

  • .NET Development VPN VB Win XP

    Ref: VB, Win XP, VPN How do I approach this problem I would like to develop a Window Forms Client Side application (MyApp) that will: 1) Button click on MyApp will open Netscape and Conntivity applications. Ensure that Connitivity is always on top. 2) User must enter id and password into Conntivity app to establish VPN connection. 3) MyApp will automatically capture the event that a VPN connection has been establish, enter a URL into Netscape and execute it. I would appreciate any ideas Thanks. ...Show All

  • Visual Basic IDE not responding to keyboard

    Hi Folks; Infrequently my code editor in the IDE quits responding to keyboard entries. This seems to happen after building a project more than a couple of times without running. What's happenning is I will attempt to make a code entry, but after the first character entered -- type of character doesn't seem to matter -- Intellesense will add a parenthisis and add its interpretation of what should follow. Then, if I try to backspace out of the parenthisis, the cursor simply jumps forward and reapplies the characters it wants. Doesn't seem to matter if I mouse over and cut or delete the characters; any attempt to make an entry results in this behavior. I cannot add any code on the form when this is occuring, and requires that I compl ...Show All

  • SQL Server Is it ok to post a SSIS contract vacancy on this forum?

    Hi, I wonder if anyone could tell me whether it is acceptable to post a SSIS contract vacancy on this forum If not, where would be the best forum/site to find UK-based SSIS developer contractors Many thanks, Gavin. You could contact the webmaster at www.sqlis.com - they may be interested in having a vacancies page. Then again, they may not. There can be privacy issues. Have you tried the UK SQL Server User Group. http://www.sqlserverfaq.com/ Or the local PASS chapter http://careers.sqlpass.org/home/index.cfm site_id=400 Or perhaps even http://jobcenter.ittoolbox.com/ Donald ...Show All

  • Smart Device Development Smart Minimize a full screen app via code

    I have a full screen app that I'd like to smart minimize via my own button. Can this be done via code Thanks. Got it working now. Minimize is not supported by the Framework, but it is by PInvoke: const int SW_MINIMIZE = 6 ; [DllImport("coredll.dll")] public static extern IntPtr FindWindow( string className,string WindowsName ); [DllImport("coredll.dll")] private static extern int ShowWindow( IntPtr hwnd, int nCmdShow ); private void mnuMinimize_Click( object sender, System.EventArgs e ) { IntPtr hwnd = FindWindow( null, this.Text ); ShowWindow( hwnd, SW_MINIMIZE ); } ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. push/pop matrix equivalent?

    I'm a convert from Direct X & OpenGL, just thought I would give XNA a try. So, after trying out some stuff and playing with XNA for a couple days now, I've started to wonder if there is a push/pop matrix equivalent in the rendering pipeline. There are just so many interesting tricks one can pull off with matrices... ...Show All

  • Visual Basic Converting type of color to type of long.

    Is there a way to convert a color type to a long type Dim l As Long = CLng ( Color . Black . ToArgb ) ...Show All

©2008 Software Development Network