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

Software Development Network >> jvnb.kiran's Q&A profile

jvnb.kiran

Member List

Oskar2
rSchild
SDodobara
Beginer user
JonnyAJAX
magicalclick
Thurein
0xDEAD
nub340
KingKarter
Joel Hensley
mwindham
canadian_coder
Jimmy_fingers
Smallmaj
Pr1nce
anita punjabi
DMAR330
Gaurav_Gaur
Kosmo007
Only Title

jvnb.kiran's Q&A profile

  • Visual Studio Express Editions Can I Create An AVI File?

    Hey MSDN. So far, 99% of the help I need, I can either get from here, or by a quick google search, but this I'm not so sure about this question. I have been working on a screen shot program. Well my brother and I, we play a lot of games and my brother is starting a little online gaming community. Well, I know of a few screen recording programs but they are shareware, not freeware. Now the beauty of programming, or at least an advantage is that if need a program we can try to make one that "Will do". In any case. My screen shot program is a success to say the least. All my friends love it, but they have challenged me. So after looking around the net I cannot find information on AVI Files. How are they made Can .NET create them Do ...Show All

  • Visual C++ ComboBox - EditBox

    Hi, I have a lot of items in a simple combobox... When the choise is for a example the first, I want to set the limit into the EditBox to SetLmitText(4), but if the choise of the combobox changes again into another I want the LimitText of the EditBox to return in the default value... Thanks, a lot http://support.microsoft.com/default.aspx scid=kb;en-us;q174667 ...Show All

  • Software Development for Windows Vista canceling an activity to reset itself?

    i've got a custom activity composed of 2 activities. all it does is listen for an event from the user, and then if the user input is valid, it calls an external method. the problem is, i don't see how to 'reset' the activity if the input is invalid. i.e. if the input is invalid, then i need for the current activity to cancel out and start listening again. as a hack, i think i can accomplish this by enclosing it in a while loop activity, and not to break out of the loop unless the user input is valid. or is there another way to accomplish this by setting the execution status if so, i haven't been able to determine the correct method call, or (dependency) property to set. Thanks, casey disregard my ...Show All

  • SQL Server Cannot change data file setting in management studio?

    Hi There If I go to the properties of a database under Files i see my log is restricted to 2Gig. If i go to the properties of the log file and change the setting to unrestricted and click OK, OK, Nothing changes I get no errors messages and the sql log os clear, however if i go back the file is still restricted to 2 Gig. The DB is in full recovery model. Why can i not change the log file to be unrestricted file size Thanx Hi Dan That is all good and well but i am struct with restricted file sizes I have also tried tsql: ALTER DATABASE RatesSTC MODIFY FILE ( NAME = 'RatesSTC_log' , MAXSIZE = UNLIMITED ) However maxsize is still resticted Thanx ...Show All

  • Windows Forms list box and datasets

    hey, how do you make it so that a list box shows the items on a dataset     Thanks :) Well, the user has to be happy so I guess I will not do it that way... So becuase I dont seem to like using datasets(due to dificuly of getting it to work with my controls) I will directly save it to a XML file...and when the form loads it will take the info from the XML file and put it in bookmarks and listbox...   But here is the thing, when the user clicks on add bookmarks it opens a form I made called Addbookmarks and in that form you type in a textbox what you want to name the bookmark(the name that you will see in the bookmarks list) how do I..well hold on let me try to make the XML file first and then see what ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Security certificate bug or other file exception

    I started writing a simple program to handle avatar movement and a scrolling tile map (planning on having it grow into an RPG style, or at least a stepping stone before leaping into 3D design). I reached a point in the code where I thought it would be nice to show it to a few people I was talking to about it. So I packaged up the project, and a copy of the release compiled exe. The project kept showing a certificate missing error when compiling, but that went away on the other machines by turning off the signing function. The odd thing is that the application shows a file not found exception if you just use the release exe package (I've double checked, there aren't any of my content/image/xml files missing). I get the same error if I try ...Show All

  • Smart Device Development Could the smart device get data from the external device?

    Hi, all, I am a beginner for the programming in smart device. I want to use the smart device (ppc or smartphone) to get 8-bits data from an external device (MCU). Could anyone tell me it is possible and give me some reference Thanks. Regards, Wilson YU Hi Ilya, I am glad that you almost solve all of my problems. Thank you very much. Regards, Wilson YU ...Show All

  • Visual Studio 2008 (Pre-release) Cannot install .NET Framework 3.0

    I downloaded the .NET 3.0 Framework installer, the SDK installer, and the VS Extensions. I then accidentally ran the SDK installer first. Following that I ran the .NET Framework 3.0 installer, but when I realized that I had accidentally installed the SDK first, I stopped the Framework installer. When I stopped the Framework installer it had downloaded 14 out of the 30 MB of data it needs. I then uninstalled the SDK. Now when I try to run the Framework installer, it cannot download anything past the 14 MB of data it originally downloaded. I tried erasing the cached data from the Temp directory. Even after doing that, the Framework installer will run to the point where it has downloaded 14 MB and then the transfer rate hits 0 kb/sec. Even ...Show All

  • .NET Development database MDI application Dataset update question using VB .NET 2003 & SQL Server

    Hello, I am a few months into .NET (changing access DB client server - VB6.0 Application). Although update/merge strategy works quite well, I need a notification mechanism that allows a viewing client application to see updates from another user. I am trying the follwong: 1.Polling the database for changes. 2. Look into alternatives. Some seem to point to DB triggers. Could you point me in the right direction Thanks, Nick If you have multiple clients connecting directly to the same database, polling is the only reliable way to go. If the clients are connecting to the database through a server application, that application should provide the update notification to all the client ...Show All

  • SQL Server Liste of report made with ReportBuilder

    Hi ! I'm trying to figure out how can i get a list of the reports made with reportbuilder. I have create a folder in ReportManger and all my report are in this folder. When i create report with ReportDesigner i get a .RDL file, but when i create a report using reportBuilder i can't file the file created. What i want to do is to create in our web application a Web page with a list of report that our client has create using ReportBuilder. I was thinking about doing a loop on the folder for each report File but i can't find those files. Any idea Thanks! You should use the ListChildren method on the ReportingService2005 web service endpoint to enumerate the items on the report server. You cannot easily det ...Show All

  • Visual C# Why string is a reference type?

    I don't understand it. System.String hola = "tal"; System.String hola2; hola2 = "talycual"; Debug.Print(hola2); hola2 = hola; hola = "___"; Debug.Print(hola2); And the output is: talycual tal If string is a reference type ... the output must be at the last line : ____, but 'hola2' has a copy of 'hola' . I understand differences between struct and class, and because is struc a value type and because is class a reference type but ... i don't understand because is string a reference type Regards. What follows won't compile, but should help you see the difference. See your original code as: System.String hola = new System.String ("tal"); System.String hola2; hola2 = new System.St ...Show All

  • Visual C# program icon

    Why does VC# attach generic icon to myprog.exe when I have put a custom icon on form1 you may change the icon to anything you want. The default icon is the generic from vs. Here a link to icons, free samples. http://interfacelift.com/icons-win/artists.php ...Show All

  • Visual Basic DatagridView scrollbars

    Hi, I really need help on this one. I have a DatagGridView which has its scrollbars for both horizontal and vertical which can fit around 6 rows before the scrollbars show up. The Form hangs when the vertical scrollbar shows up. My application works fine when im just running it on debug but when im testing it on a published exe, it hangs when the vertical scrollbar shows up. Please any help or ideas will be very much appreciated! Thank you so so much! Stanley Rain3204, The different results between your debug and publish depends on your program running environment. Generally speaking, there won't be any difference in the above two mode of your project. I guess it is the mistake of your publ ...Show All

  • SQL Server stop sql server service

    I program a batch file for SQL server2000 disarstrer recovery. It just stops sqlserver service and copy data file to a flash drive, then restart service. sc \\S-HKRGCT\TMA stop sqlagent$trips timeout /t 50 sc \\S-HKRGCT\TMA stop mssql$trips timeout /t 20 REM del \dbyestoday\*.* /q REM move \yestoday\*.* \dbyestoday\ REM move \today\*.* \yestoday\ REM cd \today REM copy d:\tma\sql_data\ REM sc start mssql$trips REM sc start sqlagent$trips When it run first line, shown: sc openScmanager Failed 1722. The RPCservice is unavalible." Does batch file can stop service Any help is welcome. Peter Which Scheduler do you mean, the WIndows one HTH, Jens K. Suessmeyer. --- ...Show All

  • Windows Forms Loading XML cause DataException

    Hello. I have a simple Dataset (defined in design mode) containing one table with two columns: ID and NAME where ID defined to be "int", unique, readonly and NAME to be string, readonly. A name of the dataset is Dataset1 and the name of the table is EVENT. I am trying to populate a dataset with data from the following XML: <EVENTS> <EVENT ID="1" NAME="Event 1"/> <EVENT ID="2" NAME="Event 2"/> </EVENTS> I get following exception: System.Data.DataException: Column name 'ID' is defined for different mapping types. at System.Data.XSDSchema.HandleAttributeColumn(XmlSchemaAttribute attrib, DataTable table, Boolean isBase) at System.Data.XSDSchema.HandleAttributes(Xm ...Show All

©2008 Software Development Network